Networking suggestions
Posted: 19. Apr 2011, 18:27
Home network is through a wireless router with hosts on private network IP's assigned by router. VBox host is one of those. Right now I have the guests on static IP's in a different (private) subnet, outside the wireless router's DHCP subnet.
example: host 192.168.1.2, guests 192.168.2.x, both networks with SNM 255.255.255.0.
I want my 'lab' network to be isolated, but with access to each other and the host. I want my guests to only see the host (and each other), and I want to be able to run headless, with RDP from the host to the guests.
What I want:
1. RDP from my Host to the guests. The VBox gui has one glaring problem, it is a local login, and while I can log off, I can't close the window once I open it without shutdown/poweroff the guest. What I see as my solution is "Host-Only Networking". Guest to guest, this is no problem, but I'm having problems connecting Host to Guest (like RDP or ping). I suspect this is because the host doesn't have a route to the guests' subnet. If the above is my network setup, would I simply need to expand the subnet to double width? 255.255.254.0? If I do this, will other hosts on my network see my vm guests if I'm using "Host-Only Networking"?
2. Connect my private network through [some method] in a way that I can turn it on only when I need it (updates etc) but leave it off when I don't need internet connectivity to the guest. Looks like any time I need it I can switch the network connection to NAT or Bridged and that guest will then have access to the outside world. I should probably build both connections and disconnect one when I connect the other.
*extensions allowing VRDP are installed on host.
*guests are configured to allow RDP access.
example: host 192.168.1.2, guests 192.168.2.x, both networks with SNM 255.255.255.0.
I want my 'lab' network to be isolated, but with access to each other and the host. I want my guests to only see the host (and each other), and I want to be able to run headless, with RDP from the host to the guests.
What I want:
1. RDP from my Host to the guests. The VBox gui has one glaring problem, it is a local login, and while I can log off, I can't close the window once I open it without shutdown/poweroff the guest. What I see as my solution is "Host-Only Networking". Guest to guest, this is no problem, but I'm having problems connecting Host to Guest (like RDP or ping). I suspect this is because the host doesn't have a route to the guests' subnet. If the above is my network setup, would I simply need to expand the subnet to double width? 255.255.254.0? If I do this, will other hosts on my network see my vm guests if I'm using "Host-Only Networking"?
2. Connect my private network through [some method] in a way that I can turn it on only when I need it (updates etc) but leave it off when I don't need internet connectivity to the guest. Looks like any time I need it I can switch the network connection to NAT or Bridged and that guest will then have access to the outside world. I should probably build both connections and disconnect one when I connect the other.
*extensions allowing VRDP are installed on host.
*guests are configured to allow RDP access.