Operating System - HP-UX
1848356 Members
8050 Online
104024 Solutions
New Discussion

9000/871 Built-In Lan Card Problem

 
Rafael Moran
Advisor

9000/871 Built-In Lan Card Problem

Hello,
I have a 9000/871 with a built-in lan card and a additional 10/100 card. Actually is running with the 10/100 card and I want to use the 10 only card. I found that this card is deactivated from /etc/rc.config.d/netconf. I activated it and when trying to start it with /sbin/init.d/net stop/start it says:
ERROR: lan0 interface: ifconfig: no such interface
but on the kernel the lan0 is IN.

Anybody can help me with it ?

Thank you
Hi! I'm keko
2 REPLIES 2
Vincenzo Restuccia
Honored Contributor

Re: 9000/871 Built-In Lan Card Problem

ndd -set
ip_check_subnet_addr 0 and then /sbin/init.d/net stop ; /sbin/init.c/net
start

TRANSPORT_NAME[0]=ip

NDD_NAME[0]=ip_check_subnet_addr

NDD_VALUE[0]=0

reboot
Rafael Moran
Advisor

Re: 9000/871 Built-In Lan Card Problem

Thank you Vizenzo but after reboot the machine still doesn't recognize the lan card.
I'm using 10.20 so I use nettune instead of ndd.

I did: nettune -s ip_check_subnet_addr 0
and the line showed:
ip_check_subnet_addr = 0 default = 1 min = 0 max = 1

The parameter, after reboot, turned to:
ip_check_subnet_addr = 1 default = 1 min = 0 max = 1

What are these parameters and which is the equilence in nettune ?
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_check_subnet_addr
NDD_VALUE[0]=0

Thank you for your help
Hi! I'm keko