- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default route didn't appear at reboot
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-11-2004 02:43 AM
06-11-2004 02:43 AM
default route didn't appear at reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 02:50 AM
06-11-2004 02:50 AM
Re: default route didn't appear at reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 02:51 AM
06-11-2004 02:51 AM
Re: default route didn't appear at reboot
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 03:00 AM
06-11-2004 03:00 AM
Re: default route didn't appear at reboot
You need to put entries like this into the netconf file:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=130.1.0.248
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 03:11 AM
06-11-2004 03:11 AM
Re: default route didn't appear at reboot
Check your /etc/rc.log and see what failure messages system has logged at the bootup when it tried to start networking.
If you see something like "network interface is not available, unable to set route" or something like that, make sure in the /etc/rc.config.d/netconf file, your route statements, which looks like Pete's example above, are placed below all the network interface definitions, as the system goes through these in a sequential manner. By network interface definitions, I mean the lines like this, and you may have multiple blocks looking like that:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.35.101
SUBNET_MASK[0]=255.255.252.0
BROADCAST_ADDRESS[0]=
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
And I have seen netconf files messed up this way with too many cooks in the kitchen, having this problem.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 04:34 AM
06-11-2004 04:34 AM
Re: default route didn't appear at reboot
Output from "/sbin/rc2.d/S008net.sd start":
----------------------------
ERROR: usage: add destination [netmask mask] gateway [metric]
"/sbin/rc2.d/S008net.sd start" FAILED
Could this be my culprit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 05:44 AM
06-11-2004 05:44 AM
Re: default route didn't appear at reboot
If you can copy/paste the lines starting with word ROUTE from /etc/rc.config.d/netconf, it would be helpful to figure out
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 05:49 AM
06-11-2004 05:49 AM
Re: default route didn't appear at reboot
Another common mistake in the netconf file is not having unique index numbers for each interface entry & for each route statement.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 06:00 AM
06-11-2004 06:00 AM
Re: default route didn't appear at reboot
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 06:02 AM
06-11-2004 06:02 AM
Re: default route didn't appear at reboot
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 06:25 AM
06-11-2004 06:25 AM
Re: default route didn't appear at reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2004 06:26 AM
06-11-2004 06:26 AM
Re: default route didn't appear at reboot
One thing I do not like SAM doing about networking is, setting a lan card to 100FD, where SAM is (or at least 'was') putting the MAC address of the interface into the driver config file which is not required and may cause trouble when the card gets changed down the road.
So, needless to say, I am not a big fan of SAM when it comes to networking. Hence I can not tell if it does something bad or finds any mistakes made previously.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2004 07:11 AM
06-16-2004 07:11 AM