Hi,
I have a problem with a certain IP-address generating a lot of traffic over IMAPS from my mailserver to said IP-adrress.
iftop:
So I figured I better block this IP with PF, which looks like this:
I figured this would terminate any traffic to or from this IP. But for some reason, it keeps going. When I monitor the traffic with iftop, I don't see it go away.
To test these rules, I added an IP from an external VPN I have. And surely, I wasn't able to connect anymore. So, the rule does work. But why does the flow of outgoing traffic not stop?
I have a problem with a certain IP-address generating a lot of traffic over IMAPS from my mailserver to said IP-adrress.
iftop:
Code:
abusive.ip.com:51634 => my.mailserver.com:imaps 342Kb 326Kb 376Kb
<= 9.87Mb 9.76Mb 9.34Mb
So I figured I better block this IP with PF, which looks like this:
Code:
table <villains> { 77.169.197.6 }
Some NAT and rdr rules.
block in quick from <villains> to any
block out quick from any to <villains>
I figured this would terminate any traffic to or from this IP. But for some reason, it keeps going. When I monitor the traffic with iftop, I don't see it go away.
To test these rules, I added an IP from an external VPN I have. And surely, I wasn't able to connect anymore. So, the rule does work. But why does the flow of outgoing traffic not stop?
