- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- traceroute trying to use backup lan instead of pri...
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
05-21-2004 04:08 AM
05-21-2004 04:08 AM
Re: traceroute trying to use backup lan instead of primary
I see there is a patch to traceroute:
PHNE_29887
They don't mention your exact problem but the notes say that you will get at least get a man page for traceroute even if it doesn't fix your problem. Perhaps there will be something in the man page.
Ron
PS I don't see how the broadcast address is going to cause traceroute to use the wrong path. If the address fits in the mask then it is considered a local address and we arp for its MAC out the interface where we expect to find it. If not we should look at the routing table (netstat -rn) and decide what to do from that. Usually that means we should use the default gateway so we arp for his address if we don't have it and send it on to him. I think the Broadcast address is mostly just used to remember what to listen for. Note that mask 255.255.248.0 is the same as xfffff800.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 05:30 AM
05-21-2004 05:30 AM
Re: traceroute trying to use backup lan instead of primary
We do have devices with 0 as the 3rd octet on the network. I tried to delete the route but was only able to delete the following line:
192.168.0.0/255.255.255.0 192.168.0.52 U 2 lan1 1500
The 192.168.0.52/255.255.255.255 would not delete.
Ron, I checked for the patch and I do have it installed and configured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 05:48 AM
05-21-2004 05:48 AM
Re: traceroute trying to use backup lan instead of primary
hpauto:/usr/contrib/bin :ping -o hostA
PING hostA.com: 64 byte packets
64 bytes from 170.126.4.43: icmp_seq=0. time=0. ms
64 bytes from 170.126.4.43: icmp_seq=1. time=0. ms
64 bytes from 170.126.4.43: icmp_seq=2. time=0. ms
64 bytes from 170.126.4.43: icmp_seq=3. time=0. ms
----hostA.com PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
4 packets sent via:
170.126.4.43 - hostA.com
170.126.4.47 - hostB.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 07:19 AM
05-21-2004 07:19 AM
Re: traceroute trying to use backup lan instead of primary
Maybe your default route is set to the same subnet as your backup lan.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 08:32 AM
05-21-2004 08:32 AM
Re: traceroute trying to use backup lan instead of primary
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=535404
Traceroute uses the first interface it finds, independent of routes. That's why you have this problem. As Peter mentions, ping -o is a way to know the real 'route'.
Thanks for everyone's help. Any other thoughts, let me know.
Vicki
- « Previous
-
- 1
- 2
- Next »