You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
*filter
|
|
|
|
:INPUT ACCEPT [0:0]
|
|
|
|
:FORWARD ACCEPT [0:0]
|
|
|
|
-A FORWARD -m set --match-set bcp38-cone-oface-v6 src,dst -j ACCEPT
|
|
|
|
-A FORWARD -m set --match-set bcp38-else-oface-v6 src,dst -j DROP
|
|
|
|
:OUTPUT ACCEPT [0:0]
|
|
|
|
COMMIT
|
|
|
|
|
|
|
|
*raw
|
|
|
|
:PREROUTING ACCEPT [0:0]
|
|
|
|
:OUTPUT ACCEPT [0:0]
|
|
|
|
:VYATTA_CT_PREROUTING_HOOK - [0:0]
|
|
|
|
-A PREROUTING -j NOTRACK
|
|
|
|
{% for iface_name, iface_data in pillar['netbox']['interfaces'].items() %}{% if salt['pillar.get']('interfaces:'+iface_name+':netflow') %}
|
|
|
|
-A PREROUTING -i {{ iface_name }} -j NFLOG --nflog-group 2 --nflog-range 64 --nflog-threshold 10
|
|
|
|
-A VYATTA_CT_PREROUTING_HOOK -i {{ iface_name }} -j NFLOG --nflog-group 2 --nflog-range 64 --nflog-threshold 10
|
|
|
|
{% endif %}{% endfor %}
|
|
|
|
COMMIT
|
|
|
|
|
|
|
|
*nat
|
|
|
|
:PREROUTING ACCEPT [0:0]
|
|
|
|
:INPUT ACCEPT [0:0]
|
|
|
|
:OUTPUT ACCEPT [0:0]
|
|
|
|
:POSTROUTING ACCEPT [0:0]
|
|
|
|
COMMIT
|
|
|
|
|
|
|
|
*mangle
|
|
|
|
:PREROUTING ACCEPT [0:0]
|
|
|
|
:INPUT ACCEPT [0:0]
|
|
|
|
:FORWARD ACCEPT [0:0]
|
|
|
|
:OUTPUT ACCEPT [0:0]
|
|
|
|
:POSTROUTING ACCEPT [0:0]
|
|
|
|
COMMIT
|