Ubuntu 18
I've done a ton of research and am close to pulling this picture together but can't quite understand:
How can I configure systemd-resolved for mdns?
My goal specifically:
- to bring up a server on a 10.0.0.0/16 network
 - for the new server to give itself some arbitrary name like foo1
 - to be able to connect to that server from another machine on the same network using the name foo1
 
Can anyone tell me please how to make this happen specifically using systemd-resolved?
thanks
So far I have configured resolved.conf at follows on
ubuntu@ip-10-0-0-229:/etc$ --> CHROME -> cat /etc/systemd/resolved.conf
#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See resolved.conf(5) for details
[Resolve]
#DNS=
#FallbackDNS=
#Domains=
LLMNR=yes
MulticastDNS=yes
#DNSSEC=no
#Cache=yes
#DNSStubListener=yes
ubuntu@ip-10-0-0-229:/etc$ --> CHROME ->