- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX-Servers
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
10-26-2003 06:25 PM
10-26-2003 06:25 PM
HPUX-Servers
I have two HPUX Servers rp8400 on the LAN and i would like to add router inorder to esablish a wan link to another remote location how i configure the default gate way on HP Unix server?
what does dead gate way mean?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 06:28 PM
10-26-2003 06:28 PM
Re: HPUX-Servers
edit /etc/rc.config.d/netconf
or use SAM - Networking - hosts - modify gateway
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 08:10 PM
10-26-2003 08:10 PM
Re: HPUX-Servers
1. either set the default route on HP servers to you new router you would be conneting for WAN and have the entire routes configured on the router for WAN and LAN.
2. Connect the router for WAN in the lan and have your routes configured on it to access the remote site and configure default route of HP servers to the router which has access to the WAN router.
To configure the routes use either /etc/rc.config.d/netconf or add them through script using route command. Have a look at man pages of route for more information.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 08:34 PM
10-26-2003 08:34 PM
Re: HPUX-Servers
#netstat -rn
there should be a entry for
default xxx.xxx.xxx.xxx UG 0 0 lan0 1500
if you don't have one you can add it whith
route add xxx.xxx.xxx.xxx 1
look at the man pages for route
than you can add it like the above messages in netconf file.
//Tommy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:10 AM
10-27-2003 03:10 AM
Re: HPUX-Servers
Use
#route add default default_gateway 1.
for storing it permenantly
edit /etc/rc.config.d/netconf file .
bye
baiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:18 AM
10-27-2003 03:18 AM
Re: HPUX-Servers
you can define the default gateway through SAM or by editing the /etc/rc.config.d/netconf file. Take a look at the link below,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063248356
The doc id is A4962885
Hope this helps.
Regds