1826451 Members
4031 Online
109692 Solutions
New Discussion

lan Interface Issue

 
zsujith
Frequent Advisor

lan Interface Issue

Hi All,

In one HP server the primary network ip was not reachable. After reset the lan Interface through lanadmin command it working properly.
But this issue is occurring frequently.

Can any one help me to fix this issue permanently?

Thanks
Sujith
"The most wasted day is that in which we have not laughed."
2 REPLIES 2
Deepak Kr
Respected Contributor

Re: lan Interface Issue

sujith,

Also check network cable and switch ports where cable is connected.

Take help from network admin guy.

Have you recently applied any patch or bundle to this box?

provide:

lsdev -C lan
netstat -in
lanscan

output
"There is always some scope for improvement"
IG_2
Advisor

Re: lan Interface Issue

Shalom,

Check your /dev/ip/ ip_ire_status. If it's set to 1 your host is probing your gateway usin ICMP protocol. If the gateway block ICMP traffic, after some probes the route is marked as dead and so out-of-use. You can set ip_ire_gw_probe parameter to 0

# ndd -set /dev/ip ip_ire_gw_probe 0

to override this.