- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Could two IP addresses assigned to same APA in...
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
07-16-2008 07:15 AM
07-16-2008 07:15 AM
Could two IP addresses assigned to same APA interface?
I means, if two NIC is grouped into one virtual interface using APA. Could two IP addresses, such as 192.168.1.25 and 192.168.1.26, assigned to that virtual interface?
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2008 07:46 AM
07-16-2008 07:46 AM
Re: Could two IP addresses assigned to same APA interface?
Why do you want to do this?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2008 07:48 AM
07-16-2008 07:48 AM
Re: Could two IP addresses assigned to same APA interface?
You can have 2 addresses from the same subnet on a single NIC, but NOT on different NICs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2008 07:54 AM
07-16-2008 07:54 AM
Re: Could two IP addresses assigned to same APA interface?
e.g. you have 192.168.1.25 already assigned to lan900, and wish to add 192.168.1.26:
ifconfig lan900:1 192.168.1.26
Essentially this is what Serviceguard does, but using systemcalls and other commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2008 07:58 AM
07-16-2008 07:58 AM
Re: Could two IP addresses assigned to same APA interface?
#Virtual IP configuration
INTERFACE_NAME[1]=lan900:1
IP_ADDRESS[1]=192.168.1.125
SUBNET_MASK[1]=255.255.255.0
BROADCAST_ADDRESS[1]="192.168.1.255"
INTERFACE_STATE[1]="up"
DHCP_ENABLE[1]=0
INTERFACE_NAME[2]=lan900:2
IP_ADDRESS[2]=192.168.1.126
SUBNET_MASK[2]=255.255.255.0
BROADCAST_ADDRESS[2]="192.168.1.255"
INTERFACE_STATE[2]="up"
DHCP_ENABLE[2]=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:17 AM
07-17-2008 09:17 AM
Re: Could two IP addresses assigned to same APA interface?
And, you _can_ assign IP's from the same subnet to two different interfaces, it just may not behave as one might initially expect