Hey network guys: before I bug my telco about the modem, could the
ethernet switch be failing to broadcast the arp request to the modem for
some reason? (I guess I could run a wire direct and check)
[silver]$ ping orange.local
PING orange.local (192.168.1.15) 56(84) bytes of data.
From silver.local (192.168.1.27) icmp_seq=1 Destination Host Unreachable
From silver.local (192.168.1.27) icmp_seq=2 Destination Host Unreachable
^C
--- orange.local ping statistics ---
7 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6175ms
pipe 3
[silver]$ arp
Address HWtype HWaddress Flags Mask
Iface
orange.local (incomplete)
eno1
_gateway ether 60:03:47:47:49:c0 C
eno1
[silver]$ # NOW I JUST PING back from orange... and it works:
[silver]$ arp
Address HWtype HWaddress Flags Mask
Iface
orange.local ether b8:ee:65:85:e7:77 C
eno1
_gateway ether 60:03:47:47:49:c0 C
eno1
[silver]$ ping orange.local
PING orange.local (192.168.1.15) 56(84) bytes of data.
64 bytes from orange.local (192.168.1.15): icmp_seq=1 ttl=64 time=1.36 ms
64 bytes from orange.local (192.168.1.15): icmp_seq=2 ttl=64 time=1.01 ms
^C
--- orange.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 1.006/1.181/1.357/0.175 ms
So, once the wired computer's arp cache is warmed up, the problem goes
away. There is no issue doing the reverse experiment on the WIFI laptop
"orange", even after clearing silver's entry from its arp cache.
Thanks.
--
Anthony Carrico