Linux server cannot be pinged

Posted by misamisa on Server Fault See other posts from Server Fault or by misamisa
Published on 2012-12-11T22:45:17Z Indexed on 2012/12/11 23:05 UTC
Read the original article Hit count: 341

I have set up a Linux server in DMZ.
There is another Windows server running in same DMZ.
These two servers can be pinged via internet using my home PC.
However, the another Linux server rented from a hosting service provider can only be pinged from the Windows Server and not from the Linux server (accessed via internet).

So the situation is:

Windows server (DMZ) ---ping---> Rented Server.....Successful
Linux server (DMZ) ---ping---> Rented Server.......Unreachable
Home PC ---ping---> Linux server (DMZ).......Successful
Home PC ---ping---> Windows server (DMZ).....Successful

When I ran tcpdump on my Linux Server(DMZ) and started ping from Rented Server, it showed that the Linux Server(DMZ) is receiving ping and replying.

There is no restriction defined in hosts.deny and hosts.allow file that might cause this problem.

What else should I check to get this working?

© Server Fault or respective owner

Related posts about linux

Related posts about windows-server-2008