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 <s...@lassitu.de> Fon +49 151 14070811
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 + +
_______________________________________________ freebsd-emulation@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"