diff options
author | Hafnium <haf@hafnium.me> | 2022-10-11 20:17:39 +0200 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2022-10-15 00:21:29 +0200 |
commit | 80c6cf0de448f8fdf10c1e4be82cc7e0ef42abc5 (patch) | |
tree | dc00f6bf017cc0ab53d67cc726256dd27ece58a6 /roles/space_server/files/networkd/10-locix.network | |
parent | 526c6c42a07661b9fa0331cb24b423fa1e7024c2 (diff) | |
download | labitat-ansible-80c6cf0de448f8fdf10c1e4be82cc7e0ef42abc5.tar.gz labitat-ansible-80c6cf0de448f8fdf10c1e4be82cc7e0ef42abc5.tar.xz labitat-ansible-80c6cf0de448f8fdf10c1e4be82cc7e0ef42abc5.zip |
space_server: networkd: add LocIX connection
systemd mechanics reworked by Esmil
Co-developed-by: Emil Renner Berthing <esmil@labitat.dk>
Diffstat (limited to 'roles/space_server/files/networkd/10-locix.network')
-rw-r--r-- | roles/space_server/files/networkd/10-locix.network | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roles/space_server/files/networkd/10-locix.network b/roles/space_server/files/networkd/10-locix.network new file mode 100644 index 0000000..b6193c0 --- /dev/null +++ b/roles/space_server/files/networkd/10-locix.network @@ -0,0 +1,23 @@ +[Match] +Name=locix + +[Link] +ARP=yes + +[Network] +DHCP=no +IPv6AcceptRA=no +IPForward=yes +LLMNR=no +MulticastDNS=no +LLDP=no +EmitLLDP=no +NTP=no + +[Address] +Address=185.1.167.144/23 +Scope=link + +[Address] +Address=2001:7f8:f2:e1:0:20:5235:1/64 +Scope=link |