In relation to RPi-Monitor:
I did more reading today & looked at routing tables (using Route Print and ipconfig /all) and so forth but did not glean much from that.
Pasted below for completeness
===========================================================================
Interface List
16...20 47 47 f9 2a f2 ......Realtek USB GbE Family Controller #2
17...48 e2 44 f5 67 d9 ......Dell Wireless 1830 802.11ac
23...4a e2 44 f5 67 d9 ......Microsoft Wi-Fi Direct Virtual Adapter #3
12...4a e2 44 f5 6f d9 ......Microsoft Wi-Fi Direct Virtual Adapter #4
5...48 e2 44 f5 67 da ......Bluetooth PAN HelpText
1...........................Software Loopback Interface 1
===========================================================================
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 10.0.0.138 10.0.0.102 25
10.0.0.0 255.255.255.0 On-link 10.0.0.102 281
10.0.0.102 255.255.255.255 On-link 10.0.0.102 281
10.0.0.255 255.255.255.255 On-link 10.0.0.102 281
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
169.254.0.0 255.255.0.0 10.0.0.42 10.0.0.102 26
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 10.0.0.102 281
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 10.0.0.102 281
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
169.254.0.0 255.255.0.0 10.0.0.42 1
===========================================================================
IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
16 281 ::/0 fe80::3291:8fff:fecb:4e7e
1 331 ::1/128 On-link
16 281 2001:8003:f1cd:a600::/56 fe80::3291:8fff:fecb:4e7e
16 281 2001:8003:f1cd:a600::/64 On-link
16 281 2001:8003:f1cd:a600:7044:54b6:b081:cb6b/128
On-link
16 281 2001:8003:f1cd:a600:f819:7e65:1682:60a/128
On-link
16 281 fdaa:8e94:5373::/48 fe80::3291:8fff:fecb:4e7e
16 281 fdaa:8e94:5373::/64 On-link
16 281 fdaa:8e94:5373:0:7044:54b6:b081:cb6b/128
On-link
16 281 fdaa:8e94:5373:0:f819:7e65:1682:60a/128
On-link
16 281 fe80::/64 On-link
16 281 fe80::f819:7e65:1682:60a/128
On-link
1 331 ff00::/8 On-link
16 281 ff00::/8 On-link
===========================================================================
Persistent Routes:
None
C:\Users\ronjo>
However what I did try was
- I edited my host file on my laptop to
10.0.0.32 nems
- This gave me a JSON failure
- I then edit it to
10.0.0.32 nems.local, it was a bit slow but it worked.
I refreshed the link <ctrl><F5> a number of times and it was successful
When I ssh to nems it tells me that the host name is nems. AVAHI .local for mDNS is nems.local so it's sort of telling me that if AVAHI is implemented then it wants to see the AVAHI nomenclature in the host file.
Is this correct?