03-26-2018, 03:07 AM
Ready for a PING PARTY? 8)
I'll be pinging from 6 computers the status of the other 5.
Here are the names of my 3 Windows computers:
Overseer - a freshly reinstalled Windows 10
HP-Elite - Brand new Windows 10 notebook
Win-8-HP - An older Windows 8 notebook that was slowly upgraded to Windows 10 by Microsoft.
Here are the names of 3 of my Linux computers:
Presario-CQ57 - Freshly installed Linux Lite notebook computer. (used to be a Windows computer)
Alysha - a Raspberry Pi A+ robot "brain"
Arathoon - a Raspberry Pi A+ robot "brain"
I have run an Advanced IP Scanner on the network and it reports the following:
I forget to mention I have two WiFi routers. I hope that's not a problem. It's a very long story as to why I'm using two.
But just for the record the one named "verizon" above is the Verizon router provided by Verizon as my ISP.
The one named WNR2000v5 is a netgear router that is physically plugged into the Verizon router with a hardware cable.
This Netgear Router is what I logon to as my WiFi connection. The Netgear router is called Robo_SID as a WiFi name.
I manually set the Netgear router to IP address 192.168.1.12 because I didn't want it to be assigned a dynamic IP from the verizon router. These routers have been like this for several years. I haven't noticed a problem until now. So I hope it's not a problem with this router arrangement. (there are more reasons why I did this that I think would be a distraction at this point in time, so I won't get into that here)
I also notice on the IP Scan that everything has a .home after it except the Overseer and the Win-8-HP suggesting that something is different about those two computers.
Things to note about the Windows computers.
I set the Overseer to a constant IP address of 192.168.1.10
I did this because I'm using the Overseer to oversee the robots. So the Robots need to know the IP address of their overseer.
The other two Windows computers are assigned IP addresses dynamically by Robo_SID (the NetGear Router)
This Linux computers.
Presario-CQ57 is the Linux Lite notebook. It also has a dynamically assigned IP address by the Robo_SID WiFi router.
Alysha and Arathoon both have static IP addresses set to 192.168.1.200 and 201.
And now for the Ping Party,....
The Linux Presario-CQ57 pings all other computers:
Code:
Pinging Overseer by name
james-cq57@Presario-CQ57:~$ ping Overseer
PING Overseer (92.242.140.21) 56(84) bytes of data.
--- Overseer ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2017ms
Pinging Overseer by IP address
james-cq57@Presario-CQ57:~$ ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
64 bytes from 192.168.1.10: icmp_seq=1 ttl=128 time=3.35 ms
64 bytes from 192.168.1.10: icmp_seq=2 ttl=128 time=2.93 ms
64 bytes from 192.168.1.10: icmp_seq=3 ttl=128 time=3.09 ms
^C
--- 192.168.1.10 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 2.939/3.128/3.356/0.178 ms
Pinging HP-Elite by name
james-cq57@Presario-CQ57:~$ ping HP-Elite
PING HP-Elite.home (192.168.1.13) 56(84) bytes of data.
64 bytes from HP-Elite.home (192.168.1.13): icmp_seq=1 ttl=128 time=3.51 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_seq=2 ttl=128 time=2.97 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_seq=3 ttl=128 time=3.31 ms
^C
--- HP-Elite.home ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 2.978/3.268/3.515/0.221 ms
Pinging Win-8-HP by name
james-cq57@Presario-CQ57:~$ ping win-8-hp
PING win-8-hp.home (192.168.1.8) 56(84) bytes of data.
From Presario-CQ57.home (192.168.1.7) icmp_seq=1 Destination Host Unreachable
From Presario-CQ57.home (192.168.1.7) icmp_seq=2 Destination Host Unreachable
From Presario-CQ57.home (192.168.1.7) icmp_seq=3 Destination Host Unreachable
--- win-8-hp.home ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5026ms
Pinging Win-8-HP by IP address
james-cq57@Presario-CQ57:~$ ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4) 56(84) bytes of data.
64 bytes from 192.168.1.4: icmp_seq=1 ttl=128 time=3.58 ms
64 bytes from 192.168.1.4: icmp_seq=2 ttl=128 time=14.7 ms
64 bytes from 192.168.1.4: icmp_seq=3 ttl=128 time=16.9 ms
--- 192.168.1.4 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 3.582/11.823/16.923/4.911 ms
Pinging Alysha
james-cq57@Presario-CQ57:~$ ping Alysha
PING Alysha.home (192.168.1.200) 56(84) bytes of data.
64 bytes from Alysha.home (192.168.1.200): icmp_seq=1 ttl=64 time=13.9 ms
64 bytes from Alysha.home (192.168.1.200): icmp_seq=2 ttl=64 time=7.55 ms
64 bytes from Alysha.home (192.168.1.200): icmp_seq=3 ttl=64 time=7.65 ms
^C
--- Alysha.home ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 7.550/9.710/13.932/2.987 ms
Pinging Arathoon
james-cq57@Presario-CQ57:~$ ping Arathoon
PING Arathoon.home (192.168.1.11) 56(84) bytes of data.
From Presario-CQ57.home (192.168.1.7) icmp_seq=1 Destination Host Unreachable
From Presario-CQ57.home (192.168.1.7) icmp_seq=2 Destination Host Unreachable
From Presario-CQ57.home (192.168.1.7) icmp_seq=3 Destination Host Unreachable
--- Arathoon.home ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4023ms
Pinging Arathoon by IP Address
james-cq57@Presario-CQ57:~$ ping 192.168.1.201
PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data.
64 bytes from 192.168.1.201: icmp_seq=1 ttl=64 time=286 ms
64 bytes from 192.168.1.201: icmp_seq=2 ttl=64 time=9.22 ms
64 bytes from 192.168.1.201: icmp_seq=3 ttl=64 time=114 ms
64 bytes from 192.168.1.201: icmp_seq=4 ttl=64 time=135 ms
^C
--- 192.168.1.201 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 9.221/136.483/286.547/98.996 ms
The Linux Raspberry Pi Alysha pings all other computers:
(note: The results here are pretty much identical to what Linux Lite got on the Notebook.)
Code:
Pinging Overseer by name
pi@Alysha ~ $ ping Overseer
PING Overseer (92.242.140.21) 56(84) bytes of data.
^C
--- Overseer ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6002ms
Pinging Overseer by IP Address
pi@Alysha ~ $ ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
64 bytes from 192.168.1.10: icmp_req=1 ttl=128 time=17.8 ms
64 bytes from 192.168.1.10: icmp_req=2 ttl=128 time=4.98 ms
64 bytes from 192.168.1.10: icmp_req=3 ttl=128 time=6.45 ms
64 bytes from 192.168.1.10: icmp_req=4 ttl=128 time=6.57 ms
^C
--- 192.168.1.10 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 4.980/8.971/17.875/5.179 ms
Pinging HP-Elite by name
pi@Alysha ~ $ ping HP-Elite
PING HP-Elite.home (192.168.1.13) 56(84) bytes of data.
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=1 ttl=128 time=7.23 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=2 ttl=128 time=7.38 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=3 ttl=128 time=7.13 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=4 ttl=128 time=7.10 ms
^C
--- HP-Elite.home ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 7.104/7.214/7.386/0.150 ms
Pinging Win-8-HP by name
pi@Alysha ~ $ ping Win-8-HP
PING Win-8-HP.home (192.168.1.8) 56(84) bytes of data.
From Alysha.home (192.168.1.200) icmp_seq=1 Destination Host Unreachable
From Alysha.home (192.168.1.200) icmp_seq=2 Destination Host Unreachable
From Alysha.home (192.168.1.200) icmp_seq=3 Destination Host Unreachable
^C
--- Win-8-HP.home ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4075ms
pipe 3
Pinging Win-8-HP by IP Address
pi@Alysha ~ $ ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4) 56(84) bytes of data.
64 bytes from 192.168.1.4: icmp_req=1 ttl=128 time=13.4 ms
64 bytes from 192.168.1.4: icmp_req=2 ttl=128 time=12.1 ms
64 bytes from 192.168.1.4: icmp_req=3 ttl=128 time=9.89 ms
64 bytes from 192.168.1.4: icmp_req=4 ttl=128 time=7.63 ms
^C
--- 192.168.1.4 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3001ms
rtt min/avg/max/mdev = 7.634/10.784/13.459/2.222 ms
Pinging Arathoon by name
pi@Alysha ~ $ ping Arathoon
PING Arathoon.home (192.168.1.11) 56(84) bytes of data.
From Alysha.home (192.168.1.200) icmp_seq=1 Destination Host Unreachable
From Alysha.home (192.168.1.200) icmp_seq=2 Destination Host Unreachable
From Alysha.home (192.168.1.200) icmp_seq=3 Destination Host Unreachable
^C
--- Arathoon.home ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3045ms
pipe 3
Pinging Arathoon by IP Address
pi@Alysha ~ $ ping 192.168.1.201
PING 192.168.1.201 (192.168.1.201) 56(84) bytes of data.
64 bytes from 192.168.1.201: icmp_req=1 ttl=64 time=1607 ms
64 bytes from 192.168.1.201: icmp_req=2 ttl=64 time=604 ms
64 bytes from 192.168.1.201: icmp_req=3 ttl=64 time=12.9 ms
64 bytes from 192.168.1.201: icmp_req=4 ttl=64 time=12.9 ms
^C
--- 192.168.1.201 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 12.928/559.529/1607.327/651.433 ms, pipe 2
Pinging Presario-CQ57 (Linux Lite Notebook)
pi@Alysha ~ $ ping Presario-CQ57
PING Presario-CQ57.home (192.168.1.7) 56(84) bytes of data.
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=1 ttl=64 time=932 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=2 ttl=64 time=33.6 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=3 ttl=64 time=56.5 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=4 ttl=64 time=7.85 ms
^C
--- Presario-CQ57.home ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 7.855/257.580/932.240/389.896 ms
The Linux Raspberry Pi Arathoon pings all other computers:
WHOA! WHAT'S THIS??? unallocated.barefruit.co.uk when trying to Ping Overseer by name?
Everything else looks pretty much the same as the other Linux computers.
Code:
Pinging Overseer by name
pi@Arathoon ~ $ ping Overseer
PING Overseer (92.242.140.21) 56(84) bytes of data.
64 bytes from unallocated.barefruit.co.uk (92.242.140.21): icmp_req=1 ttl=246 time=83.8 ms
64 bytes from unallocated.barefruit.co.uk (92.242.140.21): icmp_req=2 ttl=246 time=80.7 ms
64 bytes from unallocated.barefruit.co.uk (92.242.140.21): icmp_req=3 ttl=246 time=78.7 ms
^C
--- Overseer ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 78.743/81.091/83.820/2.115 ms
Pinging Overseer by name again,...
pi@Arathoon ~ $ ping Overseer
PING Overseer (92.242.140.21) 56(84) bytes of data.
^C
--- Overseer ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10006ms
Pinging Overseer by IP Address
pi@Arathoon ~ $ ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
64 bytes from 192.168.1.10: icmp_req=1 ttl=128 time=388 ms
64 bytes from 192.168.1.10: icmp_req=2 ttl=128 time=7.49 ms
64 bytes from 192.168.1.10: icmp_req=3 ttl=128 time=6.51 ms
64 bytes from 192.168.1.10: icmp_req=4 ttl=128 time=6.49 ms
^C
--- 192.168.1.10 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 6.494/102.271/388.578/165.299 ms
Pinging HP-Elite by name
pi@Arathoon ~ $ ping HP-Elite
PING HP-Elite.home (192.168.1.13) 56(84) bytes of data.
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=1 ttl=128 time=7.08 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=2 ttl=128 time=6.96 ms
64 bytes from HP-Elite.home (192.168.1.13): icmp_req=3 ttl=128 time=7.32 ms
^C
--- HP-Elite.home ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 6.963/7.123/7.320/0.148 ms
Pinging Win-8-HP by name
pi@Arathoon ~ $ ping Win-8-HP
PING Win-8-HP.home (192.168.1.8) 56(84) bytes of data.
From Arathoon.home (192.168.1.201) icmp_seq=1 Destination Host Unreachable
From Arathoon.home (192.168.1.201) icmp_seq=2 Destination Host Unreachable
From Arathoon.home (192.168.1.201) icmp_seq=3 Destination Host Unreachable
^C
--- Win-8-HP.home ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3045ms
pipe 3
Pinging Win-8-HP by IP Address
pi@Arathoon ~ $ ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4) 56(84) bytes of data.
64 bytes from 192.168.1.4: icmp_req=1 ttl=128 time=9.60 ms
64 bytes from 192.168.1.4: icmp_req=2 ttl=128 time=14.0 ms
64 bytes from 192.168.1.4: icmp_req=3 ttl=128 time=8.38 ms
^C
--- 192.168.1.4 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 8.387/10.668/14.015/2.420 ms
Pinging Alysha
pi@Arathoon ~ $ ping Alysha
PING Alysha.home (192.168.1.200) 56(84) bytes of data.
64 bytes from Alysha.home (192.168.1.200): icmp_req=1 ttl=64 time=11.5 ms
64 bytes from Alysha.home (192.168.1.200): icmp_req=2 ttl=64 time=11.9 ms
64 bytes from Alysha.home (192.168.1.200): icmp_req=3 ttl=64 time=218 ms
64 bytes from Alysha.home (192.168.1.200): icmp_req=4 ttl=64 time=36.1 ms
^C
--- Alysha.home ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 11.578/69.540/218.481/86.565 ms
Pinging Presario-CQ57 (Linux Lite on Notebook)
pi@Arathoon ~ $ ping Presario-CQ57
PING Presario-CQ57.home (192.168.1.7) 56(84) bytes of data.
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=1 ttl=64 time=7.85 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=2 ttl=64 time=7.47 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=3 ttl=64 time=9.15 ms
64 bytes from Presario-CQ57.home (192.168.1.7): icmp_req=4 ttl=64 time=9.47 ms
^C
--- Presario-CQ57.home ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 7.476/8.489/9.471/0.845 ms
The Windows Overseer pings all other computers:
(note: The Overseer seems to be weird in that it appears to be using strange Hex numbers in some cases.)
Code:
Pinging HP-Elite by name
C:\Users\antiq>ping HP-Elite
Pinging HP-Elite [fe80::ad3a:c714:bfae:4b2%7] with 32 bytes of data:
Reply from fe80::ad3a:c714:bfae:4b2%7: time=2ms
Reply from fe80::ad3a:c714:bfae:4b2%7: time=2ms
Reply from fe80::ad3a:c714:bfae:4b2%7: time=6ms
Reply from fe80::ad3a:c714:bfae:4b2%7: time=1ms
Ping statistics for fe80::ad3a:c714:bfae:4b2%7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 6ms, Average = 2ms
Pinging HP-Elite by IP Address
C:\Users\antiq>ping 192.168.1.13
Pinging 192.168.1.13 with 32 bytes of data:
Reply from 192.168.1.13: bytes=32 time=4ms TTL=128
Reply from 192.168.1.13: bytes=32 time=1ms TTL=128
Reply from 192.168.1.13: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.1.13:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 4ms, Average = 2ms
Pinging Win-8-HP by name
C:\Users\antiq>ping Win-8-HP
Pinging Win-8-HP [fe80::c5e7:23c3:54a4:97c3%7] with 32 bytes of data:
Reply from fe80::c5e7:23c3:54a4:97c3%7: time=6ms
Reply from fe80::c5e7:23c3:54a4:97c3%7: time=6ms
Reply from fe80::c5e7:23c3:54a4:97c3%7: time=10ms
Reply from fe80::c5e7:23c3:54a4:97c3%7: time=6ms
Ping statistics for fe80::c5e7:23c3:54a4:97c3%7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 10ms, Average = 7ms
Pinging Win-8-HP by IP Address
C:\Users\antiq>ping 192.168.1.4
Pinging 192.168.1.4 with 32 bytes of data:
Reply from 192.168.1.4: bytes=32 time=14ms TTL=128
Reply from 192.168.1.4: bytes=32 time=5ms TTL=128
Reply from 192.168.1.4: bytes=32 time=4ms TTL=128
Ping statistics for 192.168.1.4:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 4ms, Maximum = 14ms, Average = 7ms
Pinging Alysha by name
C:\Users\antiq>ping Alysha
Ping request could not find host Alysha. Please check the name and try again.
PInging Alysha by IP Address
C:\Users\antiq>ping 192.168.1.200
Pinging 192.168.1.200 with 32 bytes of data:
Reply from 192.168.1.200: bytes=32 time=6ms TTL=64
Reply from 192.168.1.200: bytes=32 time=179ms TTL=64
Reply from 192.168.1.200: bytes=32 time=192ms TTL=64
Reply from 192.168.1.200: bytes=32 time=212ms TTL=64
Ping statistics for 192.168.1.200:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 6ms, Maximum = 212ms, Average = 147ms
Pinging Arathoon by name
C:\Users\antiq>ping Arathoon
Ping request could not find host Arathoon. Please check the name and try again.
Pinging Arathoon by IP Address
C:\Users\antiq>ping 192.168.1.201
Pinging 192.168.1.201 with 32 bytes of data:
Reply from 192.168.1.201: bytes=32 time=24ms TTL=64
Reply from 192.168.1.201: bytes=32 time=28ms TTL=64
Reply from 192.168.1.201: bytes=32 time=35ms TTL=64
Reply from 192.168.1.201: bytes=32 time=43ms TTL=64
Ping statistics for 192.168.1.201:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 24ms, Maximum = 43ms, Average = 32ms
Pinging Presario-CQ57 by name (Linux Lite notebook)
C:\Users\antiq>ping Presario-CQ57
Pinging Presario-CQ57 [192.168.1.7] with 32 bytes of data:
Reply from 192.168.1.7: bytes=32 time=2ms TTL=64
Reply from 192.168.1.7: bytes=32 time=2ms TTL=64
Reply from 192.168.1.7: bytes=32 time=4ms TTL=64
Reply from 192.168.1.7: bytes=32 time=553ms TTL=64
Ping statistics for 192.168.1.7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 553ms, Average = 140ms
Hey! That worked!
The Windows HP-Elite pings all other computers:
(note: using strange hex numbers when pinging Overseer by name)
Code:
Pinging the Overseer by name
C:\Users\antiq>ping Overseer
Pinging Overseer [fe80::98af:5c2a:ed9a:dad1%5] with 32 bytes of data:
Reply from fe80::98af:5c2a:ed9a:dad1%5: time=1ms
Reply from fe80::98af:5c2a:ed9a:dad1%5: time=2ms
Reply from fe80::98af:5c2a:ed9a:dad1%5: time=3ms
Reply from fe80::98af:5c2a:ed9a:dad1%5: time=1ms
Ping statistics for fe80::98af:5c2a:ed9a:dad1%5:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 1ms
Pinging the Overseer by IP Address
C:\Users\antiq>ping 192.168.1.10
Pinging 192.168.1.10 with 32 bytes of data:
Reply from 192.168.1.10: bytes=32 time=2ms TTL=128
Reply from 192.168.1.10: bytes=32 time=2ms TTL=128
Reply from 192.168.1.10: bytes=32 time=1ms TTL=128
Reply from 192.168.1.10: bytes=32 time=1ms TTL=128
Ping statistics for 192.168.1.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 2ms, Average = 1ms
Pinging Win-8-HP by name
C:\Users\antiq>ping Win-8-HP
Pinging Win-8-HP.home [192.168.1.4] with 32 bytes of data:
Reply from 192.168.1.4: bytes=32 time=11ms TTL=128
Reply from 192.168.1.4: bytes=32 time=5ms TTL=128
Reply from 192.168.1.4: bytes=32 time=21ms TTL=128
Reply from 192.168.1.4: bytes=32 time=9ms TTL=128
Ping statistics for 192.168.1.4:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 5ms, Maximum = 21ms, Average = 11ms
Pinging Alysha by name
C:\Users\antiq>ping Alysha
Pinging Alysha.home [192.168.1.200] with 32 bytes of data:
Reply from 192.168.1.200: bytes=32 time=135ms TTL=64
Reply from 192.168.1.200: bytes=32 time=151ms TTL=64
Reply from 192.168.1.200: bytes=32 time=159ms TTL=64
Reply from 192.168.1.200: bytes=32 time=178ms TTL=64
Ping statistics for 192.168.1.200:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 135ms, Maximum = 178ms, Average = 155ms
Pinging Arathoon by name
C:\Users\antiq>ping Arathoon
Pinging Arathoon.home [192.168.1.201] with 32 bytes of data:
Reply from 192.168.1.201: bytes=32 time=94ms TTL=64
Reply from 192.168.1.201: bytes=32 time=112ms TTL=64
Reply from 192.168.1.201: bytes=32 time=123ms TTL=64
Reply from 192.168.1.201: bytes=32 time=142ms TTL=64
Ping statistics for 192.168.1.201:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 94ms, Maximum = 142ms, Average = 117ms
Pinging Presario-CQ57 (Linux Lite notebook) by name
C:\Users\antiq>ping Presario-CQ57
Pinging Presario-CQ57.home [192.168.1.7] with 32 bytes of data:
Reply from 192.168.1.7: bytes=32 time=542ms TTL=64
Reply from 192.168.1.7: bytes=32 time=556ms TTL=64
Reply from 192.168.1.7: bytes=32 time=576ms TTL=64
Reply from 192.168.1.7: bytes=32 time=2ms TTL=64
Ping statistics for 192.168.1.7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 576ms, Average = 419msC:\Users\antiq>ping Presario-CQ57
Pinging Presario-CQ57.home [192.168.1.7] with 32 bytes of data:
Reply from 192.168.1.7: bytes=32 time=542ms TTL=64
Reply from 192.168.1.7: bytes=32 time=556ms TTL=64
Reply from 192.168.1.7: bytes=32 time=576ms TTL=64
Reply from 192.168.1.7: bytes=32 time=2ms TTL=64
Ping statistics for 192.168.1.7:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 576ms, Average = 419ms
The Windows Win-8-HP pings all other computers:
Code:
Sorry, the command prompt on this computer won't allow copying of text.
In any case the Win-8-HP computer was able to ping all other computer successfully by name.
In ever case it reported back the correct IP addresses for all computers.
EXCEPT in the case of the Overseer, which it appears to have pinged ok by name,
but once again it reported back using strange Hex numbers instead of decimal IP addresses.
Clearly something's different about the Overseer that it's using hex numbers instead of decimal IP addresses.
I have no clue why.
Well, there's the data. I'm not well-versed in IP/name resolution to know what's going on.
I have all this data printed out. It will no doubt be helpful as I continue to try to figure out what's going on.
I've lost a week on this already, and it looks like I'm going to be spending another week trying to figure out what's wrong.
At least now I know that I have some inconsistencies in my networking configurations. The problem most likely doesn't have anything to do with Samba. Although I still don't understand why the Linux machines can't see each other. They seem to be able to ping each other by name. Why aren't they showing up on each other's WORKGROUP? They are all set to WORKGROUP.
I might have a whole can of worms here. :'(