- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP Routing on HP-UX 11 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
01-03-2002 04:08 PM
01-03-2002 04:08 PM
We need to multihome HP servers on two separate subnet. One interface is on company intranet, the other one is on its local network. eg. 10.1.1.0 (intranet) and 172.18.1.0
How could I define the routing? Would like to setup default routing to 172.18.1.0.
We also want some other devices with 10.170.1.0 network IP to reach the server through 10.1.1.0 subenet interface. Right now I had to use "route add host ..." to specify host by host. "route add 10.170.1.0 ..." does not work.
Thanks in advance,
Wei
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 04:18 PM
01-03-2002 04:18 PM
SolutionYou can set up your system as a gateway. Install two cards on the system and configure them with the IP addresses.
Then enable gated. Edit /etc/rc.config.d/netconf and make GATED=1.
Using /sbin/init.d/net start, you can start the gated. Otherwise simply running /usr/sbin/gated will also start looking at the default /etc/gated.conf
But the trickiest part is to configure /etc/gated.conf. The simplest configuration could be rip.routed as found in
/usr/examples/gated.
It needs ip_forwarding to be on. But by default it will be. Check out ndd -get ip_forwarding. If you get 2, it means it will forward.
You definitely need to check the man pages of gated and gated.conf.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 04:22 PM
01-03-2002 04:22 PM
Re: IP Routing on HP-UX 11 Servers
Look at the following document for a good explanation of how to setup gated.conf. It's nice. RIP is easy to setup.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=539543e51118cc6356/screen=ckiDisplayDocument?docId=200000007950538
Check this document for setting up a OSPF gateway.
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=539543e51118cc6356/screen=ckiDisplayDocument?docId=200000006303694
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 04:34 PM
01-03-2002 04:34 PM
Re: IP Routing on HP-UX 11 Servers
Any pro and con?
Thanks,
Wei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 05:01 PM
01-03-2002 05:01 PM
Re: IP Routing on HP-UX 11 Servers
Take a look at the threads below,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d1af584215c20394b0/screen=ckiDisplayDocument?docId=200000045169382
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=d1af584215c20394b0/screen=ckiDisplayDocument?docId=200000053723989
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 05:20 PM
01-03-2002 05:20 PM
Re: IP Routing on HP-UX 11 Servers
I would test it on our test server and see which way I want to go.
I believe the info is exactly what I looking for.
Thanks a lot again.
Wei