HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- RE: Route add
Operating System - HP-UX
1826631
Members
3314
Online
109695
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
08-18-2004 01:55 AM
08-18-2004 01:55 AM
RE: Route add
Guys,
I know there is a way to make the route permanent in your system. I could not remember. I have a 10.20 oe and every time the system is bootup the route is lost. I do the route add command, but still. What is it that I need to do so it does not loose the route.
Thanks,
Nancy L.
I know there is a way to make the route permanent in your system. I could not remember. I have a 10.20 oe and every time the system is bootup the route is lost. I do the route add command, but still. What is it that I need to do so it does not loose the route.
Thanks,
Nancy L.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:02 AM
08-18-2004 02:02 AM
Re: RE: Route add
You need to add the route to /etc/rc.config.d/netconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:03 AM
08-18-2004 02:03 AM
Re: RE: Route add
Hi Nancy,
To make it permanent edit the /etc/rc.config.d/netconf file & add the following example entry:
ROUTE_DESTINATION[X]="net 10.123.234"
ROUTE_MASK[X]="255.255.240.0"
ROUTE_GATEWAYS[X]="10.123.236.111"
ROUTE_COUNT[X]="0"
Where X=a unique index number & of course use the appropriate subnet & I/F IPs.
This would be a static route forced out the local NIC indicated by a hop count of 0.
HTH,
Jeff
To make it permanent edit the /etc/rc.config.d/netconf file & add the following example entry:
ROUTE_DESTINATION[X]="net 10.123.234"
ROUTE_MASK[X]="255.255.240.0"
ROUTE_GATEWAYS[X]="10.123.236.111"
ROUTE_COUNT[X]="0"
Where X=a unique index number & of course use the appropriate subnet & I/F IPs.
This would be a static route forced out the local NIC indicated by a hop count of 0.
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 02:04 AM
08-18-2004 02:04 AM
Re: RE: Route add
Hi,
if you mean the default gateway then make an entry in /etc/rc.config.d/netconf
ROUTE_DESTINATION=default
ROUTE_GATEWAY=
This will be executed in /sbin/init.d/net
Regards
Franky
if you mean the default gateway then make an entry in /etc/rc.config.d/netconf
ROUTE_DESTINATION=default
ROUTE_GATEWAY=
This will be executed in /sbin/init.d/net
Regards
Franky
Don't worry be happy
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP