Operating System - HP-UX
1832884 Members
2692 Online
110048 Solutions
New Discussion

Re: ip address it is not pinging

 
Mousa55
Super Advisor

ip address it is not pinging

Hi
the my problem, i can accses to my server from MP but i can't access from IP of this server.
and i am work in server from MP i can't ping to any server.
"ifconfig lan1 --> up" and all network connective it is ok.
13 REPLIES 13
J. Bravo
Respected Contributor

Re: ip address it is not pinging

Hello:

Try with landamin in order to know the administrative and operational statuses of the interface.

Have you checked the link level with linkloop command?

Take a look too lanadmin -x to check the current speed and duplex mode.

Regards;

J. Bravo.
LucianoCarvalho
Respected Contributor

Re: ip address it is not pinging

Hi,

I'd try this test:
(assuming that lan0 is presenting problem)

#lanadmin -x 0 -> to know the speedy/duplex of tour lan.

#linkloop -i 0 0x0011855F5FCA -> to test the fisical conectivity with another hp-ux machine (0x0011855F5FCA is hw address of another hp-ux machine)

->Swap the cable used on MP with the cable used on lan0. If MP is still acessible, then the cable/switch port are proprably ok.

-> Verify the arp cache #arp -a

-> reconfigure the lan:
#ifconfig lan0 down
#ifconfig lan0 unplumb
#ifconfig lano 192.168.0.1 netmask 255.255.255.0 up

Regards
Aneesh Mohan
Honored Contributor

Re: ip address it is not pinging

Pls post the output of

#lanadmin -x 1

#nestat -ni


Aneesh
Mousa55
Super Advisor

Re: ip address it is not pinging

Hi
this the output
RUXDEVDB#:/>lanadmin -x 1
Speed = 100 Full-Duplex.
Autonegotiation = On.
RUXDEVDB#:/>netstat -ni
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan1 1500 10.8.1.0 10.8.1.60 3249515 0 3248479 0 0
lo0 4136 127.0.0.0 127.0.0.1 5072395 0 5072398 0 0
thanks
Anshumali
Esteemed Contributor

Re: ip address it is not pinging

try to ping the Default Gateway from the server.
when you cant ping any server when you are logged in through MP, this gives to think about server connectivity.
try to do the traceroute on any other server or your machine.
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
LucianoCarvalho
Respected Contributor

Re: ip address it is not pinging

Nejad,
Another test tha you can do is to use a cross cable to connect your server with a notebook for ping testes, taking out the network infraestructure.
Aneesh Mohan
Honored Contributor

Re: ip address it is not pinging

Are u checked the connectivity through linkloop ,....suspecting prblm with the cable .

Aneesh
Mousa55
Super Advisor

Re: ip address it is not pinging

Hi
i am using the test of cross cable, connctive direct the cable from network card to my labtop but its not ping,why?
thanks
Javed Sarwar
New Member

Re: ip address it is not pinging

Seems like a hardware issue with the Network card. try pinging to 127.0.0.1

javy
Mousa55
Super Advisor

Re: ip address it is not pinging

Hi
how to check if the network card is not work
by command
thanks
Aneesh Mohan
Honored Contributor

Re: ip address it is not pinging

Hi Nejad,

You can check the lan statistics:
'lanadmin' - 'lan' - 'dis' will show you your settings.
After this 'Press to continue' appears, after you'll see the network stats - if there are 'FCS Errors' (not equal zero) then you've the problems at the network connection of your box.

Aneesh

Torsten.
Acclaimed Contributor

Re: ip address it is not pinging

"I am using the test of cross cable, connctive direct the cable from network card to my labtop but its not ping,why?"


Any firewall running on your PC?

This may prevent the "ping".

Also make sure all your NICs are on different subnets.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mousa55
Super Advisor

Re: ip address it is not pinging

Hi
but i can to ping to another server directly from my laptob,
and the FCS = 0 what is the problem?
thanks