Danila F schrieb: > Alexey, thank you very much for your reply. This (tap0) method works > good, as well as one recommended by VB documentation (# VBoxAddIF vbox0 > tux br0). > The problem is how to make v.machine work at gateway-host. Say we use > eth0 as default gateway interface for our LAN. After we start vmachine > with Host Interface Networking on, eth0 stops to serve lan clients and > serves for vmachine only.
If you have the problem that the host loses its network connectivity but the guests work, then that's a clear indication that you didn't configure the bridge networking parameters correctly. As the manual states, you need to move the complete IP config from eth0 to br0. By using bridging, eth0 should no longer have any IP address assigned to it. -- Dr. Klaus Espenlaub innotek GmbH, http://www.innotek.de _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
