Date: Sat, 03 Jun 2017 19:16:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 219699] Issue with IPv6 and neighbor notification Message-ID: <bug-219699-2472-15Da7x0bnI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-219699-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-219699-2472@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=3D219699 --- Comment #8 from Paul G Webster <paul@tmp.group> --- The host provided the following information for what they had to do with ebtables to get freebsd working;=20 --quote We use ebtables on the hosts to prevent IP stealing. We have a chain setup for each VM which basically says "this VMs mac can on= ly use these IPs", this is what was dropping your v6 NA's. The patch to allow the link local address is simply: ebtables -A kvm922.0 -p IPv6 --ip6-src fe80::/10 -j ACCEPT With kvm922.0 being the chain that your VM belongs to. --/quote --=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-219699-2472-15Da7x0bnI>