Click to See Complete Forum and Search --> : disabling ICMP


Henrycoffin
02-01-2001, 11:53 AM
I have a server running an internal network that keeps sending test packets that are disrupting the firewall is there any way of stopping these ping tests being sent.

ssadams
02-01-2001, 03:08 PM
setup a rule in ipchains
ipchains -A output -p icmp -s yourip# 8 -d 0.0.0.0/0 -j DENY
can someone teach me how to type http://www.linuxnewbie.org/ubb/frown.gif



[This message has been edited by ssadams (edited 01 February 2001).]