remote desktop - How to enable connection to virtualbox machine from outside the Host (i.e. from any PC connected to Internet) -
i have host virtualbox installed , guest installed (both windows xp sp3). have connection between them. , guest have internet connection. can connect via remote desktop connection host guest, want able connect guest other pc. if can, how achieve this?
guest using 2 network adapters, 1 nat sharing internet connection , 1 host-only able both machines see each other on local network.
assuming have internet router providing access isp...
- change vm networking nat bridged.
- check guest still has internet connectivity after rebooting or
ipconfig /renew
. - configure router give guest fixed ip address. (typically, guest can still use dhcp router configured give guest same ip address every time.)
- determine ports , protocols needed connect guest. e.g, tcp on port 3389 (rpd) remote desktop.
- configure router's "port-forwarding" feature route external connections ip address of guest. can designate different port external connections might not through firewalls between remote computer , isp.
- determine external ip address of internet router.
- connect remote computer ip address , designated port.
Comments
Post a Comment