[Bug 239417] ARP ping fails from the host to bridged vnet jails

2019-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239417 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org CC

[Bug 239417] ARP ping fails from the host to bridged vnet jails

2019-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239417 Eugene Grosbein changed: What|Removed |Added CC||eu...@freebsd.org --- Comment #1

[Bug 239417] ARP ping fails from the host to bridged vnet jails

2019-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239417 --- Comment #2 from Yuri Victorovich --- arping -v -v ,,, log: > $ arping -v -v 192.168.5.205 > arping: clock_getres() = 0s 1ns > arping: libnet_init() > arping: Autodetected interface sk0 > arping: libnet_init(sk0) > Timestamp types: >

[Bug 239417] ARP ping fails from the host to bridged vnet jails

2019-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239417 --- Comment #3 from Eugene Grosbein --- Your log shows that arping does not send packets to the bridge. It sends them to sk0 physical interface. No wonder it gets no answers from physical part of bridge where target IP does not exist. You