- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to get the route for a particualar host(ip...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-03-2001 03:46 PM
тАО07-03-2001 03:46 PM
how to get the route for a particualar host(ipaddress)
Can some one suggest me an equivalent of this in HPUX.
Thank You,
e-somu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2001 03:54 PM
тАО07-03-2001 03:54 PM
Re: how to get the route for a particualar host(ipaddress)
You can check route table running
netstat -r
or
netstat -rn
To check route to the specific detination you can run
/usr/contrib/bin/traceroute IP_address
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2001 04:04 PM
тАО07-03-2001 04:04 PM
Re: how to get the route for a particualar host(ipaddress)
The equivalent command in HP-UX is the
'traceroute' command. An example of
the usage is:
# /usr/contrib/bin/traceroute 10.10.20.1
To check your existing route information
# /usr/bin/netstat -rn
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2001 06:16 PM
тАО07-03-2001 06:16 PM
Re: how to get the route for a particualar host(ipaddress)
You might also find the '-o' of 'ping' useful. A summary of routes taken is issued when the ping terminates. See 'man 1M ping'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2001 02:18 AM
тАО07-04-2001 02:18 AM
Re: how to get the route for a particualar host(ipaddress)
The command is :
traceroute {
more info. by typing :
man traceroute for options.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2001 05:01 AM
тАО07-04-2001 05:01 AM
Re: how to get the route for a particualar host(ipaddress)
#traceroute hostname/ip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2001 07:35 PM
тАО07-05-2001 07:35 PM
Re: how to get the route for a particualar host(ipaddress)
Thanks for your response, but the information that I can get with "traceroute
Also I cant use ping because I have a firewall preventing it.
Thanks
esomu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-05-2001 08:23 PM
тАО07-05-2001 08:23 PM
Re: how to get the route for a particualar host(ipaddress)
Unfortunately I don't think that there is
a man page for this but there is a usage
statement that will appear as follows:
Usage: traceroute [-dnrv] [-w wait] [-m max_ttl] [-p port#] [-q nqueries] [-s src_addr] host [data size]
I don't have a system that has more than
one LAN card so I can't actually test this
but you can try this:
# traceroute -s
Also what does your netstat -rn output show?
Regards
Michael