- Community Home
- >
- Networking
- >
- Legacy
- >
- Communications and Wireless
- >
- Re: adding route in serve startup
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-18-2003 11:04 AM
04-18-2003 11:04 AM
adding route in serve startup
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2003 12:14 PM
04-19-2003 12:14 PM
Re: adding route in serve startup
yes that should do it.
Try running that file without restarting and see if the route are added.
Thanks,
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 08:18 AM
04-28-2003 08:18 AM
Re: adding route in serve startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 05:42 PM
04-28-2003 05:42 PM
Re: adding route in serve startup
After executing 'route add -host destinationIP gatewayIP' or S99route ?
You are loosing the route when you reboot. When rebooting it will reach runlevel 2 and execute your S99route. This script sould contain the 'route add -host destinationIP gatewayIP' command and your route will be added.
Is your system running in runlevel 2 ?
Thanks,
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 11:00 PM
04-28-2003 11:00 PM
Re: adding route in serve startup
HTH
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 08:29 AM
04-30-2003 08:29 AM
Re: adding route in serve startup
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 09:11 AM
04-30-2003 09:11 AM
Re: adding route in serve startup
J