Operating System - HP-UX
1827288 Members
3645 Online
109717 Solutions
New Discussion

Error on multiplexed IP addresses configuration

 
hp admin
Frequent Advisor

Error on multiplexed IP addresses configuration

Hi all,

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
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: Error on multiplexed IP addresses configuration

Hi,

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
Patrick Wallek
Honored Contributor

Re: Error on multiplexed IP addresses configuration

I just got it to work on a 10.20 machine. Your problem is you don't need to specify the lan0:1, just lan0.

Your syntax should be:

# ifalias lan0 add 192.168.131.81
melvyn burnard
Honored Contributor

Re: Error on multiplexed IP addresses configuration

you might want to make sure you have the last ifalias patch PHNE_12492 installed
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
hp admin
Frequent Advisor

Re: Error on multiplexed IP addresses configuration

Thank's a lot for you,

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 ?