- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- TCPIP Route missing after reboot
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
08-30-2004 12:41 AM
08-30-2004 12:41 AM
TCPIP Route missing after reboot
TCPIP>route add host route mask
After a reboot this route was "lost"
Other similar routes were still existing.
I tried finding some command procedure which perhaps readds the routes at rebbot, but I found nothing.
What did we NOT do correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 02:06 AM
08-30-2004 02:06 AM
Re: TCPIP Route missing after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 04:48 PM
08-30-2004 04:48 PM
Re: TCPIP Route missing after reboot
I did do a show route/perm, but NONE of the existing routes appear there, so I don't think they were created with set route/perm, nevertheless only the one route disappeared!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 06:19 PM
08-30-2004 06:19 PM
Re: TCPIP Route missing after reboot
Regards
Dieter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:21 PM
08-30-2004 07:21 PM
Re: TCPIP Route missing after reboot
DYNAMIC
Type Destination Gateway
AN 0.0.0.0 192.1.2.1
AN 127.0.0.0/8 127.0.0.1
AH 127.0.0.1 127.0.0.1
AN 172.23.0.0/16 192.1.2.2
AN 192.1.2.0/24 192.1.2.100
AH 192.1.2.100 192.1.2.100
Here are the entries for sho route/perm:
PERMANENT
Type Destination Gateway
PN 0.0.0.0 192.1.2.1
The entry in question is:
AN 172.23.0.0/16 192.1.2.2
As you can see, there are many more entries in the DYNAMIC than in the PERMANENT and yet the only entry which disappeared after the last reboot was the entry:
AN 172.23.0.0/16 192.1.2.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 07:30 PM
08-30-2004 07:30 PM
Re: TCPIP Route missing after reboot
The default gateway was obviously added with
/permanent. The 127.0.0.x and the 192.1.2.x
entries are created automatically.
As mentioned before, you need to add the route
with /permanent.
Regards
Dave