- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuring routing....??
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-13-2000 11:47 PM
06-13-2000 11:47 PM
configuring routing....??
Routing. Thats the problem!
In the /etc/rc.config.d/netconf file I find these lines:
ROUTE_DESTINATION[0]=X.Y.Z.B
ROUTE_MASK[0]=C.C.C.M
ROUTE_GATEWAY[0]=F.Y.R.E
ROUTE_COUNT[0]=1
OUTE_ARGS[0]=""
HOP_COUNT=1
Now if I want to add another STATIC route to my routing table, I guess I'll have to add the same lines with different paramiters.
The question is:
when I type netstat -rn the static routes I added do not appear, why?
How do I configure the gated.conf file and is it normal that it is located in /user/newconfig/etc/gated.conf?
Are there any other files I have to configure so that my routing works?
Dose netstat -rn show only the static routes?
Thanks!
By
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 11:54 PM
06-13-2000 11:54 PM
Re: configuring routing....??
After you modify your /etc/rc.config.d/netconf, did you do a "/sbin/init.d/net stop;/sbin/init.d/net start" or reboot the system so that your changes can take effect?
Regards.
Steven Sim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 12:02 AM
06-14-2000 12:02 AM
Re: configuring routing....??
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 01:52 AM
06-14-2000 01:52 AM
Re: configuring routing....??
ROUTE_DESTINATION[0]=X.Y.Z.B
ROUTE_MASK[0]=C.C.C.M
...
ROUTE_DESTINATION[1]=X.Y.Z.C
ROUTE_MASK[1]=C.C.C.M
...
ROUTE_DESTINATION[2]=X.Y.Z.D
ROUTE_MASK[2]=C.C.C.M
etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 07:20 AM
06-14-2000 07:20 AM
Re: configuring routing....??
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2000 12:43 PM
06-15-2000 12:43 PM