LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-02-2009, 04:05 AM   #1
oliverthomson
LQ Newbie
 
Registered: Dec 2009
Posts: 2

Rep: Reputation: 0
Ping Error


Hi All,

I am unable to ping any other machine from my server. I Can't even ping the server to itself. But I can ping the server from any other machine on the network. It gives the following error when I try to ping any machine from the server.

WARNING: probably, rcvbuf is not enough to hold preload

we are using RED HAT ENTERPRISE LINUX AS RELEASE 4 (NAHANT UPDATE 5).
kernel version : 2.6.9-55.ELsmp



Thanks
Oliver
 
Old 12-02-2009, 06:38 PM   #2
rsashok
Member
 
Registered: Nov 2006
Location: USA, CA
Distribution: RedHat, Debian
Posts: 202

Rep: Reputation: 31
1. How do you ping yourself? (Try to use 127.0.0.1)
2. What is output of 'ifconfig'
 
Old 12-03-2009, 12:34 AM   #3
oliverthomson
LQ Newbie
 
Registered: Dec 2009
Posts: 2

Original Poster
Rep: Reputation: 0
1. [oracle@cserver 10.2.0]$ ping 127.0.0.1
WARNING: probably, rcvbuf is not enough to hold preload.
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.

2.
[oracle@cserver 10.2.0]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:19:BB1:0E:B6
inet addr:172.16.5.102 Bcast:172.16.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1350 Metric:1
RX packets:4057174 errors:25 dropped:0 overruns:0 frame:25
TX packets:698725 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2323370627 (2.1 GiB) TX bytes:53799330 (51.3 MiB)
Interrupt:169 Memory:f8000000-f8012100
 
Old 12-04-2009, 03:39 AM   #4
qrpengx
LQ Newbie
 
Registered: Mar 2008
Posts: 7

Rep: Reputation: 0
iptables ?
 
Old 12-07-2009, 08:07 AM   #5
AymanOZ
LQ Newbie
 
Registered: Feb 2008
Posts: 1

Rep: Reputation: 0
Cool

Quote:
Originally Posted by qrpengx View Post
iptables ?
Code:
[root@cserver oracle]# iptables -L -vn
 
Chain INPUT (policy ACCEPT 2053K packets, 1929M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
 
Chain OUTPUT (policy ACCEPT 627K packets, 46M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
===
 
[root@cserver oracle]# iptables -L -vn -t nat
 
Chain PREROUTING (policy ACCEPT 62656 packets, 8903K bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
Chain POSTROUTING (policy ACCEPT 4742 packets, 779K bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
Chain OUTPUT (policy ACCEPT 4742 packets, 779K bytes)
 pkts bytes target     prot opt in     out     source               destination
 
====
 
[root@cserver oracle]# iptables -L -vn -t mangle
 
Chain PREROUTING (policy ACCEPT 2057K packets, 1929M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
 
Chain INPUT (policy ACCEPT 2053K packets, 1929M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
 
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
 
Chain OUTPUT (policy ACCEPT 627K packets, 46M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
 
 
Chain POSTROUTING (policy ACCEPT 630K packets, 47M bytes)
 pkts bytes target     prot opt in     out     source               destination
 
===
 
[root@cserver oracle]# iptables -F
[root@cserver oracle]# iptables -F -t mangle
[root@cserver oracle]# iptables -X -t mangle
[root@cserver oracle]# iptables -F -t nat
[root@cserver oracle]# iptables -X -t nat
[root@cserver oracle]# iptables -X
[root@cserver oracle]# iptables -P INPUT   ACCEPT
[root@cserver oracle]# iptables -P FORWARD ACCEPT
[root@cserver oracle]# iptables -P OUTPUT  ACCEPT
[root@cserver oracle]#
 
[root@cserver oracle]# ping cserver
WARNING: probably, rcvbuf is not enough to hold preload.
PING cserver.zomcoit.com (172.16.5.102) 56(84) bytes of data.
--- cserver.zomcoit.com ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 4998ms
 
[root@cserver oracle]#
 
Old 12-07-2009, 10:08 AM   #6
thePiet
LQ Newbie
 
Registered: Dec 2009
Posts: 25

Rep: Reputation: 15
Hmm, as we can see in https://svn.csail.mit.edu/iputils/br.../ping_common.c, this error occurs when something goes wrong while setting the buffer size for input.

I have no idea why this error should occur, but looking at the above sentence I guess your network is OK (no other issues?) and there is just something wrong with your ping binary or the way it tries to allocate memory.

Just my two cents, shoot me if I'm wrong
 
Old 03-12-2014, 02:43 AM   #7
arun.n03
LQ Newbie
 
Registered: Mar 2014
Posts: 1

Rep: Reputation: Disabled
rcvbuf is not enough to hold preload

Same error while pinging : WARNING: probably, rcvbuf is not enough to hold preload.

[root@config1bay10 ~]# iptables -L -vn
Chain INPUT (policy ACCEPT 35M packets, 2907M bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 35M packets, 2952M bytes)
pkts bytes target prot opt in out source destination
[root@config1bay10 ~]# iptables -L -vn -t nat
Chain PREROUTING (policy ACCEPT 2111 packets, 297K bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 18M packets, 1479M bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 18M packets, 1479M bytes)
pkts bytes target prot opt in out source destination
[root@config1bay10 ~]# iptables -L -vn -t mangle
Chain PREROUTING (policy ACCEPT 37M packets, 3073M bytes)
pkts bytes target prot opt in out source destination

Chain INPUT (policy ACCEPT 37M packets, 3073M bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 37M packets, 3121M bytes)
pkts bytes target prot opt in out source destination

Chain POSTROUTING (policy ACCEPT 37M packets, 3121M bytes)
pkts bytes target prot opt in out source destination

iptables -F
iptables -F -t mangle
iptables -X -t mangle
iptables -F -t nat
iptables -X -t nat
iptables -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

Tried all these above commands but still getting the same error :

[root@config1bay10 ~]# ping -S 10.10.2.171 -f -l 1000 10.10.21.74
WARNING: probably, rcvbuf is not enough to hold preload.
PING 10.10.21.74 (10.10.21.74) 56(84) bytes of data.

--- 10.10.21.74 ping statistics ---
544040 packets transmitted, 446777 received, 17% packet loss, time 33049ms
rtt min/avg/max/mdev = 0.001/0.002/0.297/0.001 ms, pipe 1000, ipg/ewma 0.060/0.001 ms


Any solution for this..???

Regards
Arun
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange Ping Issue - Can't ping localhost but can ping others on LAN code_slinger Linux - Networking 15 03-30-2015 03:39 PM
Ping error with proxy tkmsr Linux - Networking 3 06-26-2009 07:43 AM
2 interface, ping error ! Mycado Linux - Networking 9 06-07-2006 08:21 AM
DNS error,does not respond on ping. jared78 Linux - Networking 21 05-04-2005 09:13 AM
Ping problem/error hagenuk Linux - General 4 10-13-2001 12:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration