- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with routing on 11.11i
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
07-02-2004 12:41 PM
07-02-2004 12:41 PM
I can navigate my local subnet just fine, but when I try to get to anywhere outside, I get the "no route to host" error. For example, I can do an 'nslookup' for a remote host, and that will output the correct IP address for that machine, so DNS are working, (but the server is on my local subnet, so that's no big surprise) but when I then try to telnet to that host..."no route to host".
Another symptom that I have that may, or may not, be related... I was having trouble getting configured as an NIS client, and when I would try to use the SAM facility for configuring a NIS client, a message window would pop up saying something to the effect of "This version of SAM is not able to configure NIS under IPV6". Well, to the best of my knowledge, I'm not running IPV6, so why would I get that message? The NFS setup function does the same thing.
Any ideas and/or suggestions offered will be appreciated. Cheers, Jeff Mulliken
root:/ $netstat -r
Routing tables
Destination Gateway Flags Refs Interface Pmtu
localhost localhost UH 0 lo0 4136
ducati ducati UH 0 lan0 4136
XXX.XX.80.0 ducati U 2 lan0 1500
127.0.0.0 localhost U 0 lo0 0
default XXX.XX.80.1 UG 0 lan0 0
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 01:07 PM
07-02-2004 01:07 PM
Re: Problems with routing on 11.11i
can you ping your default gateway from this box, i.e. :
ping XXX.XX.80.1
is it working ?
if not, you may need help from your networking group to put a trace on the physical route to see what is wrong.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 01:12 PM
07-02-2004 01:12 PM
Re: Problems with routing on 11.11i
Thanks for the reply. I can not ping the gateway, but that's to be expected, as it's a Cicso box, and will not respond to a ping. None of the servers in the subnet can ping the gateway. But I can telnet into this server from outside the subnet, so the gateway is working, but just not the other way around. Thanks again for the response. Jeff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 01:20 PM
07-02-2004 01:20 PM
Re: Problems with routing on 11.11i
then try pinging the IP address presented by this command for your interface, i.e., let it ping itself and see what kind of message you are gtting, if any ?
ps. going home... response may be delayed but I am sure there will be other people to see your responses and jump for help meanwhile.
also, can you telnet to this cisco router at ip address XXX.XX.80.1 and ger a username or password prompt ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 09:36 AM
07-03-2004 09:36 AM
Re: Problems with routing on 11.11i
your routing table seems ok, you say the gateway is working, strange ...
try telnet (or another way - nmap scanner how to contact default gw), is it responding ?
what about to try ethereal ?
(http://hpux.cs.utah.edu/hppd/hpux/Gtk/Applications/ethereal-0.9.15/)
use it and see on communication between your machine and gw
from !system konsole! you can also try ifconfig down/up lan0
post the the results
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 08:34 PM
07-03-2004 08:34 PM
Re: Problems with routing on 11.11i
ndd -get /dev/ip/ip_ire_status
Locate the routing line for your gateway and see if it is marked as dead.
You can override this using the following command:
ndd -set /dev/ip ip_ire_gw_probe 0
This turns off dead gateway detection. Make the change permanent across reboots by editing /etc/rc.config.d/nddconf (the files pretty much self explanatory).
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 06:37 PM
07-05-2004 06:37 PM
Re: Problems with routing on 11.11i
Good call! You nailed it. And it is now fixed. Thanks very much to you, and all of the others who tried to help. Cheers,
Jeff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 06:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2004 06:50 AM
07-07-2004 06:50 AM
Re: Problems with routing on 11.11i
Thanks for pointing out my oversight. I didn't fully understand how the forum thing worked. Now I'm clued in. My appologies to those above who were overlooked originally in the point distribution. Thanks, Jeff.