HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding routes in 11.11
Operating System - HP-UX
1835251
Members
2325
Online
110078
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-16-2004 07:01 AM
09-16-2004 07:01 AM
Not being a network person I am confused on how to setup the netconf file for this request.
we want 10.0.0.0 and 155.90.0.0 to go out the Admin interface through 155.90.114.225 router
The Admin interface is coded as:
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=155.90.17.101
SUBNET_MASK[1]=255.255.255.224
BROADCAST_ADDRESS[1]=155.90.17.127
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
and the only current route is:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=155.90.17.97
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
I'm not sure how to code the additional route statements to accomplish this..
Thanks
we want 10.0.0.0 and 155.90.0.0 to go out the Admin interface through 155.90.114.225 router
The Admin interface is coded as:
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=155.90.17.101
SUBNET_MASK[1]=255.255.255.224
BROADCAST_ADDRESS[1]=155.90.17.127
INTERFACE_STATE[1]=up
DHCP_ENABLE[1]=0
and the only current route is:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=155.90.17.97
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
I'm not sure how to code the additional route statements to accomplish this..
Thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 07:11 AM
09-16-2004 07:11 AM
Solution
ROUTE_DESTINATION[1]=10.0.0.0
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=155.90.114.225
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
ROUTE_DESTINATION[2]=155.90.0.0
ROUTE_MASK[2]=""
ROUTE_GATEWAY[2]=155.90.114.225
ROUTE_COUNT[2]=1
ROUTE_ARGS[2]=""
I believe this will do.
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=155.90.114.225
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
ROUTE_DESTINATION[2]=155.90.0.0
ROUTE_MASK[2]=""
ROUTE_GATEWAY[2]=155.90.114.225
ROUTE_COUNT[2]=1
ROUTE_ARGS[2]=""
I believe this will do.
Learn What to do ,How to do and more importantly When to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 07:48 AM
09-16-2004 07:48 AM
Re: Adding routes in 11.11
What Sundar gave above will get the routes permanently for the next time you reboot your system. After adding these routes, you either need to stop and restart your networking by
/sbin/init.d/net stop
/sbin/init.d/net start
or just introduce these routes dynamically by
route add net 10.0.0.0 155.90.114.225 1
route add net 155.90.0.0 155.90.114.225 1
hope this helps
/sbin/init.d/net stop
/sbin/init.d/net start
or just introduce these routes dynamically by
route add net 10.0.0.0 155.90.114.225 1
route add net 155.90.0.0 155.90.114.225 1
hope this helps
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP