Howto enable proxy arp for an interface

Is there a way to
echo 1 > /proc/sys/net/ipv4/conf/eth3/proxy_arp
on boot?

You can add it to /etc/rc.local

1 Like
# cat /etc/sysctl.d/proxyarp.conf 
net.ipv4.conf.eth3.proxy_arp = 1

But I thought it could be done via /etc/config/network.

Not according to the docs