id summary reporter owner description type status component version resolution keywords cc guest host 7792 Bug in host side network driver - vboxnetflt Mike "This bug has existed for quite a long time and is a subtle thing that may have been easily missed by many, but here goes: If on the host you have a network interface - say, eth0 in this example - and you configure an IP address on this interface on the host. If you then start a guest that is bridged to this adapter, packets going from the guest to the host's IP behave as expected, but reply packets from the host to the guest are sent out the physical medium instead of just being bridged internally. The result is the following: Packets flowing from the host to the guest, hit the physical media, which typically is a network switch. If the guest is not talking to any host on the network other that the host it's running on, the switch will flood the packets to all ports in the lan since the switch doesn't know where the source is (inside the host in this case). I have been able to verify this in 3.2.12 and the test is pretty simple, as follows: Set up 2 pc's with a network crossover cable between them. The first PC will be the 'host', and running virtualbox. The second will simply run TCPDUMP to inspect traffic sent over the ethernet cable. Give the host's ethernet in this test and IP address, say 10.1.1.1. Setup a guest instance on the host and give it an ethernet that is bridged to this adaptor. Log into the guest and configure an ip on it's interface, such as 10.1.1.2 From the guest, start a ping - ping 10.1.1.1 Over on the second PC running tcpdump, you will observe the initial arp request (correct operation), and then you will see ICMP echo replys sourced from the host directed at the guest (incorrect operation). These packets are flooded to the network when in reality, the should not be since the destination mac address is a local guest. I have tried putting the hosts's ethernet into a bridge interface, thinking that would stop the frames from leaving the host, but I was suprised to learn that they are still sent out of the physical ethernet despite the bridge knowing the mac of the guest. Thank you for virtualbox. " defect closed network/hostif VirtualBox 3.2.12 obsolete other other