- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bind Two IP Addresses To One NIC (lan0)
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
11-13-2001 10:30 AM
11-13-2001 10:30 AM
Is is possible to address one nic (lan0) with two IP addresses belonging to different subnets. I have been able to do this on the IRIX platform. I am hoping to do this without having to add a second NIC card (lan1).
I was not able to find any specfic treads on this.
Thanks,
KM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 10:37 AM
11-13-2001 10:37 AM
Re: Bind Two IP Addresses To One NIC (lan0)
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 10:38 AM
11-13-2001 10:38 AM
SolutionTake a look at the threads below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e9d4e27a053dba1075/screen=ckiDisplayDocument?docId=200000045145889
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e9d4e27a053dba1075/screen=ckiDisplayDocument?docId=200000053199190
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 10:40 AM
11-13-2001 10:40 AM
Re: Bind Two IP Addresses To One NIC (lan0)
# ifconfig lan0:0
# ifconfig lan0:1 <2nd IP Address> netmask
The /etc/rc.config.d/netconf file ..
INTERFACE_NAME[0]="lan0:0"
IP_ADDRESS[0]=10.10.10.1
SUBNET_MASK[0]=255.255.248.0
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_NAME[1]="lan0:1"
IP_ADDRESS[1]=10.10.10.15
SUBNET_MASK[1]=255.255.248.0
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]=""
DHCP_ENABLE[1]=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:12 PM
11-13-2001 01:12 PM
Re: Bind Two IP Addresses To One NIC (lan0)
Thanks again,
KM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:22 AM
05-04-2004 02:22 AM
Re: Bind Two IP Addresses To One NIC (lan0)
I have two 10/100 copper cards and I'm thinking that this would improve system performance somewhat. Currently, only one card is in use.
I'm running a 2250 V Class.