- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Major Ping Problems
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
08-30-2002 04:56 AM
08-30-2002 04:56 AM
Major Ping Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:17 AM
08-30-2002 05:17 AM
Re: Major Ping Problems
What IP address are you ping'ing???
Do you possibly have duplicate IP's out there?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:22 AM
08-30-2002 05:22 AM
Re: Major Ping Problems
I don't think there are duplicate IP'S out there, But I am not sure. We are using MC-Service Guard and do have a cluster installed. We have 2 identical servers HA1 and HA2. If we ping HA1 from HA2 it is normal
If we ping from HA1 to HA2 notice the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:28 AM
08-30-2002 05:28 AM
Re: Major Ping Problems
How about a traceroute ?
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/traceroute-991603/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:29 AM
08-30-2002 05:29 AM
Re: Major Ping Problems
netstat -in
in thw two servers
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 05:29 AM
08-30-2002 05:29 AM
Re: Major Ping Problems
a subnet. If you ping an
address ending in 255 and you
have computers setup up with
a class C mask 255.255.255.0
they will respond to the ping.
This can be used for Denial of
Service attacks. Some system
allow you to disable responding to pings on the
broadcast address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 06:00 AM
08-30-2002 06:00 AM
Re: Major Ping Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 06:51 AM
08-30-2002 06:51 AM
Re: Major Ping Problems
please run
ifconfig lan0
ifconfig lan1
ifconfig lan1:1
in both systems
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 06:59 AM
08-30-2002 06:59 AM
Re: Major Ping Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:22 AM
08-30-2002 07:22 AM
Re: Major Ping Problems
perhaps there is any error in local arp cache
please run
arp -a
after the ping
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2002 07:49 AM
08-30-2002 07:49 AM
Re: Major Ping Problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2002 04:13 AM
08-31-2002 04:13 AM
Re: Major Ping Problems
Is there a router anywhere? If the router pings each box do you get the same response. IF the router is unplugged from the LAN does the response change?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2002 08:24 AM
08-31-2002 08:24 AM
Re: Major Ping Problems
Richard,
Can you install and run the trace route?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2002 08:49 PM
08-31-2002 08:49 PM
Re: Major Ping Problems
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 10:54 AM
09-03-2002 10:54 AM
Re: Major Ping Problems
as an experiment (perhaps unneeded with traceroute results already finding a busted router) you could alter the TTL - first on the side doing the ping, then on the side responding to the ping.
ndd -h | grep ttl - probably the ones involving "ip" rather than UDP or TCP...
You might also just check the arp caches on either side to make sure that for some strange reason a broadcast/multicast MAC address was not cached as the IP to MAC mapping.