- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Routing Issues after upgrade to Gig
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
01-15-2003 08:44 AM
01-15-2003 08:44 AM
Routing Issues after upgrade to Gig
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 911103362 lo0 4136
172.17.7.82 172.17.7.82 UH 0 330068940 lan7 4136
172.17.0.0 172.17.7.82 U 2 0 lan7 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 172.17.3.1 UG 0 0 lan7 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 08:47 AM
01-15-2003 08:47 AM
Re: Routing Issues after upgrade to Gig
i can ping the router, here is ifconfig
lan7: flags=1843
inet 172.17.7.82 netmask ffff0000 broadcast 172.17.255.255
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 09:02 AM
01-15-2003 09:02 AM
Re: Routing Issues after upgrade to Gig
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 09:11 AM
01-15-2003 09:11 AM
Re: Routing Issues after upgrade to Gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 09:34 AM
01-15-2003 09:34 AM
Re: Routing Issues after upgrade to Gig
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 09:43 AM
01-15-2003 09:43 AM
Re: Routing Issues after upgrade to Gig
Good Luck.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2003 11:13 AM
01-15-2003 11:13 AM
Re: Routing Issues after upgrade to Gig
nslookup hostname
work?
Your best bet is to run a traceroute to a non local address. That should tell you where to look next assuming your router is allowed to respond to traceroutes.
You might also check your switch. Perhaps you have it in a strange VLAN or other configuration problem. Can you move your connection to one of the working ports?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:05 AM
01-16-2003 08:05 AM
Re: Routing Issues after upgrade to Gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:08 AM
01-16-2003 08:08 AM
Re: Routing Issues after upgrade to Gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:10 AM
01-16-2003 08:10 AM
Re: Routing Issues after upgrade to Gig
It looks like out ip_pmtu_strategy is set to 1. Could this be a problem. It is also set to 1 on the boxes that appear to be working correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 08:44 AM
01-16-2003 08:44 AM
Re: Routing Issues after upgrade to Gig
ndd -set /dev/ip ip_pmtu_strategy 2
that will just be temporary since it will go away when you reboot. If it fixes the problem then you edit /etc/rc.config.d/nddconf
to add an entry:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_pmtu_strategy
NDD_VALUE[0]=2
If you have other entries then change the number in brackets to the next available number.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 09:00 AM
01-16-2003 09:00 AM
Re: Routing Issues after upgrade to Gig
Go to the second router where the trace stops. Look at its routing table and see where it sends the packet to. Go to that router and check its routing table to see if it knows the right route to get back to the 172.17.7.82. Also check that there are no filters in place on that router.
If you do not have access to the routers then just try changing the IP address with one of the working systems. It may turn out that there is a problem with the one IP address because of a static route statement, filter, or Policy routing on one of the routers.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 09:00 AM
01-16-2003 09:00 AM
Re: Routing Issues after upgrade to Gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 09:03 AM
01-16-2003 09:03 AM
Re: Routing Issues after upgrade to Gig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 09:18 AM
01-16-2003 09:18 AM
Re: Routing Issues after upgrade to Gig
Wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 10:27 AM
01-16-2003 10:27 AM
Re: Routing Issues after upgrade to Gig
Since traceroute doesn't (iirc) use a packet size likely to require fragmentation, ip_pmtu_strategy settings are unlikely to matter.
HP suggests that one _NOT_ keep ip_pmtu_strategy at 2 - it can lead to a DOS attack. One should use either zero or one.
There will likely not be a /dev/lan7 device - GigE on 11.0 at least does not "support" the old LLA stuff that had a device file per interface. These days with the streams based stack, one uses /dev/dlpi and attaches to a specific PPA (those /dev/dlpiN files are not corresponding to lanN...)
The redirect suggestion is good, but if the host received a redirect, it would appear in the output of netstat -rn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 11:26 AM
01-16-2003 11:26 AM
Re: Routing Issues after upgrade to Gig
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 217554 lo0 4136
172.17.7.113 172.17.7.113 UH 0 253858651 lan2 4136
172.17.0.0 172.17.7.113 U 2 0 lan2 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 172.17.3.1 UG 0 0 lan2 1500