]> git.proxmox.com Git - pve-firewall.git/blame - debian/example/host.fw
add global ipset blacklist
[pve-firewall.git] / debian / example / host.fw
CommitLineData
2d404ffc
DM
1# /etc/pve/local/host.fw
2
3[OPTIONS]
4
5enable: 0
6tcp_flags_log_level: info
7smurf_log_level: nolog
178a63be
DM
8log_level_in: info
9log_level_out: info
72f63fde 10
530c005e 11# allow more connections (default is 65536)
1ec3e3d0 12nf_conntrack_max: 196608
2d404ffc 13
28c082a1
AD
14# reduce conntrack established timeout (default is 432000 - 5days)
15nf_conntrack_tcp_timeout_established: 7875
16
530c005e
DM
17# Enable firewall when bridges contains IP address.
18# The firewall is not fully functional in that case, so
19# you need to enable that explicitly
20allow_bridge_route: 1
92e976b3 21
4ac863a6
DM
22# disable SMURFS filter
23nosmurfs: 0
24
11f12eae
DM
25# filter illegal combinations of TCP flags
26tcpflags: 1
27
cc10e5d7
AD
28# rules processing speed optimizations
29optimize : 1
30
92e976b3
DM
31[RULES]
32
33IN SSH(ACCEPT) net0
34OUT SSH(ACCEPT) net0