diff options
Diffstat (limited to 'roles/space_server/files/networkd/10-lan20.network')
-rw-r--r-- | roles/space_server/files/networkd/10-lan20.network | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roles/space_server/files/networkd/10-lan20.network b/roles/space_server/files/networkd/10-lan20.network new file mode 100644 index 0000000..06b1ff1 --- /dev/null +++ b/roles/space_server/files/networkd/10-lan20.network @@ -0,0 +1,23 @@ +[Match] +Name=lan20 + +[Network] +DHCP=no +IPv6AcceptRA=no +LinkLocalAddressing=no +Address=185.38.175.65/26 +Address=2a01:4262:1ab:20::1/64 +Address=fe80::1/64 +IPForward=yes +LLMNR=no +MulticastDNS=no +LLDP=yes +EmitLLDP=no + +[Route] +Destination=2a01:4262:1ab::cafe/128 +Gateway=2a01:4262:1ab:20::5 + +[Route] +Destination=2a01:4262:1ab::db/128 +Gateway=2a01:4262:1ab:20::6 |