- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multiple IP addresses for a LAN card
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-28-2001 09:27 PM
01-28-2001 09:27 PM
I came to know we can assign Multiple
IP addresses for a Single LAN card.
But I am not able to get the basic purpose
of doing it.
Can any of the expert please explain me
what is the exact practical usage of assigining
more than one IP address to a LAN card and
Is it possible to assign "N" number of
Ip addresses to a LAN card or N is restricted
to some value??
Please help Me
Thanx in anticipation
Sundar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2001 12:35 AM
01-29-2001 12:35 AM
Re: Multiple IP addresses for a LAN card
On HP-UX 11 You can do it.
ifocnfig ip_address landevice:indexnumber
example:
ifconfig 195.1196.197.198 lan0:1
try it.
regards, Saa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2001 12:57 AM
01-29-2001 12:57 AM
SolutionThis ability is known as IP Multiplexing.
For HP-UX 10.x use ifalias command;
for HP-UX 11 use ifconfig.
Why useful?
It allows a single system to be seen as multiple systems with multiple IP addresses and host names, even if a system has only _1_ interface card. It also allows multiple instances of applications to appear as if they reside on separate machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2001 03:37 AM
01-29-2001 03:37 AM
Re: Multiple IP addresses for a LAN card
Thanks for both.
But saa did nt understand my question.
I was already knowing how to do it.
I just wanted to know how to do it.
Andrey Did well.
Thanks to both
and if any of U find time,just leave me a
line or two at
sundar_hp@indiatimes.com
Bye
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2001 05:57 AM
01-30-2001 05:57 AM
Re: Multiple IP addresses for a LAN card
This practice is very common in a web server scenario, where the server is running several websites.
I hope this makes sense to you.
Regards,
Jorge C. Alexandres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 04:39 AM
01-31-2001 04:39 AM
Re: Multiple IP addresses for a LAN card
Please This Sound :
ifconfig lan0:1
Examples:
if config lano:1 172.16.12.61 netmaks 255.255.255.0
For long Time Use,
Please write the script file to rc0.d, rc1.d & rc3.d
Thanks !!