master
parent
0985afeb87
commit
caacd92bc9
|
@ -23,7 +23,10 @@ BLOCKINCOMING=1
|
||||||
#CLAMPMSS=ppp0
|
#CLAMPMSS=ppp0
|
||||||
|
|
||||||
# Do we run a LAN DHCP server?
|
# Do we run a LAN DHCP server?
|
||||||
LANDHCPSERVER=1
|
#LANDHCPSERVER=1
|
||||||
|
|
||||||
|
# Internal Interface
|
||||||
|
#INTINF=ppp+
|
||||||
|
|
||||||
# Port forwardings, requires NAT
|
# Port forwardings, requires NAT
|
||||||
PORTFW=$BASEDIR/port-forwards
|
PORTFW=$BASEDIR/port-forwards
|
||||||
|
@ -52,6 +55,7 @@ NATRANGE="192.168.1.0/24"
|
||||||
NATEXTIP="172.16.1.1"
|
NATEXTIP="172.16.1.1"
|
||||||
NATEXTIF="eth0"
|
NATEXTIF="eth0"
|
||||||
|
|
||||||
|
|
||||||
# IP Ranges to block all traffic incoming/outgoing
|
# IP Ranges to block all traffic incoming/outgoing
|
||||||
BLOCKEDIP=$BASEDIR/blocked
|
BLOCKEDIP=$BASEDIR/blocked
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue