As you can read on centos forums we got connection problems on 1 of our servers. Making an horrible experience work with our websites, plesk panel, ftp, and all of other services.
Ping results from an office connection to the server (windows machine)...
From another office connection to the same server (linux machine)...
If we ping from our server to the internet (google) got variable results...
For now, on centos forums, cannot not help us. Any idea here? We are disposed to pay somebody for the service...
Thank's!
Ping results from an office connection to the server (windows machine)...
Code:
sent = 946, received = 530, lost = 416
(43% lost),
Times:
Min. = 48ms, Max. = 125ms, Med. = 54ms
From another office connection to the same server (linux machine)...
Code:
10 packets transmitted, 4 received, 60% packet loss, time 9012ms
rtt min/avg/max/mdev = 0.240/0.256/0.296/0.030 m
If we ping from our server to the internet (google) got variable results...
Code:
[root@s1 ~]# ping 173.194.44.82
PING 173.194.44.82 (173.194.44.82) 56(84) bytes of data.
64 bytes from 173.194.44.82: icmp_seq=1 ttl=52 time=12.2 ms
64 bytes from 173.194.44.82: icmp_seq=2 ttl=52 time=12.7 ms
64 bytes from 173.194.44.82: icmp_seq=3 ttl=52 time=12.2 ms
64 bytes from 173.194.44.82: icmp_seq=4 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=5 ttl=52 time=12.6 ms
64 bytes from 173.194.44.82: icmp_seq=6 ttl=52 time=12.6 ms
64 bytes from 173.194.44.82: icmp_seq=7 ttl=52 time=12.7 ms
--- 173.194.44.82 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 5997ms
rtt min/avg/max/mdev = 12.269/12.534/12.730/0.230 ms
[root@s1 ~]# ping -n -c10 173.194.44.82
PING 173.194.44.82 (173.194.44.82) 56(84) bytes of data.
64 bytes from 173.194.44.82: icmp_seq=1 ttl=52 time=12.6 ms
--- 173.194.44.82 ping statistics ---
10 packets transmitted, 1 received, 90% packet loss, time 9010ms
rtt min/avg/max/mdev = 12.687/12.687/12.687/0.000 ms
[root@s1 ~]# ping -n -c10 173.194.44.82
PING 173.194.44.82 (173.194.44.82) 56(84) bytes of data.
64 bytes from 173.194.44.82: icmp_seq=1 ttl=52 time=12.1 ms
64 bytes from 173.194.44.82: icmp_seq=2 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=3 ttl=52 time=12.2 ms
64 bytes from 173.194.44.82: icmp_seq=4 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=8 ttl=52 time=12.3 ms
--- 173.194.44.82 ping statistics ---
10 packets transmitted, 5 received, 50% packet loss, time 8997ms
rtt min/avg/max/mdev = 12.191/12.295/12.353/0.134 ms
[root@s1 ~]# ping -c10 173.194.44.82
PING 173.194.44.82 (173.194.44.82) 56(84) bytes of data.
64 bytes from 173.194.44.82: icmp_seq=1 ttl=52 time=12.5 ms
64 bytes from 173.194.44.82: icmp_seq=2 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=3 ttl=52 time=12.6 ms
64 bytes from 173.194.44.82: icmp_seq=4 ttl=52 time=12.2 ms
64 bytes from 173.194.44.82: icmp_seq=5 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=6 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=7 ttl=52 time=12.1 ms
64 bytes from 173.194.44.82: icmp_seq=8 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=9 ttl=52 time=12.1 ms
64 bytes from 173.194.44.82: icmp_seq=10 ttl=52 time=12.3 ms
--- 173.194.44.82 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 12.121/12.335/12.611/0.192 ms
[root@s1 ~]# ping -c10 173.194.44.82
PING 173.194.44.82 (173.194.44.82) 56(84) bytes of data.
64 bytes from 173.194.44.82: icmp_seq=1 ttl=52 time=12.3 ms
64 bytes from 173.194.44.82: icmp_seq=8 ttl=52 time=12.2 ms
--- 173.194.44.82 ping statistics ---
10 packets transmitted, 2 received, 80% packet loss, time 8999ms
rtt min/avg/max/mdev = 12.211/12.259/12.307/0.048 ms
Code:
# netstat -i
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
eth0 1500 0 594860 0 0 0 354365 0 0 0 BMRU
lo 16436 0 39921 0 0 0 39921 0 0 0 LRU
Code:
# uname -a
Linux s1.grupmanxa.com 2.6.18-348.4.1.el5xen #1 SMP Tue Apr 16 16:21:10 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
Code:
lsb_release -a
LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 5.9 (Final)
Release: 5.9
Codename: Final
For now, on centos forums, cannot not help us. Any idea here? We are disposed to pay somebody for the service...
Thank's!