We use a Linux box at work to host a number of domains and email.. However, for the last few days we have been getting spammed constantly from addresses on the following range..
168.95.5.0
The amount of mails coming in is completely bogging down our server and is filling up the log files.
I have tried using iptables to block all incoming attempts from that range using..
iptables -I INPUT -s 168.95.5.0/168.95.5.255 -j DROP
I have rebooted the box but the connections are still coming through!
Anyone got any other ideas on how I can block them?
Cheers,
Andy
168.95.5.0
The amount of mails coming in is completely bogging down our server and is filling up the log files.
I have tried using iptables to block all incoming attempts from that range using..
iptables -I INPUT -s 168.95.5.0/168.95.5.255 -j DROP
I have rebooted the box but the connections are still coming through!
Anyone got any other ideas on how I can block them?
Cheers,
Andy