Sunday, June 18, 2023

Block ipv6 on Mikrotik RouterOS

Block ipv6 on Mikrotik RouterOS

Enable the ipv6 package if you've disabled it.  Disabling the package doesn't stop ipv6.  You must enable the package then add the firewall rules here.


/ipv6 firewall raw
add chain=prerouting action=drop
add chain=output action=drop
/ipv6 firewall filter
remove [find]
add chain=input action=drop
add chain=forward action=drop
add chain=output action=drop

No comments:

Post a Comment

GoFullPage exports unprintably long images to paginated PDF file for printing

Grabbed a whole web page with scrolling screen shot?   Now you want to print it and bleh. The GoFullPage browser extension does a great job ...