- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Default Router
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-07-2001 03:54 PM
08-07-2001 03:54 PM
Default Router
I have confusion regarding default router or dynamic routing. I have defined a default router entry in /etc/rc.config.d/netconf file. But when I rebooted my system I found that I have lost my network connectivity with other system.
So when I was trying to find some reason I found followings suspicious things:
I don?t ( netstat ?rn) have default router entry in my routing table even though my /etc/rc.config.d/netconf file has a entry for default router.
Second thing I found that in my /etc/rc.config.d/netconf file dynamic routing was set to on (GATED=1). I am not using dynamic routing.
Does it create any problem with default router? Because everything is fine after I added default entry to my router table.
I need to find out cause of the problem, so please do reply.
Thanks
vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 08:46 PM
08-07-2001 08:46 PM
Re: Default Router
First thing, Since Dynamic Routing is not being used, you can comment GATED value or make it 0 in netconf file.
After doing so, still if the gateway problem continues, check for the Route Count value in the netconf file. It should be set to 1.
For me whenever I was rebooting the server, the default gateway was missing. Later we found that there was multiple entry of Route Count mentioned 1 as well as 0 in the last line of the file.
So check for the proper Route Count value in
the netconf file.
Hope this would help you.
Regards,
N.Harinath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 10:44 PM
08-07-2001 10:44 PM
Re: Default Router
In the netconf file modify the entries.
change your GATED value to 0.
Enter your gateway ipaddress.
Change ROUTE_COUNT to 1.
ROUTE_GATEWAY[0]=xx.xx.xx.xx
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]="default" .
Then do a reboot.
OR
If you want to add the route entry on the fly
Then,
#route add net default xx.xx.xx.xx 1
OR
Even you can use
#set_parms addl_netwrk to configure your gateway.
Thanks
GManikandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 10:49 PM
08-07-2001 10:49 PM
Re: Default Router
As you seem to have lost the network connectibity after reboot it will help to check the /etc/rc.log to check if network startup scripts were executed without errors.
..BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 11:08 PM
08-07-2001 11:08 PM
Re: Default Router
#set_parms initial
once you set all the values including the gateway, your default gateway will remain unchanged
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 09:08 AM
08-08-2001 09:08 AM
Re: Default Router
Thanks to all of you for putting your time here.
when i rebooted my system After Changing GATED=0 evryting is fine.
thanks
vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2001 10:16 AM
08-08-2001 10:16 AM