kunsi-p14s: create network bridge for ethernet interfaces
This commit is contained in:
parent
93351340d0
commit
29f7aef27a
1 changed files with 11 additions and 4 deletions
|
@ -34,10 +34,7 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'enp2s0f0': {
|
'br0': {
|
||||||
'dhcp': True,
|
|
||||||
},
|
|
||||||
'enp5s0': {
|
|
||||||
'dhcp': True,
|
'dhcp': True,
|
||||||
},
|
},
|
||||||
# there is also wlp3s0, but that's managed by netctl
|
# there is also wlp3s0, but that's managed by netctl
|
||||||
|
@ -127,6 +124,16 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'systemd-networkd': {
|
||||||
|
'bridges': {
|
||||||
|
'br0': {
|
||||||
|
'match': {
|
||||||
|
'enp2s0f0',
|
||||||
|
'enp5s0',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'timezone': 'Europe/Berlin',
|
'timezone': 'Europe/Berlin',
|
||||||
'users': {
|
'users': {
|
||||||
'kunsi': {
|
'kunsi': {
|
||||||
|
|
Loading…
Reference in a new issue