- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Add an alias IP on HP-UX
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-13-2005 12:57 AM
07-13-2005 12:57 AM
# (1) edit /etc/rc.config.d/netconf
# add these lines:
INTERFACE_NAME[3]=lan9:3
IP_ADDRESS[3]=X.Y.Z.A
SUBNET_MASK[3]=255.255.255.0
BROADCAST_ADDRESS[3]=X.Y.Z.255
INTERFACE_STATE[3]=up
# (2) attach the new IP manually (netconf is used at boot time)
ifconfig lan9:3 X.Y.Z.A netmask 255.255.255.0 up
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:03 AM
07-13-2005 01:03 AM
Re: Add an alias IP on HP-UX
Hi Adam Garsha,
You are Correct.
Thanks.
BL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:46 AM
07-13-2005 01:46 AM
Re: Add an alias IP on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:47 AM
07-13-2005 01:47 AM
Re: Add an alias IP on HP-UX
What Lalb & Mel mentioned are true the important thing is that the IP has to be on the same subnet,hope you know this already.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 01:52 AM
07-13-2005 01:52 AM
Re: Add an alias IP on HP-UX
Very basic networking knowledge. No need to be a Cisco whiz.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 12:36 PM
07-13-2005 12:36 PM
Re: Add an alias IP on HP-UX
Can you think of a reason why you would ever want or be able to make use of multiple subnetted virtual IP's attached to a single interface? If not, then should the tools stop you?
If you did alias a virtual IP from a different subnet to an interface that already contained multiple active/functioning virtual IP's from a single subnet what would happen?
Would all packets that go out the interface be hopelessly lost? i.e. no outgoing traffic? what would outgoing connections use for the source IP? the lowest lan9 IP or would they take on the higher lan9:3 IP for the source?
Very curious and sorry for asking dumb questions, I am just very curious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 01:10 AM
07-14-2005 01:10 AM
Re: Add an alias IP on HP-UX
Would all packets that go out the interface be hopelessly lost? i.e. no outgoing traffic? what would outgoing connections use for the source IP? the lowest lan9 IP or would they take on the higher lan9:3 IP for the source?
Very curious and sorry for asking dumb questions, I am just very curious.