- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configureing Gateway in HP_UX 11.00
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
03-28-2004 07:14 PM
03-28-2004 07:14 PM
I tried from SAM but there is no option to change gw settings.
Thanks in advance.
-Santosh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 07:19 PM
03-28-2004 07:19 PM
Re: Configureing Gateway in HP_UX 11.00
You can change the gateway in the file /etc/rc.config.d/netconf. You need a reboot after you change the file. An other option is to use below command.
# set_parms addl_netwrk
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 07:28 PM
03-28-2004 07:28 PM
Solutionsam --> Networking and Communications --> Hosts --> Local host files --> Actions Configure default gateway.
you can also use the route delete and then the route add command to modify the gateway. Butthe changes will not get through after the reboot
with best wishes
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 07:31 PM
03-28-2004 07:31 PM
Re: Configureing Gateway in HP_UX 11.00
2 ways to do it:
1. change the following lines in /etc/rc.config.d/netconf:
ROUTE_DESTINATION[0]="YY.YY.YY.YY"
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]="XX.XX.XX.XX"
ROUTE_COUNT[0]="0"
ROUTE_ARGS[0]=""
and substitute a YY.YY.YY.YY the IP address of network of destination and put in XX.XX.XX.XX the gateway's IP address.
From command line launch
# route add default
2. just launch
# set_parms addl_netwrk
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2004 08:40 PM
03-28-2004 08:40 PM
Re: Configureing Gateway in HP_UX 11.00
Please check this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=458409
hth.