Operating System - HP-UX
1821051 Members
2602 Online
109631 Solutions
New Discussion юеВ

FDDI Instalation problems

 
Vogra
Regular Advisor

FDDI Instalation problems

Hi All,

I had an on board network (lan0)and I installed a FDDI.
My problem is when the FDDI (lan1) is UP. Only if the cable is connected on lan1 both of the lan are ok.
If the cable is not on lan1, lan0 don't work.
Now I put the lan1 down and lan0 is ok.

Any idea?
Thanx. Vogra.
We are spirits in the material world
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: FDDI Instalation problems

Can you post the following output:

ifconfig lan0
ifconfig lan1

HP-UX does not allow two cards to be on the same network and subnet.

lan0 192.168.0.10 255.255.255.0 which makes the network 192.168.0
lan1 192.168.0.11 255.255.255.0

That configuration will not work.

lan0 192.168.0.10 255.255.255.0 which makes the network 192.168.0
lan1 192.168.1.11 255.255.255.0

That configuration will work

I'd also verify the switch port settings are correct.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vogra
Regular Advisor

Re: FDDI Instalation problems

Steven,

If it's true, I have to change 2nd octeto?
may netmask is ffff0000.

root@vsurjux2:/ #ifconfig lan0
lan0: flags=843
inet 172.17.0.17 netmask ffff0000 broadcast 172.17.255.255
root@vsurjux2:/ #ifconfig lan1
lan1: flags=842
inet 172.17.0.59 netmask ffff0000 broadcast 172.17.255.255
root@vsurjux2:/ #
We are spirits in the material world