kunsi-p14s: remove network bridge
Something causes the network to hang when switching from wired to wireless networking. I want to eliminate as much problems as possible.
This commit is contained in:
parent
5979d8a1f9
commit
553dc3cb9f
1 changed files with 4 additions and 11 deletions
|
@ -35,7 +35,10 @@ nodes['kunsi-p14s'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'br0': {
|
'enp2s0f0': {
|
||||||
|
'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
|
||||||
|
@ -126,16 +129,6 @@ 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