Opened 15 years ago
Closed 11 years ago
#6073 closed enhancement (fixed)
RDP via ipv6 on windows
Reported by: | Thomas Suckow | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 3.1.2 |
Keywords: | ipv6 | Cc: | |
Guest type: | other | Host type: | all |
Description
On windows the RDP server does not listen on ipv6, as such you cannot connect to the rdp server from an ipv6 connection.
Change History (6)
comment:1 by , 15 years ago
comment:5 by , 13 years ago
Same error on Linux host (Ubuntu 12.04 amd64) with VirtualBox 4.1.22.
$ sudo netstat -plunt | grep VB
tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN 13707/VBoxHeadless
Please, fix it.
comment:6 by , 11 years ago
Host type: | Windows → all |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Support for IPv6 has been implemented in VirtualBox 4.3.0.
Note:
See TracTickets
for help on using tickets.
I would like to add that this issue is also present on a Linux host (Ubuntu 10.04) with VirtualBox 3.2.4 (installed from the apt repo). I started an XP VM with:
VBoxManage startvm XP --type vrdp
and according to "sudo netstat -plunt", VBoxHeadless is only listening on IPv4 and not IPv6. With netcat6, I can verify that the connection to the VRDP port is refused while with netcat, the connection can be opened.