diff options
Diffstat (limited to 'roles/space_server/files/networkd/10-bond0.network')
-rw-r--r-- | roles/space_server/files/networkd/10-bond0.network | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roles/space_server/files/networkd/10-bond0.network b/roles/space_server/files/networkd/10-bond0.network new file mode 100644 index 0000000..39695a4 --- /dev/null +++ b/roles/space_server/files/networkd/10-bond0.network @@ -0,0 +1,22 @@ +[Match] +Name=bond0 + +[Link] +ARP=no +RequiredForOnline=no + +[Network] +DHCP=no +IPv6AcceptRA=no +LinkLocalAddressing=no +LLMNR=no +MulticastDNS=no +VLAN=wan +VLAN=lan10 +VLAN=lan11 +VLAN=lan12 +VLAN=lan13 +VLAN=lan14 +VLAN=lan15 +VLAN=lan20 +VLAN=lan21 |