Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ipv6 firewall {
- address-list add list=bad_ipv6 address=::/128 comment="defconf: unspecified address"
- address-list add list=bad_ipv6 address=::1 comment="defconf: lo"
- address-list add list=bad_ipv6 address=fec0::/10 comment="defconf: site-local"
- address-list add list=bad_ipv6 address=::ffff:0:0/96 comment="defconf: ipv4-mapped"
- address-list add list=bad_ipv6 address=::/96 comment="defconf: ipv4 compat"
- address-list add list=bad_ipv6 address=100::/64 comment="defconf: discard only "
- address-list add list=bad_ipv6 address=2001:db8::/32 comment="defconf: documentation"
- address-list add list=bad_ipv6 address=2001:10::/28 comment="defconf: ORCHID"
- address-list add list=bad_ipv6 address=3ffe::/16 comment="defconf: 6bone"
- address-list add list=bad_ipv6 address=::224.0.0.0/100 comment="defconf: other"
- address-list add list=bad_ipv6 address=::127.0.0.0/104 comment="defconf: other"
- address-list add list=bad_ipv6 address=::/104 comment="defconf: other"
- address-list add list=bad_ipv6 address=::255.0.0.0/104 comment="defconf: other"
- filter add chain=forward action=drop src-address-list=bad_ipv6 comment="defconf: drop packets with bad src ipv6"
- filter add chain=forward action=drop dst-address-list=bad_ipv6 comment="defconf: drop packets with bad dst ipv6"
- /ipv6 firewall filter remove [find comment~"defconf"]
- /ipv6 firewall address-list remove [find comment~"defconf"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement