Hi!
I cannot figure out settings for block ACK packets. In IPFW firewall I have"
I did read in IPF examples about TCP Flags (established) which is:
I was not lucky because I didn't get anything in the log but on IPFW block me from email (port 993 in).
I put on IPF firewall:
and nothing. I use also port 993 but the same.
What I am doing wrong, please.
I cannot figure out settings for block ACK packets. In IPFW firewall I have"
Code:
deny log tcp from any to any established in via $pif
I did read in IPF examples about TCP Flags (established) which is:
Code:
block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA
block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
I put on IPF firewall:
Code:
block in log quick on $ipf proto tcp from port = imaps flags SA
and nothing. I use also port 993 but the same.
What I am doing wrong, please.