Forcing an RST

Steven M Campbell Netfilter at SCampbell.net
Mon Feb 20 19:05:41 CET 2006


James Strickland wrote:
> Hi. Is there a way so that when a packet reaches the filter table input
> chain with the Syn flag set, that i send out a response with RST?
>
> ie: connections to my wan interface with Syn set (trying to establish) on
> port 80 get a RST response to the sender?
>
>
>   
Use  -p tcp --syn -j REJECT --with tcp-reset





More information about the netfilter mailing list