2
1
I've got two virtualized machines running Ubuntu on a Windows 7 Host machine - we're utilizing VirtualBox to handle this. The Host machine also acts as a Gateway for our VPN solution - Hamachi.
The two VMs use Bridged Networking with static IPs assigned to each. When I'm on the network, I can see them both and access them (LAMP servers, one holds our Git repos, the other is a utility box).
So, I can access the VMs internally, and I can get into the network externally over Hamachi. What I can't do, is access the VMs over Hamachi. Basically everything exists through Hamachi except my two VMs.
The goal is to be able to work externally, and push changes to our Git repos over Hamachi and to the VM over SSH. This works fine internally, but not over Hamachi.
Is this even possible? Suggestions, comments, or a solid "Hell no, not possible" are all welcomed.
I'd all but given up hope on this question. Let me have a go at this and we'll see what happens. – James – 2011-09-13T13:44:03.207
Man I can't believe I overlooked something so simple, this was the exact fix I needed. It was easy enough to translate from the command to the GUI. I simply added a 2nd network adapter that uses the Hamachi bridged network interface along side and now both local and remote connections work as expected. Thanks again for helping me out with this one. – James – 2011-09-14T10:44:33.620
It was driving me batty for weeks as well. Glad it could help! – Matt Erickson – 2011-09-14T12:26:12.063