1831321 Members
3063 Online
110023 Solutions
New Discussion

Rare IP from ping

 
Tonatiuh
Super Advisor

Rare IP from ping

Red Hat Enterprise Linux.

I rebooted a server and put a "ping -t" to work to know when it is available again.

But, once the server is not responding (because it is rebooting) the IP responding change:

C:\>ping dev -t

Pinging dev.lc.org [172.16.18.59] with 32 bytes of data:

Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.
Reply from 201.161.22.122: Destination host unreachable.


1) Why?
2) What does it means?
4 REPLIES 4
~sesh
Esteemed Contributor

Re: Rare IP from ping

Try the "traceroute" command to see where the network packets "hop" on their way to their destination [172.16.18.59]]. You may well get the answer. :)
Ivan Ferreira
Honored Contributor

Re: Rare IP from ping

Probably, 201.161.22.122 is the gateway that allows you to reach the remote host, and is reporting that the host is unreachable.

Check your network route table with:

netstat -nr

You should see and entry for 201.161.22.122.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
skt_skt
Honored Contributor

Re: Rare IP from ping

check if you have any routing set like one below

0.0.0.0 201.161.22.122 0.0.0.0 UG 0 0 0 ethx

or add one

#route add default 201.161.22.122

or something similar

#route add -net 172.16.18.0 netmask 255.255.255.0 gw 201.161.22.122
palaniappan.sp
Regular Advisor

Re: Rare IP from ping

Hi,

First u try to get traceroute of the packet.Otherwise the Hostname to ipaddress naming may not be updated in the server and client side..

Regds
Palani
Everything is Possible and Anything is Feasible if u try