- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I multihome a server?
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
04-22-2003 07:51 AM
04-22-2003 07:51 AM
How do I multihome a server?
I plumbed the interface and it shows UP in ifconfig. However, landiag shows this interface's Operational Status ad down.
The first interface works fine.
What am I missing? How do I go about getting traffic through the second interface?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 07:58 AM
04-22-2003 07:58 AM
Re: How do I multihome a server?
You can't bring up two NIC cards on the same network.
Ex. lan0 is 192.168.0.10 mask 255.255.255.0
lan1 192.168.0.11 mask 255.255.255.0
Networking will freeze and the machine will drop right of the network.
What you can do is virutal interfaces on the same card.
lan0 can be 192.168.0.10 mask 255.255.255.0 (which is actually lan0:0)
lan0:1 can be 192.168.0.11 mask 255.255.255.0
If you want two actual ports on the network you need an addtition cost software product Port Agregation. You might even need a multi-port NIC card as well.
Good Luck.,
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 08:01 AM
04-22-2003 08:01 AM
Re: How do I multihome a server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 08:02 AM
04-22-2003 08:02 AM
Re: How do I multihome a server?
ifconfig ethX unplumb (your interface)
rmsf the old path.
ioscan
insf
ifconfig ethX (your interface)
plumb
ifconfig ethX xxx.xxx.xxx.yyy (your IP ) XXX.XXX.XXX.XXX (your netmask) up
netstat -in (check the interface.
set my default route
route add xxx.xxx.xxx.yyy zzz.zzz.zzz.zzz
edit /etc/rc.config.d/netconf
and apply the proper parms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 10:13 AM
04-22-2003 10:13 AM
Re: How do I multihome a server?
I have unplumbed the interface and re-ip'ed it. I am not adding the second interface to the same subnet - it's a different subnet.
Although the interface has been re-ip'ed landiag still shows it's Operational state as down, although ifconfig shows it as up.
Any further help will be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2003 10:17 AM
04-22-2003 10:17 AM
Re: How do I multihome a server?
We just configured the 2 ports on the different networks using Sam, rebooted the server and up they came.