- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Rare IP from ping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 04:06 AM
11-20-2007 04:06 AM
Rare IP from ping
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 04:47 AM
11-20-2007 04:47 AM
Re: Rare IP from ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 04:59 AM
11-20-2007 04:59 AM
Re: Rare IP from ping
Check your network route table with:
netstat -nr
You should see and entry for 201.161.22.122.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 12:39 PM
11-20-2007 12:39 PM
Re: Rare IP from ping
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2007 07:47 PM
12-04-2007 07:47 PM
Re: Rare IP from ping
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