- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- DL380 not able to access via ping/ssh
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 06:05 AM
тАО06-21-2010 06:05 AM
Has anyone witnessed any similar behavior? Any tips/tricks on how I can troubleshoot the problem? Thanks for your assistance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 11:30 AM
тАО06-21-2010 11:30 AM
Re: DL380 not able to access via ping/ssh
post the output of ifconfig -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2010 04:37 AM
тАО06-22-2010 04:37 AM
Re: DL380 not able to access via ping/ssh
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2010 06:11 AM
тАО06-22-2010 06:11 AM
SolutionIf 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2010 07:14 AM
тАО06-22-2010 07:14 AM
Re: DL380 not able to access via ping/ssh
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