Recommendation: Use Wireshark on both Host AND Guest to troubleshoot the problem. Also look in your arp and routing tables:
arp route > [2] Guest: /etc/network/interfaces > > iface eth1 inet static > address 192.168.1.7 > netmask 255.255.255.0 > broadcast 192.168.1.255 > gateway 192.168.1.1 > If you want, you can setup this using dhcpcd. But it should work this way as well.... > > [1] Host 'ifconfig' > > br0 Link encap:Ethernet HWaddr 00:D0:59:36:5D:4E > inet addr:192.168.1.3 Bcast:192.168.1.31 Mask:255.255.255.0 Why is this ? BCast should be: 192.168.1.255 Which interfaces this bridge includes? > inet6 addr: fe80::2d0:59ff:fe36:5d4e/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 b) TX bytes:1728 (1.6 KiB) > > eth0 Link encap:Ethernet HWaddr 00:D0:59:36:5D:4E > UP BROADCAST MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:5228473 errors:0 dropped:0 overruns:0 frame:0 > TX packets:5228473 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:1224296764 (1.1 GiB) TX bytes:1224296764 (1.1 GiB) > > ra0 Link encap:Ethernet HWaddr 00:08:A1:A7:B0:F9 > inet addr:192.168.1.3 Bcast:192.168.1.31 Mask:255.255.255.224 > inet6 addr: fe80::208:a1ff:fea7:b0f9/64 Scope:Link > UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1 > RX packets:58348805 errors:0 dropped:0 overruns:0 frame:0 > TX packets:23772687 errors:301 dropped:301 overruns:0 carrier:0 > collisions:666611 txqueuelen:1000 > RX bytes:3676348854 (3.4 GiB) TX bytes:73126697 (69.7 MiB) > Interrupt:11 > > tap0 Link encap:Ethernet HWaddr 4A:01:EA:3C:93:EE > inet6 addr: fe80::4801:eaff:fe3c:93ee/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:97 errors:0 dropped:16 overruns:0 carrier:0 > collisions:0 txqueuelen:500 > RX bytes:0 (0.0 b) TX bytes:4422 (4.3 KiB) I would recommend you to get rid of *all* logical addresses, including IPv4 and IPv6 if this interface participates in the bridge. This sometimes causes serious problems. -- -Alexey Eremenko "Technologov" _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
