- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permanent route HP-UX11
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-03-2003 09:33 AM
тАО04-03-2003 09:33 AM
permanent route HP-UX11
sorry, but my writed english is too bad!
How can i define the route entries after reboot???
when i type the command:
#route add default 123.22.22.22 1500
the entry appear, but, when i reboot the system, disappear..
what's wrong?
can you help me?
Thanks from Venezuela!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 09:37 AM
тАО04-03-2003 09:37 AM
Re: permanent route HP-UX11
Here is the route section from one of my machines for the default route:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=170.7.2.221
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 09:45 AM
тАО04-03-2003 09:45 AM
Re: permanent route HP-UX11
..
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=123.22.22.22
ROUTE_COUNT[0]=1
..
I'm not sure what's 1500 for in your command syntax. If that is meant to be the route count then it's set to 1 or 0 (1 means gateway is remote and 0 means the gateway is the local system).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 10:52 AM
тАО04-03-2003 10:52 AM
Re: permanent route HP-UX11
/sbin/init.d/net start
Will apply the above (or route add ...)
just mu 0.02???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-03-2003 01:12 PM
тАО04-03-2003 01:12 PM
Re: permanent route HP-UX11
be carefull with the "/sbin/init.d/net start" command, as it does NOT delete or flush the existing routes - that you'll have to do yourself before.
Well, only in case you have wrong routes setup, of course.
FWIW,
Wodisch