Operating System - HP-UX
1825720 Members
2932 Online
109686 Solutions
New Discussion

Re: Gigabit Ethernet problems

 
Jose Goyana_4
New Member

Gigabit Ethernet problems

I have configured my Gigabit interface with the following command:
ifconfig lan2 92.168.20.5 netmask 255.255.255.0 broadcast 92.168.20.255 up
But this is the output when I run ifconfig on that interface:
# ifconfig lan2
lan2: flags=1863
inet 92.168.20.5 netmask ffffff00 broadcast 92.168.20.255

Now, there is no communications over that interface. Any help?

Jose
8 REPLIES 8
Jeff Machols
Esteemed Contributor

Re: Gigabit Ethernet problems

can you at least ping that cards address?
Craig Rants
Honored Contributor

Re: Gigabit Ethernet problems

This line looks a little out of place.
flags=1863

Standard is
flags=843

Do you have anything weird in your /etc/rc.config.d/netconf file?

What does a netstat -in show you.

I have never seen the CKO before, I am trying to find some info on that.

More Later,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Christopher McCray_1
Honored Contributor

Re: Gigabit Ethernet problems

Do you possibly have another card, which is also configured (lan0?), that is on the same subnet? If so you need to either unconfigure lan? or set it up on another subnet. However, if your need is to have multiple lanics up simultaneously, might I suggest Auto Port Aggregation(APA) software. It will make your life much easier.

Hope this helps

Chris
It wasn't me!!!!
Roger Baptiste
Honored Contributor

Re: Gigabit Ethernet problems

Hi,

Your ifconfig output look ok. The CKO will be there for ifconfig output of Giga cards (it''s there on my system too).eg on my working system:
#ifconfig lan2
lan2: flags=1843
inet 100.9.20.35 netmask ffffff00 broadcast 100.9.20.255
**

Two possible reasons for your problem could be the
- CABLE -> I have had issues with the Giga card cable once. Make sure the LEDS on the lan card are glowing green, as per the lan card manual specs.

-- Your routing configuration.
do netstat -nr and check whether it is going to the right subnet.

HTH
raj
Take it easy.
Craig Rants
Honored Contributor

Re: Gigabit Ethernet problems

checksum-offload (CKO), it could be that your card does not support this option. You may want to talk to HP to see if this is supported for your card.

GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
Sanjay_6
Honored Contributor
Jose Goyana_4
New Member

Re: Gigabit Ethernet problems

Although I have run landiag to reset the NIC, it didn't work out...
It does seem to be a compatibility problem between the NIC and the switch (3Com SuperStack 9300): we have switched power on the switch and now the NIC is working fine!
This behavior is very strange: it apears only when I ifconfig down the gigabit NIC and then try to ifconfig it up back again...

Thanks to everyone.

Jose