> Hi everyone, > > This is a pleasure for me to join your list. I've got a few questions: > > Is it possible to have configured a VM server which has 2 VM's inside and > that a Firewall in the host redirects traffic to each of the VM's depending > wheter the traffic comes from outside (Internet) or inside the network AND > just using 1 phisical interface ? > > Even though it was possible but not a secure way to manage that, I'd like > another suggestions to solve the problem.
You don't need to redirect the traffic in the host. Use a bridged network on the network interface of each VM and give each VM the proper IP-address. One VM with an IP-address that is reachable from the internet and the other one with an internal IP-address. Obviously you use one physical interface. Your host will have most likely an IP-address in the internal network as well. -- fr.gr. Freek de Kruijf _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
