...as the darned thing has sent out so many recently that it surely must be running out;~/
SME5.6u4 server/gateway - staticIP - rural wireless broadband
Have Guardian/Snort/ACID on board now, the number of foreign countries using/abusing my pinger is, frankly, ludicrous. I am unable to get the combo to block the icmp pinger fraternity. Yes, it does block the occasional scan and IDA idiocy etc etc. But it never takes any action to quell the persistent pingers:-(
I have been attempting to turn OFF the ping responder but still maintain whatever ping functionality that System Monitor needs to produce its gateway charts. The production of particular chart is an absolute necessity.
Searching the database has revealed nothing edifying. The nearest I get is an inappropriate spiel on the use of ipchains and DENY. For some unknown reason my box does not like the ipchains command or the DENY attribute but laps up the iptables command and DROP attribute. Please tailor any advice accordingly!
Have tried the following to quash my box's unfortunate propensity to be ingratiatingly helpful to all my Dutch, Israeli, Russian, French or Romanian incoming/probing ping requests...
/sbin/iptables -A INPUT --destination mystaticIP/32 --protocol icmp --icmp-type echo-request -j DROP -i eth1
...but seemingly this is ineffective. So I have also tried (permanently) blocking the IPs of the most persistent offenders, the never-let-up zombie that ACID keeps identifying, using...
/sbin/iptables -A INPUT -t filter -j DROP -s zombieIP
...but an hour later I see the same damn IPs appearing on the ACID report lines:-|
Why can't I get my SME box to quit responding to probing pings?
best wishes, Robert