mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
[at91] add defautl config for eth0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22128 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e62c8091ba
commit
b9ca13b775
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
|
||||
option ifname eth0
|
||||
option type none
|
||||
option proto dhcp
|
||||
option proto static
|
||||
option ipaddr 192.168.1.1
|
||||
option netmask 255.255.255.0
|
||||
|
||||
config interface debug
|
||||
option ifname usb0
|
||||
|
Loading…
Reference in New Issue
Block a user