From ea283a3247db03348de290350039e65437cc60a2 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Fri, 24 Sep 2021 12:38:46 +0530 Subject: [PATCH] Duplicate mesh.07-bridge.network history in check.01-eth.network history. --- systemd-networkd/check.01-eth.network | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 systemd-networkd/check.01-eth.network diff --git a/systemd-networkd/check.01-eth.network b/systemd-networkd/check.01-eth.network new file mode 100644 index 0000000..1c14c70 --- /dev/null +++ b/systemd-networkd/check.01-eth.network @@ -0,0 +1,17 @@ +# Ah! This is where the magic happens! +# This is the interface userspace applications will be using to +# communicate with others devices + +[Match] +Name=bridge0 + +[Network] +# use DHCP to assign an IP +DHCP=yes + +# if DHCP fails, assign a random address +LinkLocalAddressing=yes + +# LLMNR and MulticastDNS are used for hostname discovery +LLMNR=yes +MulticastDNS=yes