I am such an idiot, partly due to lack of concentration...
I set a firewall filter
Code: Select all
/ip firewall filter
add chain=input protocol=!icmp action=reject reject-with=icmp-admin-prohibited
I suppose I could use the serial console. but that means bringing the AP down (No internet for my clients for a day, plus the time it takes to figure out how to use the console)
Also added
Code: Select all
/ip firewall filter
add chain=input protocol=!tcp action=reject reject-with=icmp-admin-prohibited
How will I connect to it now?