- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- help meaning traceroute
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-26-2002 05:37 AM
11-26-2002 05:37 AM
traceroute to h3mih047.domain.it (10.213.129.7), 30 hops max, 20 byte packets
1 10.213.35.250 (10.213.35.250) 0 ms 0 ms 0 ms
2 h3mih047.domain.it (10.213.129.7) 0 ms 0 ms 0 ms
3 * * *
4 * * *
Seems traceroute reach the host, but why after point 2, where the host was reached, are the atseriscs??
In fact i'm not able to ping the host.
Thank you
Luca
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 05:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 05:52 AM
11-26-2002 05:52 AM
Re: help meaning traceroute
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:06 AM
11-26-2002 06:06 AM
Re: help meaning traceroute
otherwize when it shows asteriscs it means that it routes throu a mashine that doesnt "support" ICMP i belive, im not 100% sure thou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 07:11 AM
11-26-2002 07:11 AM
Re: help meaning traceroute
However, in your case, it appears that the host h3mih047 may have actually sent back a TTL expired message instead of a port unreachable message. Thus there was nothing to tell the traceroute that it had reached its goal. Perhaps the port is in service?
netstat -nr
will show what ports are in use if you have access to h3mih047. You can change the port to a different one and see if that makes a difference. Usually the high port number is 33434 but you can change it to say 33500 with
traceroute -p 33500 h3mih047
If it still doesn't work, I think the problem lies with h3mih047 which is not responding as expected. (I assume your traceroute works to other destinations?)
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 07:45 AM
11-26-2002 07:45 AM
Re: help meaning traceroute
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 07:49 AM
11-26-2002 07:49 AM
Re: help meaning traceroute
bye
Luca