Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ip firewall connection tracking
- set tcp-established-timeout=10m
- ##
- #
- /ipv6 firewall address-list
- add address=fe80::/16 list=allowed
- add address=ff02::/16 comment=multicast list=allowed
- ##
- #
- /ipv6 firewall filter
- add chain=input comment="allow established and related" connection-state=established,related
- add chain=input comment="allow allowed addresses" src-address-list=allowed
- add action=drop chain=input
- add chain=forward comment=established,related connection-state=established,related
- add action=drop chain=forward comment=invalid connection-state=invalid log=yes log-prefix=ipv6,invalid
- add action=drop chain=forward log-prefix=IPV6
- ##
- #
- /ipv6 nd
- set [ find default=yes ] disabled=yes
- ##
- #
- Todo trabalho tem um custo, contribua com qualquer valor em minha carteira de Bitcoins:
- 13RbNMKewGwrbnwAKwT5hJA7XpugXFBhXV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement