diff options
Diffstat (limited to 'config/includes.chroot/etc/network/interfaces')
-rw-r--r-- | config/includes.chroot/etc/network/interfaces | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/includes.chroot/etc/network/interfaces b/config/includes.chroot/etc/network/interfaces index 3787ff9..7d11e36 100644 --- a/config/includes.chroot/etc/network/interfaces +++ b/config/includes.chroot/etc/network/interfaces @@ -19,7 +19,6 @@ iface eth1 inet static network 10.23.42.0 broadcast 10.23.42.255 pre-up ip addr del 10.23.42.1/24 dev eth1 || true - post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up /etc/init.d/dnsmasq_lan start # this must happen after have brought up uap0 because it clears the NAT # tables |