- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping ok, but traceroute no response
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
06-05-2008 11:16 PM
06-05-2008 11:16 PM
PING 72.14.235.147: 64 byte packets
64 bytes from 72.14.235.147: icmp_seq=0. time=105. ms
64 bytes from 72.14.235.147: icmp_seq=1. time=106. ms
# traceroute -n 72.14.235.147
traceroute to 72.14.235.147 (72.14.235.147), 30 hops max, 40 byte packets
1 * * *
2 * * *
....
30 * * *
**** max ttl expired before reaching 72.14.235.147 (72.14.235.147)
==== Local is OK ====================
# ping 192.168.1.253
PING 192.168.1.253: 64 byte packets
64 bytes from 192.168.1.253: icmp_seq=0. time=1. ms
64 bytes from 192.168.1.253: icmp_seq=1. time=1. ms
# traceroute -n 192.168.1.253
traceroute to 192.168.1.253 (192.168.1.253), 30 hops max, 40 byte packets
1 192.168.1.253 1.169 ms 0.750 ms 0.728 ms
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.1.240 192.168.1.240 UH 0 lan0 4136
192.168.1.0 192.168.1.240 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.1.253 UG 0 lan0 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 11:40 PM
06-05-2008 11:40 PM
Re: ping ok, but traceroute no response
There is no route specified for your external gateway.Add a route and try..
Also check whether there is any firewall configured..
HTH
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2008 11:45 PM
06-05-2008 11:45 PM
Solution(Ping uses ICMP over IP, but HP-UX traceroute uses UDP over IP unless you use the "-I" option.)
So you have connectivity at the IP layer, but the upper layer protocols (TCP and UDP, maybe others) are filtered in some fashion.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 01:05 AM
06-06-2008 01:05 AM
Re: ping ok, but traceroute no response
l1000:/#traceroute -I 72.14.235.99
traceroute to 72.14.235.99 (72.14.235.99), 30 hops max, 40 byte packets
1 220.130.198.161 (220.130.198.161) 47.053 ms 1.613 ms 1.518 ms
2 10.130.198.162 (10.130.198.162) 39.207 ms 52.039 ms 46.942 ms
3 168.95.84.214 (168.95.84.214) 37.293 ms 36.738 ms 36.211 ms
4 211.22.36.50 (211.22.36.50) 36.435 ms 36.464 ms 37.166 ms
5 220.128.1.170 (220.128.1.170) 41.759 ms 37.132 ms 39.243 ms
6 220.128.1.161 (220.128.1.161) 37.118 ms 37.062 ms 37.175 ms
7 211.22.33.189 (211.22.33.189) 54.723 ms 54.539 ms 54.610 ms
....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 01:05 AM
06-06-2008 01:05 AM