Operating System - Linux
1820636 Members
1854 Online
109626 Solutions
New Discussion юеВ

DL380 not able to access via ping/ssh

 
SOLVED
Go to solution
cie247
New Member

DL380 not able to access via ping/ssh

I have a DL380 (RHEL 5.3) where I'm unable to ping/ssh the server from the network. When I connect to the machine via iLO, I simply ping (from the server) any number of available gateways or other IPs and all ping/ssh activity is restored.

Has anyone witnessed any similar behavior? Any tips/tricks on how I can troubleshoot the problem? Thanks for your assistance.
4 REPLIES 4
AnthonySN
Respected Contributor

Re: DL380 not able to access via ping/ssh

try changing the patch cable from ilo to the nic of the server to isolate cable issue.

post the output of ifconfig -a
Thomas Callahan
Valued Contributor

Re: DL380 not able to access via ping/ssh

Are you running a firewall blocking all incoming ICMP?

If you can ping out, and everything is restored, it almost sounds like an ARP problem. As mentioned before, post your "ifconfig -a", your "route -n", and your "arp -a"
Matti_Kurkela
Honored Contributor
Solution

Re: DL380 not able to access via ping/ssh

I agree with Thomas: sounds like a possible IP address conflict or other ARP problem.

If you can access the gateways, get their ARP table while your server is inaccessible. Find the entry for your IP address and look at the corresponding MAC address. Does it match the MAC address of your server's network interface?

If it doesn't match, use this (or any other MAC address/manufacturer lookup site) to find the manufacturer of the conflicting device:
http://www.coffer.com/mac_find/

If you're using manageable switches, the switch administrator might be able to access the switch and find out which switch port the MAC address is connected to. After that, just follow the cable to find the conflicting device. If you find another switch, "lather, rinse and repeat".

MK
MK
cie247
New Member

Re: DL380 not able to access via ping/ssh

Thomas/Matt:

Thank you both your input. As requested, here are the command output details. No ICMP restrictions at the firewall.

# ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:26:55:32:5E:5E
inet addr:10.32.201.11 Bcast:10.32.201.255 Mask:255.255.255.0
inet6 addr: fe80::226:55ff:fe32:5e5e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1746 errors:0 dropped:0 overruns:0 frame:0
TX packets:458 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:125960 (123.0 KiB) TX bytes:64839 (63.3 KiB)
Interrupt:169 Memory:f4000000-f4012100


# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.32.201.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 10.32.201.1 0.0.0.0 UG 0 0 0 eth0

# arp -a
? (10.32.201.1) at 00:26:98:02:F1:41 [ether] on eth0