Web Hosting Talk







View Full Version : pings all time out, host says ICMP is disabled for security, needed?!?


RandyL712
08-02-2002, 11:03 AM
When I ping any of my domains on the new fastservers.net server, they all time out.

I asked the host about this and was told that ICMP was disabled on most CPanel servers to prevent DoS attacks... I know that some of my customers will be uneasy not being able to ping their domain...

Your thoughts?

davidb
08-02-2002, 11:18 AM
Dont worrie about it. They are right. Not replying to pings saves bandwidth. Personally, I would say live with it, its not the end of the world. :)

RandyL712
08-02-2002, 11:45 AM
Is it easily changeable down the road if we choose to?

davidb
08-02-2002, 11:53 AM
You lost me there. WHat do you mean by changeable? It is your host who has the settings right?

RandyL712
08-02-2002, 11:55 AM
I'm asking if it's easy to enable ICMP... I asked fastservers.net and got this non-response:

This is your server and you can configure in any way that you wish. ... Please feel free to make configuration changes as you see fit.Now, I'm a newbie at this and this is my 2nd day with a dedicated server...

Ahmad
08-02-2002, 12:14 PM
Aha, a dedicated server :)

It should be easy to run it again, but it depends on how they blocked it in the first place :confused:

Probably through a firewall configuration. It could be a line in rc.local, or maybe something else. I'm not sure.

RandyL712
08-02-2002, 12:15 PM
I suppose for now the setup is fine as it stands, I'll be sure to bug everyone again if I need to let my customers ping their domains :) (We all have those quirky customers!)

izcryptman
08-03-2002, 10:51 AM
FYI: u can redirect those customers to
http://uptime.netcraft.com/up/graph/?host=fastservers.net
coz most of the times these kinda customers pings to
check/test the availability ...

Lagniappe-labgeek
08-03-2002, 11:18 AM
cat /proc/sys/net/ipv4/icmp_echo_ignore_all

if there's a 1 in there that's how they did it (assuming they didn't do something else as well).

To re-enable:
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all


edit for clarity (I hope)