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.