- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error on multiplexed IP addresses configuration
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
02-17-2005 06:03 AM
02-17-2005 06:03 AM
Error on multiplexed IP addresses configuration
I work on HP-UX 10.20 system; I try to configure my ethernet
card to perform a multiplexed configuration.
I using for that the ifalias command (because 10.20), but I had the following error:
root # ifalias lan0:1 add 192.168.131.81
ifalias: ioctl (SIOCADDIFADDR): No such device or address
ifalias: Can't add 192.168.131.81
root #
root # lanscan
Hardware Station Crd Hardware Net-Interface NM MAC HP DLPI Mjr
Path Address In# State NameUnit State ID Type Support Num
8/0/20/0 0x001083B8DA10 0 UP lan0 UP 4 ETHER Yes 75
root #
Any help please.
Thank's a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 06:13 AM
02-17-2005 06:13 AM
Re: Error on multiplexed IP addresses configuration
Check this doc.
Document description: Multiplexing Multiple IP's onto a Single Interface
Document id: KBRC00010255
Europe
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062910703
US
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062910703
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 06:22 AM
02-17-2005 06:22 AM
Re: Error on multiplexed IP addresses configuration
Your syntax should be:
# ifalias lan0 add 192.168.131.81
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 07:14 AM
02-17-2005 07:14 AM
Re: Error on multiplexed IP addresses configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 08:36 PM
02-17-2005 08:36 PM
Re: Error on multiplexed IP addresses configuration
Now, the command is OK.
I can also ping it from the same station, but I want to ping it from an other ones.
what would I do ?