add defautl config for eth0
SVN-Revision: 22128
This commit is contained in:
parent
b28b2b9590
commit
ba56a699a9
2 changed files with 9 additions and 1 deletions
6
target/linux/at91/base-files/etc/config/firewall
Normal file
6
target/linux/at91/base-files/etc/config/firewall
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
config defaults
|
||||||
|
option syn_flood 1
|
||||||
|
option input ACCEPT
|
||||||
|
option output ACCEPT
|
||||||
|
option forward REJECT
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue