Opened 11 years ago
Closed 8 years ago
#12019 closed defect (obsolete)
4.2.14-ose and 4.2.16-ose always Autoprobing vrde port (VNC TCP/5900)
Reported by: | VVD | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 4.2.16 |
Keywords: | vrdeport | Cc: | |
Guest type: | all | Host type: | Linux |
Description
VBoxManage modifyvm "TEST" --vrde on --vrdeport 6000 --vrdeproperty VNCPassword="password" and however I find the option '--vrde port 6000' is no longer work in 4.2.14, it always using Autoprobing TCP port and always starting with port 5900, does any one know how to over ride this?
"--vrdeport 6000" set port to 6000, but after manual start I see in console: $ VBoxHeadless --startvm TEST Oracle VM VirtualBox Headless Interface 4.2.16_OSE (C) 2008-2013 Oracle Corporation All rights reserved.
08/08/2013 17:37:23 Autoprobing TCP port 08/08/2013 17:37:23 Autoprobing selected TCP port 5900 08/08/2013 17:37:23 Autoprobing TCP6 port 08/08/2013 17:37:23 Autoprobing selected TCP6 port 5900 VRDE server is listening on port 5900.
And vnc://SERVER_IP:5900 work fine, but I want my custom port 6000 as on older versions of VirtualBox-ose.
Discussion in forum: https://forums.virtualbox.org/viewtopic.php?f=1&t=56311
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
«- Revert VNC IPv6 patch because it causes an incompatibility. Per default the VNC ports are stored in "TCP/Ports" but with that change "VNCAddress4", "VNCPort4", "VNCAddress6" and "VNCPort6" are used which breaks phpvirtualbox and also confused VBoxManage/VBoxHeadless.» © http://svnweb.freebsd.org/ports?view=revision&revision=327110
Correct ticket name is «Incorrect support of IPv6 with option #define VBOX_USE_IPV6 in https://www.virtualbox.org/browser/vbox/trunk/src/VBox/ExtPacks/VNC/VBoxVNC.cpp» now.