- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux droppin ping packets
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-09-2002 10:06 AM
08-09-2002 10:06 AM
Linux droppin ping packets
Runing 100MB full duplex
Anyone have idea???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 10:01 PM
08-09-2002 10:01 PM
Re: Linux droppin ping packets
Does your swith or hub supports 100Mbps full-duplex ?.
Try pinging to the server ip address from the same server ?.
Does the same problem occur ?. If yes , you
may have change the network card and see. If no
the problem may be with the network cable or network devices like switch or hub .
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 10:11 PM
08-09-2002 10:11 PM
Re: Linux droppin ping packets
When you do network trouble shoot, you have many things to check.
1) change switch or hub port
2) disable auto-negotiation and set fixed speed
3) change cable (CAT5?)
4) change HUB or SWITCH
5) change NIC
6) change ping destination.
Remember, change ONLY one at a time. Otherwise you will lost.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2002 08:25 AM
08-11-2002 08:25 AM
Re: Linux droppin ping packets
In the past I had a similar problem with a 3com LAN card. The problem came from using the wrong driver. The one automatically detected and configured during RedHat install was not the good one.
With the wrong driver I could work normally with the machine, telnet and FTP, but the ping sometimes failed and firewall features (ipchains) gave random results.
After changing the driver, everything became normal.
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2002 08:39 AM
08-12-2002 08:39 AM
Re: Linux droppin ping packets
http://www.freesoft.org/CIE/RFC/1812/74.htm
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 09:33 AM
08-13-2002 09:33 AM
Re: Linux droppin ping packets
It was realy a security feature as Ron said. That feature can be configured in /proc/sys/net/ipv4/icmp_echoreply_rate. I don't know if it is configured in seconds or milliseconds, but if you want the replies to be sent at any rate this file must contain a value of 0.
Thanks a lot everyone.