- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- route add using SAM
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
04-14-2003 08:47 AM
04-14-2003 08:47 AM
route add using SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:53 AM
04-14-2003 08:53 AM
Re: route add using SAM
You can't set a route in SAM, but you can do it on the command line (one time shot)
route add default
You can also modify the entries in /etc/rc.config.d/netconf
ROUTE_DESTINATION[0]="default"
ROUTE_GATEWAY[0]="
ROUTE_COUNT[0]="1"
man route for more details, this is the simplest setup.
Good luck,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 08:55 AM
04-14-2003 08:55 AM
Re: route add using SAM
If you add the netconf entries you will need to reboot and they will run at every reboot unlike using the route command which will not survive a reboot.
No points for this one please. Meant to add.
Thanks,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 09:35 AM
04-14-2003 09:35 AM
Re: route add using SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 09:43 AM
04-14-2003 09:43 AM
Re: route add using SAM
I didn't know about that.
We have applications that don't play nicely if you modify the hosts file using SAM, so I never use it.
It's under SAM --> Network and Communication --> hosts --> local hosts --> Actions --> Modify Default Gateway
Thanks for the update,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 11:55 AM
04-14-2003 11:55 AM
Re: route add using SAM
To add a non-default route, the only way I have found is to manually modify the /etc/rc.config.d/netconf file and add the details, or else you can write your own script in /sbin/init.d and link to /sbin/rc3.d/S???.
This method of using an rc script can be useful if you are adding a lot of different routes. Basically you create the multuple "route add host|net