2 Gigabit switches: 5 devices on each.
I've been diagnosing the network for weeks now... No clue about the problem.
Any ping between any device except bubba gives satisfying results.
Here's the ping average between any device and the Bubba Two:
Code: Select all
PING bubba (192.168.1.68): 56 data bytes
64 bytes from 192.168.1.68: seq=0 ttl=64 time=1.484 ms
64 bytes from 192.168.1.68: seq=1 ttl=64 time=1.725 ms
64 bytes from 192.168.1.68: seq=2 ttl=64 time=1.464 ms
64 bytes from 192.168.1.68: seq=3 ttl=64 time=9.578 ms
64 bytes from 192.168.1.68: seq=4 ttl=64 time=119.619 ms
64 bytes from 192.168.1.68: seq=5 ttl=64 time=417.952 ms
64 bytes from 192.168.1.68: seq=6 ttl=64 time=122.806 ms
64 bytes from 192.168.1.68: seq=7 ttl=64 time=1010.440 ms
64 bytes from 192.168.1.68: seq=8 ttl=64 time=970.218 ms
64 bytes from 192.168.1.68: seq=9 ttl=64 time=69.863 ms
64 bytes from 192.168.1.68: seq=10 ttl=64 time=1.180 ms
64 bytes from 192.168.1.68: seq=11 ttl=64 time=740.059 ms
64 bytes from 192.168.1.68: seq=12 ttl=64 time=990.244 ms
64 bytes from 192.168.1.68: seq=13 ttl=64 time=1010.445 ms
64 bytes from 192.168.1.68: seq=14 ttl=64 time=19.536 ms
compared to another device on the same switch:
64 bytes from 192.168.1.65: seq=0 ttl=64 time=0.459 ms
64 bytes from 192.168.1.65: seq=1 ttl=64 time=0.214 ms
64 bytes from 192.168.1.65: seq=2 ttl=64 time=0.214 ms
64 bytes from 192.168.1.65: seq=3 ttl=64 time=0.213 ms
=====================
Code: Select all
bubba:~# ethtool eth1
Settings for eth1:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: external
Auto-negotiation: on
Current message level: 0x0000003f (63)
Link detected: yes
Code: Select all
2453 squeezec 20 0 76676 64m 4620 S 1.3 25.7 14:03.12 squeezecenter-s
4593 root 20 0 2976 1252 996 R 1.3 0.5 0:00.38 top
2084 mysql 20 0 126m 28m 5948 S 0.3 11.4 4:11.01 mysqld
2197 root 20 0 61620 6992 6032 S 0.3 2.7 1:24.37 ftd.bin
1 root 20 0 2436 760 660 S 0.0 0.3 0:02.44 init
2 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 15 -5 0 0 0 S 0.0 0.0 0:17.68 ksoftirqd/0
4 root 15 -5 0 0 0 S 0.0 0.0 0:58.58 events/0
5 root 15 -5 0 0 0 S 0.0 0.0 0:00.08 khelper
Code: Select all
eth1 Link encap:Ethernet HWaddr 00:22:02:00:03:C3
inet addr:192.168.1.68 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::222:2ff:fe00:3c3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:743474 errors:0 dropped:0 overruns:0 frame:0
TX packets:635014 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:592647694 (565.1 MiB) TX bytes:592592169 (565.1 MiB)
Any idea or suggestion would be more than welcome !
Thanks