- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network issues - inconsistent pings across network
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
Forums
Discussions
Discussions
Discussions
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
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
09-10-2002 02:32 AM
09-10-2002 02:32 AM
Had some problems with our network switches this morning which is partially resolved but the issue I am left with is confusing.
From our K370 I can quite happily ping any address within our 171.10 subnet. However from our K450 I can only ping certain addresses either way. Ie from the K370 I can ping 171.10.70.230 and vice versa however the K450 can't ping this address and neither can the machine at this address ping the K450. eg
171.10.20.1 can ping 171.10.20.6 and vice versa.
171.10.60.100 can ping 171.10.20.1 & 171.10.20.6
171.10.60.230 can ping 171.10.20.6 BUT not 171.10.20.1.
I have checked DNS out and the routing tables on both HP9000's are the same. Its not just the HP9000 kit though - some printers on 171.10.70 are fine but others are not.
If I pass my network connection over to my collegue he is unable to ping kit that I can when I use the same connection but we are both in the 171.10.60 range.
Any ideas ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 02:53 AM
09-10-2002 02:53 AM
SolutionIt sounds like a network issue, either your
default gateway or router or switch are playing up or have their routing tables in a muddle. You probably need to reboot whichever one it is.
Thats all I can think of.
Cheers,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 03:20 AM
09-10-2002 03:20 AM
Re: network issues - inconsistent pings across network
Had already decided that a reboot was the next valid action (its only a development system) and its no back up and ok.
Cheers
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 03:22 AM
09-10-2002 03:22 AM
Re: network issues - inconsistent pings across network
If you can't afford a reboot or the switches/routers, which wouldn't make sense since you are having some serious issues anyways, but most have the ability to clear arp cache. You also need to have them DOUBLE check their routing rules!
I know my network guys lose their minds when someone points their finger at the network, but ..it happens and they need to deal with it!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 03:44 AM
09-10-2002 03:44 AM
Re: network issues - inconsistent pings across network
The last fall back solution of the desperate man worked though - power it off/on. It usually does :@).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 12:05 AM
09-11-2002 12:05 AM
Re: network issues - inconsistent pings across network
did you check the subnet masks on your machines?
What does the traceroute say?
Kind regards
Hartmut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:18 AM
09-11-2002 06:18 AM
Re: network issues - inconsistent pings across network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 07:06 AM
09-11-2002 07:06 AM
Re: network issues - inconsistent pings across network
It looks like you lost some route statements in your router. I seen this happen with RIP.
Reboot your router or Flush your routes.
Onan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 07:06 AM
09-11-2002 07:06 AM
Re: network issues - inconsistent pings across network
Try a linkloop test between your problem machines. You need the mac address of the other PC and you need to know which NIC it's going out on.
If you only have one NIC then I think you can get by with
linkloop -n 5 -v 0xMAC
where MAC is the address of the remote PC. Try it first using your own MAC address which you can get from lanscan. IF that doesn't work you need to use the -i option to identify the correct LAN to use. Then try it with the MAC of a machine you can ping so you know what you are doing. Now try one you can't ping. IF this works it's your problem and the Network is innocent. If it doesn't the Network is guilty.
If the Network is guilty then look for static MAC assignments which are no longer valid. Look for trunks down between switches. Check VLAN assignments. Verify that the STP root bridge is correct and if using VTP that they didn't replace a switch and use one which thought it was boss when it wasn't.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 07:49 AM
09-11-2002 07:49 AM
Re: network issues - inconsistent pings across network
My suspicion is that all of the machines that could'nt access our HP9000 were attached on that particular switch.
Interesting that there appears to be a mini-conflict between network people and other IT staff - working on small sites we all just muck in on network tasks with just the occasional light hearted jibe at how flakey microsoft security is :@)