- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Fail to add route entry during startup
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
03-12-2003 04:00 AM
03-12-2003 04:00 AM
Fail to add route entry during startup
INTERFACE_NAME[0]=lan1
IP_ADDRESS[0]=212.39.88.2
SUBNET_MASK[0]=255.255.255.128
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=212.39.88.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]=212.39.88.128
ROUTE_MASK[1]="255.255.255.240"
ROUTE_GATEWAY[1]=212.39.88.20
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
####
I receive the following error message during startup:
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
netmask: bad value
"/sbin/rc2.d/S340net start" FAILED
I have installed all the recommended patches and set the ip_check_subnet_addr to zero. the result is that the interface is up, default gateway is added but the route via the 212.39.88.20 gateway can be added only by hand.
Any help would be greatly appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:10 AM
03-12-2003 04:10 AM
Re: Fail to add route entry during startup
The route mask should be:
255.255.255.255
if you are trying to route that particular host via 212.39.88.20
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:26 AM
03-12-2003 04:26 AM
Re: Fail to add route entry during startup
11100000 = 32 + 64 + 128 = 224. This will provide 32 host ip's. :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:02 AM
03-12-2003 05:02 AM
Re: Fail to add route entry during startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:19 AM
03-12-2003 05:19 AM
Re: Fail to add route entry during startup
ndd -set /dev/ip ip_check_subnet_addr 0
For it to work after a reboot, configure /etc/rc.config.d/nddconf appropriately, something like...
TRANSPORT_NAME[0]=IP
NDD_NAME[0]=ip_check_subnet
NDD_VALUE[0]=0
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:20 AM
03-12-2003 05:20 AM
Re: Fail to add route entry during startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:26 AM
03-12-2003 05:26 AM
Re: Fail to add route entry during startup
Before doing so, have you tried...
ndd -set /dev/ip ip_check_subnet_addr 0
ifconfig lan1 212.39.88.2 netmask 255.255.255.128
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:30 AM
03-12-2003 05:30 AM
Re: Fail to add route entry during startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:33 AM
03-12-2003 05:33 AM
Re: Fail to add route entry during startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:35 AM
03-12-2003 05:35 AM
Re: Fail to add route entry during startup
255.255.255.0
-since-
255.255.255.128
...will only provide 126 hosts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 05:40 AM
03-12-2003 05:40 AM
Re: Fail to add route entry during startup
Actually my question is not how to determine the netmask,it was what is the reason for these errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 06:32 AM
03-12-2003 06:32 AM