- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to bind two IPs in the same subnet to a single...
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-07-2004 04:33 AM
04-07-2004 04:33 AM
How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
One IP is static and configured in netconf file, the second IP is dynamic or relocatable.
Thanks.
Oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 04:39 AM
04-07-2004 04:39 AM
Re: How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
If 11.x then use ifconfig
ifconfig lan0:1
you can use lanX:Y where Y can be 1 to 255
If 10.x then use ifalias.
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 04:44 AM
04-07-2004 04:44 AM
Re: How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
ifconfig lan1:1 -- to assign another ip address. Called virtual ip.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 04:46 AM
04-07-2004 04:46 AM
Re: How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 09:37 AM
04-07-2004 09:37 AM
Re: How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
There are a few qwerks in doing what you have asked..
1 - routing out. If the two IP addesses are within the same subnet (this is supported) then you will ONLY route out of the lowest interface e.g.
lan0 193.164.192.200
lan0:1 193.164.192.201
2 - If the two IP's are NOT on the same subnet HP do NOT support it. However I've got it to work fine, but I suspect there may be problems with various hubs etc... The routing out problem is now avoided e.g.
lan0 193.164.192.200
lan0:1 172.16.8.200
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2004 11:22 PM
04-08-2004 11:22 PM
Re: How to bind two IPs in the same subnet to a single NIC w/o using MC/SG
you can do that by creating subinterfaces on lan card ifconfig lan0:1
But the best way to do this thing use SAM and you will find the option to assing multiple IP adress on a single lan card