Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ip firewall filter add action=accept chain=input comment="defconf: accept established,related" connection-state=established,related
- /ip firewall filter add action=drop chain=input comment="defconf: drop all from WAN" in-interface=pppoe-client
- /ip firewall filter add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
- /ip firewall filter add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
- /ip firewall filter add action=accept chain=forward comment="defconf: accept established,related" connection-state=established,related
- /ip firewall filter add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
- /ip firewall filter add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
- /ip firewall filter add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
- /ip firewall filter add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
- /ip firewall filter add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
- /ip firewall filter add action=accept chain=forward comment="defconf: accept HIP" protocol=139
- /ip firewall filter add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
- /ip firewall nat add action=masquerade chain=srcnat out-interface=pppoe-client
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement