1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

hand merge of systemd-net with a rename 2

This commit is contained in:
Jerry Vonau 2017-11-22 21:15:22 -06:00
parent 920ba0f364
commit 7e4ff797e5
9 changed files with 80 additions and 37 deletions

View file

@ -0,0 +1,15 @@
# /etc/systemd/network/IIAB-Bridge.network
[Match]
Name=br0
[Network]
Bridge=br0
LinkLocalAddressing=no
DNS={{ lan_ip }}
Domains={{ iiab_domain }}
[Address]
Address={{ lan_ip }}/19
[Route]
Gateway=""

View file

@ -0,0 +1,5 @@
# /etc/systemd/network/IIAB-Slave.network
[Match]
Name={{ iiab_wired_lan_iface }}
[Network]
Bridge=br0

View file

@ -0,0 +1,4 @@
# /etc/systemd/network/IIAB-Bridge.netdev
[NetDev]
Name=br0
Kind=bridge