Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 21279

Beginner Basics • Re: Invalid TCP incoming packets with ACK,FIN,PSH, invalid outgoing with RST

$
0
0
Got the same problem. For packets incoming from LAN, I add "reject: tcp reset" just before the default invalid filter.
Code:
/ip firewall filteradd action=reject chain=forward connection-state=invalid out-interface-list=WAN protocol=tcp reject-with=tcp-reset tcp-flags=!synadd action=drop chain=input comment="DROP INVALID" connection-state=invalid
It's clean up the "intended" invalid flag we want.

Lokamaya

Statistics: Posted by Lokamaya — Mon Mar 18, 2024 6:23 am



Viewing all articles
Browse latest Browse all 21279

Trending Articles