Let me explain what I'm trying to do:
- I'm creating a Linux Distro Image that will be installed on a SD Card
- Setting the default hostname to myHostname.local
- This is all on my local network
This is fine if I only have 1 server, but what about if I run an additional server. How does the hostname work as both hosts would now be the same name.
- myHostname.local <-- server 1
- myHostname.local <-- server 2
Does Avahi offer a way to dynamically change the hostnames? Something like this:
- myHostname1.local <-- server 1
- myHostname2.local <-- server 2
any suggestions?