etc/firewall.conf

changeset 9
2e298d35241f
parent 7
c846ebedfff3
child 12
8aaa305805df
equal deleted inserted replaced
8:c8e957eb1b36 9:2e298d35241f
98 # If this variable is set, then all bridged interfaces are seen as one physical 98 # If this variable is set, then all bridged interfaces are seen as one physical
99 # interface. See http://ebtables.sourceforge.net/documentation/bridge-nf.html 99 # interface. See http://ebtables.sourceforge.net/documentation/bridge-nf.html
100 # for more details. 100 # for more details.
101 #FW_NO_BRIDGE_NF_CALL="1" 101 #FW_NO_BRIDGE_NF_CALL="1"
102 102
103 # Log destination. Default is syslog, but you can select nflog that uses the
104 # ulogd facility. Or, write your own.
105 FW_LOGDEST=(LOG --log-level info --log-prefix)
106 #FW_LOGDEST=(NFLOG --nflog-group 0 --nflog-prefix)
107
103 # Install a ssh backdoor from this IP. The examples show an exact IP address, 108 # Install a ssh backdoor from this IP. The examples show an exact IP address,
104 # but you can use networks if you like. Exact is better of course. 109 # but you can use networks if you like. Exact is better of course.
105 # for IPv4 use: 2.3.4.5/32 110 # for IPv4 use: 2.3.4.5/32
106 #IPV4_BACKDOOR_SSH="10.1.1.231/32" 111 #IPV4_BACKDOOR_SSH="10.1.1.231/32"
107 # for IPv6 use: 2001:dead:beef::1/128 112 # for IPv6 use: 2001:dead:beef::1/128

mercurial