Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Dec 2009 11:55:32 +0100
From:      Tobias Grosser <grosser@fim.uni-passau.de>
To:        freebsd-emulation@freebsd.org
Subject:   Host only networking does not work on em0 / 8.0 either
Message-ID:  <1260010532.2336.742.camel@tobilaptop.fritz.box>
In-Reply-To: <1260009563.2336.718.camel@tobilaptop.fritz.box>
References:  <1260009563.2336.718.camel@tobilaptop.fritz.box>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2009-12-05 at 11:39 +0100, Tobias Grosser wrote:
> Hi,
> 
> I am trying to use VirtualBox since a while, however bridged networking
> never worked, even it is supposed to do so.

I just tried the same using the host only network. And I seem to have
the same problems.
DHCP works, however pinging the host only leads to these arp
packets:

tcpdump on vboxnet0:

11:52:10.430519 ARP, Request who-has 192.168.56.1 tell 192.168.56.101,
length 28
11:52:10.430527 ARP, Request who-has 192.168.56.1 tell 192.168.56.101,
length 28
11:52:10.430539 ARP, Reply 192.168.56.1 is-at 0a:00:27:00:00:00 (oui
Unknown), length 28

tcpdump on eth0 of the guest
11:52:10.430216 ARP, Request who-has 192.168.56.1 tell 192.168.56.101,
length 28

A ping from the host to the guest never appears on the guest.

tcpdump on vboxnet0:

11:53:16.700236 IP 192.168.56.1 > 192.168.56.101: ICMP echo request, id
16135, seq 0, length 64
11:53:17.701613 IP 192.168.56.1 > 192.168.56.101: ICMP echo request, id
16135, seq 1, length 64
11:53:18.703601 IP 192.168.56.1 > 192.168.56.101: ICMP echo request, id
16135, seq 2, length 64

tcpdump on eth0 of the guest
... nothing ...

Tobi






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1260010532.2336.742.camel>