Hi all,
At a previous location, I had a network of RaspPis happily talking to each other (during REST calls) using the RaspPi's hostname -- but without ".local" -- and all worked fine. I've now moved to a new location (which has a new network) and I can no longer use just the hostname (e.g., "ping some-hostname"). Instead, I have to append a ".local" to the hostname (e.g., "ping some-hostname.local") or use the IP address.
Is there something I'm doing wrong, or was I supposed to be always using ".local". Some of python programs to change if that's the case....
Insight appreciated!