On Saturday, 2014-01-11 at 22:01:13 +0100, Marco Gaiarin wrote:

> For my routing setup, i need proxy_arp, eg i've done:

>         echo 1 > /proc/sys/net/ipv4/conf/br-lan/proxy_arp

> How can i preserve that settings between reboots? I've to put that on
> /etc/rc.local? It is normal that /etc/rc.local is not execitable, because it
> is sourced?

That should go into /etc/sysctl.conf like this:
net.ipv4.conf.br-lan.proxy_arp = 1

/etc/sysctl.conf is read in /etc/init.d/sysctl.

HTH,
Lupe Christoph
-- 
| It is a well-known fact in any organisation that, if you want a job    |
| done, you should give it to someone who is already very busy.          |
| Terry Pratchett, "Unseen Academicals"                                  |
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to