- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default route missing...
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
11-24-2004 01:54 AM
11-24-2004 01:54 AM
ROUTE_DESTINATION[3]=default
ROUTE_MASK[3]=""
ROUTE_GATEWAY[3]=155.90.120.130
ROUTE_COUNT[3]=""
ROUTE_ARGS[3]=""
I added the route and all was fine, but it was mentioned to me that in the netconf file the ROUTE_COUNT had to be set to 1.
Was wondering if this is true and if so why ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:02 AM
11-24-2004 02:02 AM
Re: default route missing...
Take a look at the comments in the netconf file:
"ROUTE_COUNT: An integer that indicates whether the gateway is a remote interface (one) or the local interface (zero) or loopback interface (e.g., 127.*)."
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:02 AM
11-24-2004 02:02 AM
Re: default route missing...
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:04 AM
11-24-2004 02:04 AM
Re: default route missing...
ROUTE_COUNT defines how many 'hops' your system needs to make to reach the ROUTE_GATEWAY. If the interface is on the system itself, then it would be 0. If it in the same subnet, then the COUNT would be 1 as it has to hop once before reaching it.
Almost all the times you will find the default gateways on the same subnet. So, the count would be 1.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:14 AM
11-24-2004 02:14 AM
Re: default route missing...
So on all the static routes that have been added to netconf I should change them to 1, as right now they are all set to "".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:30 AM
11-24-2004 02:30 AM
SolutionI have observed one more issue with your netconf. The index for your 'default' route is 3. It is a good practice to maintain the indexes properly. I assume you have three more static routes before the 'default' entry with the indexes 0,1 and 2. Generally default route starts first with the index of 0.
Regarding your last question, the answer is it depends on where the interface is. If it is on the local system (use netstat -in to determine), then it will be 0. If it is not but on the same subnet, then it would be 1.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 02:42 AM
11-24-2004 02:42 AM