XDMCP in VirtualBox
Posted: 21. Mar 2011, 20:32
Hello,
I have been trying to get XDMCP working within VirtualBox for some time. I have forwarded the TCP and UDP ports which I think are needed because the network type is NAT:-
And I have setup XDMCP on the OpenSolaris guest (I can connect inside the VM locally using Xephyr).
But when I issue the following command on the host, it doesn't do anything (just stays at a black screen)
Has anyone else managed this?
Best Regards,
Karsten
I have been trying to get XDMCP working within VirtualBox for some time. I have forwarded the TCP and UDP ports which I think are needed because the network type is NAT:-
Code: Select all
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6000
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6000
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6001
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6001
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6002
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6002
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6003
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6003
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6004
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6004
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 6005
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 6005
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/xdmcp/HostPort" 3333
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/xdmcp/GuestPort" 177
VBoxManage setextradata OpenSolaris "VBoxInternal/Devices/pcnet/0/LUN#0/Config/xdmcp/Protocol" UDP
But when I issue the following command on the host, it doesn't do anything (just stays at a black screen)
Code: Select all
Xephyr :1 -query localhost -port 3333
Best Regards,
Karsten