- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- traceroute with 2 interfaces
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-29-2004 03:17 AM
06-29-2004 03:17 AM
I ave two NICS, lan0 primary at 97.5 and lan1 at 99.65. We use the 99 network for our backups but when I do a traceroute to our default router 97.254 it the system (11i on a 8400) it states "Warning multiple interfaces found using 99.65 on lan1."
It should be using lan0, is there a order list in 11i?
thanks, derek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:28 AM
06-29-2004 03:28 AM
Re: traceroute with 2 interfaces
I think its the one that has the default gateway on it.
Take a look at the file, its documented and don't make a backup copy in /etc/rc.config.d/ it will get processed and you will have no netowrking.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:32 AM
06-29-2004 03:32 AM
Re: traceroute with 2 interfaces
if you can provide the information coming out of the follwing commands, it would be much more helpful.
ifconfig lan0 (for 97.5 address interface)
ifconfig lan1 (or lanX for 99.65 interface)
netstat -rn
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:32 AM
06-29-2004 03:32 AM
Re: traceroute with 2 interfaces
You may user -i option of traceroute command.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 03:40 AM
06-29-2004 03:40 AM
Re: traceroute with 2 interfaces
You can also use the -s xxx.xxx.xxx.xxx to specify just which IP you want the ICMP ping traffice to originate from - as follows:
ping -s source_IP destination_ip
Bottom line is that recent traceroutes will pick a default source I/F for the traffic - which may not be where you'd like - *unless* you override it with -i or -s
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 08:45 AM
06-29-2004 08:45 AM
Re: traceroute with 2 interfaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 09:14 AM
06-29-2004 09:14 AM
Re: traceroute with 2 interfaces
It's the behaviour for 11i. It will use the first interface found on the system.
You can find the first interface with 'netstat -in' command.
You will need to use either -i option or -s option to direct the traceroute.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 09:30 AM
06-29-2004 09:30 AM
Re: traceroute with 2 interfaces
The version contained by 11.11 requires the "-i" option if there are multiple interfaces installed on the system.
Rgds...Geoff