- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Route Gateway Information gets lost every after re...
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
09-08-2004 08:53 AM
09-08-2004 08:53 AM
Operating Syste: HPUX 11.11
We are having a problem our HPUX servers. When they are rebooted, they lose the default gateway information, so they are not on the network. Using the "route add" command works but only until the next reboot. How can we make it permanent so the gateway information survives after the next reboot? We only use one nic card. Lan0.
When I look at our /etc/rc.config.d/netconf
Information such as IP Address, Subnetmask, Route_gateway, route_count=1 area ll there. What do I do to permanently keep this information?
Please help!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 08:58 AM
09-08-2004 08:58 AM
Re: Route Gateway Information gets lost every after reboot.
You mention ROUTE_GATEWAY and ROUTE_COUNT... Is REOUTE_DESTINATION set to "default" also? If not, that could cause problems since all parameters would be available at boot time.
Have you checked rc.log to see if any errors in there indicate what the problem with setting the route at boot might be?
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 09:01 AM
09-08-2004 09:01 AM
Re: Route Gateway Information gets lost every after reboot.
Check this doc,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200509
Document description: NETUX: How to add a permanent arp and route entry
Document id: KBRC00002496
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 11:09 AM
09-08-2004 11:09 AM
Re: Route Gateway Information gets lost every after reboot.
It seems that knowledge base that was provided above fixed the problem. "Netux:How to add a permanent arp and route entry".
I rebooted the HPUX server twice and I was able to ping couple of computers from the HPUX server and they replied successfully. I also tried to ping the HPUX server from a windows computer and it replied successfully.
Can somebody please confirm to me that it looks good now? I'm not the HPUX person at work and this task got assigned to me today. Pls. let me know.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 11:14 AM
09-08-2004 11:14 AM
Re: Route Gateway Information gets lost every after reboot.
You will need to make sure that you ping the HP server from systems in another subnet. Then your default gateway is working. Default gateway is not used while talking to the systems in the same subnet.
Post your 'netstat -rn'. It should have an entry called "default" in the first column.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 11:49 AM
09-08-2004 11:49 AM
Re: Route Gateway Information gets lost every after reboot.
By the way, does it matter if the "default" is last entry when I type in netstat -rn? The route table looks similar like this:
127.0.0.1 127.0.0.1
192.x.x.225 192.x.x.225
192.x.x.0 192.x.225
127.0.0.0 127.0.0.1
Default 192.x.10.1
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 12:03 PM
09-08-2004 12:03 PM
Re: Route Gateway Information gets lost every after reboot.
Nope it doesnâ t matter if the "default" route is the last entry in the routing table.
Anyways, default route is only used as the last resort for forwarding the packet.
As long as you can ping your UX box from a system that is on a different subnet, you are good to go :-).
-- Sundar