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...

  1. change vm networking nat bridged.
  2. check guest still has internet connectivity after rebooting or ipconfig /renew.
  3. configure router give guest fixed ip address. (typically, guest can still use dhcp router configured give guest same ip address every time.)
  4. determine ports , protocols needed connect guest. e.g, tcp on port 3389 (rpd) remote desktop.
  5. 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.
  6. determine external ip address of internet router.
  7. connect remote computer ip address , designated port.

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -