From owner-freebsd-virtualization@freebsd.org Sun Dec 20 16:37:43 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB572A4DC9E for ; Sun, 20 Dec 2015 16:37:43 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54DD81CB8 for ; Sun, 20 Dec 2015 16:37:43 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id l126so42130945wml.1 for ; Sun, 20 Dec 2015 08:37:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DmjznjQMmXEYhs0GdeVCYoAlgCcN6fe4/2alk67MlFA=; b=DBSAzo1OjyEk7X0EJ+Pkuy9PGmHBDl2kAnNKbc49T/g0olfbG4X7ZJ73rHCSwTVhVF +0pYLWIr4NL+tRnWEv2ZtVvfT+mwaXz7xjgaQdfSF+37UnsjMzJSccpjyL5bWDlGvAlI sEFq9r0K/+cNCvOFpWlMosBW9Pgoe8tC99xJpEvF8+QvZ6ZJ8VQOmkD3Q4kiYIn4waW+ TaxeCW3ybOMPQ0DOK0yri6Kpcox+n/0esM1ojyHyzyE57azr1D175RkMZJD4vj/aVNkU Rtl0GuTifCzA9SzfcEQIrjkFiudpvoPIJ5htOkwAlFRIwlm4ND+gadvhYS+HTNLvQSln k5ng== MIME-Version: 1.0 X-Received: by 10.28.23.135 with SMTP id 129mr14362745wmx.11.1450629460642; Sun, 20 Dec 2015 08:37:40 -0800 (PST) Received: by 10.194.192.33 with HTTP; Sun, 20 Dec 2015 08:37:40 -0800 (PST) In-Reply-To: <20151220161405.GB4053@dendrobates.araler.com> References: <551BC8B3.2030900@bestsolution.at> <56766D93.9030808@quip.cz> <20151220152544.GA4053@dendrobates.araler.com> <20151220161405.GB4053@dendrobates.araler.com> Date: Sun, 20 Dec 2015 10:37:40 -0600 Message-ID: Subject: Re: available hypervisors in FreeBSD From: Adam Vande More To: Sergey Manucharian Cc: FreeBSD virtualization Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 16:37:44 -0000 On Sun, Dec 20, 2015 at 10:14 AM, Sergey Manucharian wrote: > > Remote console is available via VNC, not RDP. > > It is VNC, and I use it Linux hosts, it's rather confusing since the option > is "--vrde on|off". See https://lists.freebsd.org/pipermail/freebsd-emulation/2013-January/010354.html You can also set options like VNCAddress4 for listening address. > But isn't it a part of the extension pack, which is > not available for FreeBSD? > > https://www.virtualbox.org/manual/ch07.html > The explanation lies within that page. VRDP is only in extension pack, VRDE is available to all. So someone with enough gumption could write a VRDE RDP support. -- Adam