Fix firewall input from localhost to localhost
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
/ip firewall filter add action=accept chain=allow-default-for-all protocol=icmp
|
||||
/ip firewall filter add action=accept chain=allow-default-buh protocol=icmp
|
||||
/ip firewall filter add action=accept chain=forward comment="allow FORWARD from INSIDE <--> TRANSPORT LINK <--> OUTSIDE (to dc01-gw01)" connection-state=new dst-address-list=!all-networks out-interface=sfp-sfpplus12 src-address-list=all-networks
|
||||
/ip firewall filter add action=accept chain=input comment="allow INPUT from lo -->> ME " in-interface=lo
|
||||
/ip firewall filter add action=reject chain=input comment="deny INPUT any -->> ME TCP reject-with tcp-reset" connection-state=new protocol=tcp reject-with=tcp-reset
|
||||
/ip firewall filter add action=reject chain=input comment="deny INPUT any -->> ME UDP reject-with icmp-port-unreachable" connection-state=new protocol=udp reject-with=icmp-port-unreachable
|
||||
/ip firewall filter add action=drop chain=input comment="deny INPUT all" connection-state=""
|
||||
|
||||
Reference in New Issue
Block a user