mirror of https://github.com/hak5/openwrt.git
parent
b28b2b9590
commit
ba56a699a9
|
@ -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 New Issue