- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default route
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
06-04-2001 05:50 AM
06-04-2001 05:50 AM
Now, recently we have begun to implement a new phone system here, (AVVID.) All of HP routers were replaced by CISCO products. Since bringing the new equipment online, the default route on my HP-UX server, (ver 10.20,) has been affected. While the original default route remains, it adds another default route, which points to our webserver. As soon as I route delete the unwanted route, everything is fine, and users can again login across the network. I recently disabled the 'gated' daemon, which would appear to have fixed the problem. Did I do the right thing? Is this only a temporary fix? Any feedback the 'guru's' out there can provide would be greatly appreciated.
Thanx
Ron Irving
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 06:05 AM
06-04-2001 06:05 AM
Re: default route
Like...if you made these changes, did you remember to go back and change the /etc/rc.config.d/netconf ? to ensure on your next reboot that your changes appear...
Like I said, I tend to look at the simple things first.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 06:17 AM
06-04-2001 06:17 AM
Re: default route
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 07:08 AM
06-04-2001 07:08 AM
SolutionI would think the question would be, why was gated on? Are you using it now, or was it used previously and not turned off? If you do not need gated and you turned it off, ya did good!
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 07:18 AM
06-04-2001 07:18 AM
Re: default route
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:20 PM
06-04-2001 12:20 PM
Re: default route
gated is used to allow UNIX systems to act as a router and use dynamic routing protocols (RIP, OSPF, etc) to exchange routing information with other routers. gated can also be used to LISTEN ONLY for route table updates update the routing table on the UNIX box. This may be what is happening in your environment. Check your /etc/gated.conf, it is used to control how gated runs.