Date: Tue, 16 Apr 2013 17:01:40 +0200 From: Stefan Bethke <stb@lassitu.de> To: freebsd-emulation@freebsd.org, Martin.Birgmeier@aon.at, decke@bluelife.at Subject: ports/174976: fix for IPv6 port setting Message-ID: <4E0B86FF-9C4D-4CDA-87FC-D6F75926695F@lassitu.de>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] With the following patch, VirtualBox uses the vrde properties VNCAddress4, VNCAddress6, VNCPort4, and VNCPort6, and passes their values to libvncserver. For example: $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort4=5902 $ VBoxManage modifyvm Ubuntu --vrdeproperty VNCPort6=5902 -- Stefan Bethke <stb@lassitu.de> Fon +49 151 14070811 [-- Attachment #2 --] Index: files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp =================================================================== --- files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp (revision 0) +++ files/patch-VBox-ExtPacks-VNC-VBoxVNC.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/VBox/ExtPacks/VNC/VBoxVNC.cpp.orig 2013-04-16 16:11:42.655664088 +0200 ++++ src/VBox/ExtPacks/VNC/VBoxVNC.cpp 2013-04-16 16:11:50.742664706 +0200 +@@ -44,7 +44,7 @@ + + #ifdef LIBVNCSERVER_IPv6 + // enable manually! +-// #define VBOX_USE_IPV6 ++#define VBOX_USE_IPV6 + #endif + +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E0B86FF-9C4D-4CDA-87FC-D6F75926695F>
