Date: Wed, 24 Jul 2019 16:51:19 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 239417] ARP ping fails from the host to bridged vnet jails Message-ID: <bug-239417-7501-6ivmOLR390@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-239417-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-239417-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239417 --- Comment #2 from Yuri Victorovich <yuri@freebsd.org> --- arping -v -v ,,, log: > $ arping -v -v 192.168.5.205 > arping: clock_getres() =3D 0s 1ns > arping: libnet_init(<null>) > arping: Autodetected interface sk0 > arping: libnet_init(sk0) > Timestamp types: > Name Description > arping: chroot(/var/empty): Operation not permitted > arping: setgroups(0, NULL): Operation not permitted > arping: setgid(): Operation not permitted > arping: setuid(): Operation not permitted > arping: pcap_get_selectable_fd(): 5 > This box: Interface: sk0 IP: 192.168.5.3 MAC address: 00:1c:32:3a:87= :32 > ARPING 192.168.5.205 > arping: sending packet at time 145827.861062692 > Timeout > arping: sending packet at time 145828.867484471 > Timeout > arping: sending packet at time 145829.873842180 > ^C > the PR should be for Ports & Packages But net/arping normally works, except for in this situation. In this case it doesn't get ARP responses, which seems to be a kernel probl= em because ARP responses are supposed to come from all bridged peers. arping of the same jail from another such jail, or from outside hosts works, just not from the host where jail resides. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239417-7501-6ivmOLR390>