mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
add defautl config for eth0
SVN-Revision: 22128
This commit is contained in:
parent
b28b2b9590
commit
ba56a699a9
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…
x
Reference in New Issue
Block a user