[Ilugc] Problem with Ping

  • From: sriram@xxxxxxxxxxxxxxxxxx (P. Sriram)
  • Date: Tue, 9 Jul 2002 19:28:50 +0530 (IST)

On Tue, 9 Jul 2002, S Mohan wrote:

try
/sbin/ipchains -A input -i <enet> -p icmp -j ACCEPT
/sbin/ipchains -A output -i <enet> -p icmp -j ACCEPT

[as solution to ping not working on firewalled machine]

this may work, but is rather broad. presumably, the machine is firewalled 
for a reason. this essentially removes icmp from all the firewalling 
rules. if someone could point at the icmp ping 'port', the above command 
can be modified to open only that 'port' by using an appropriate -s (or 
--destination-port) option.

sriram


Other related posts: