Bridge Interfaces and ARPs
Gary Palmer
gpalmer at freebsd.org
Fri Dec 4 23:43:10 UTC 2015
On Fri, Dec 04, 2015 at 03:27:20PM -0500, Jason Van Patten wrote:
> On 12/4/15 2:06 AM, Aleksandr A Babaylov wrote:
> >
> > sysctl net.link.ether.inet.proxyall=1
>
> This looks like it's working; thanks a bunch! Whoda'thunk you could use
> something like proxy arp to un-break a broken network? It appears as
> though the above sysctl keeps resetting itself to 0 with *any* network
> interface changes. And from what I can see, that's as by design? Is
> there any way to get it to stay 1? The problem is that sysctl does its
> think during boot-up, before the interfaces and routing are all set in
> /etc/rc.conf. So I have to come back in and manually set it to 1. I
> suppose I can write an RC script to do that for me, but it's still
> suboptimal.
>
> Any guidance or suggestions on that one?
>
> Thanks again!
Try:
sysrc arpproxy_all=YES
You can remove the sysctl setting as that's what that option does.
Regards,
Gary
More information about the freebsd-net
mailing list