add defautl config for eth0

SVN-Revision: 22128
This commit is contained in:
Claudio Mignanti 2010-07-11 12:27:05 +00:00
parent b28b2b9590
commit ba56a699a9
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,6 @@
config defaults
option syn_flood 1
option input ACCEPT
option output ACCEPT
option forward REJECT

View file

@ -7,7 +7,9 @@ config interface loopback
config interface lan config interface lan
option ifname eth0 option ifname eth0
option type none option type none
option proto dhcp option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
config interface debug config interface debug
option ifname usb0 option ifname usb0