Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ipv6 firewall filter
- add action=accept chain=input comment=\
- "defconf: accept established,related,untracked" connection-state=\
- established,related,untracked
- add action=drop chain=input comment="defconf: drop invalid" connection-state=\
- invalid log=yes
- add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
- icmpv6
- add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
- 33434-33534 protocol=udp
- add action=accept chain=input comment=\
- "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
- udp src-address=fe80::/10
- add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
- protocol=udp
- add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
- ipsec-ah
- add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
- ipsec-esp
- add action=accept chain=input comment=\
- "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
- add action=drop chain=input comment=\
- "defconf: drop everything else not coming from LAN" in-interface-list=WAN \
- log=yes
- add action=accept chain=forward comment=\
- "defconf: accept established,related,untracked" connection-state=\
- established,related,untracked
- add action=drop chain=forward comment="defconf: drop invalid" \
- connection-state=invalid log=yes
- add action=drop chain=forward comment=\
- "defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
- add action=drop chain=forward comment=\
- "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
- add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
- hop-limit=equal:1 protocol=icmpv6
- add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
- icmpv6
- add action=accept chain=forward comment="defconf: accept HIP" protocol=139
- add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
- 500,4500 protocol=udp
- add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
- ipsec-ah
- add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
- ipsec-esp
- add action=accept chain=forward comment=\
- "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
- add action=drop chain=forward comment=\
- "defconf: drop everything else not coming from LAN" in-interface-list=WAN \
- log=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement