nodes/home.nas: add second bridge where LAN is available untagged

This commit is contained in:
Franzi 2021-08-22 07:13:32 +02:00
parent 48d48d2f5c
commit 08485aa827
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 7 additions and 2 deletions

View file

@ -17,7 +17,7 @@ nodes['home.nas'] = {
},
'metadata': {
'interfaces': {
'br0.42': {
'br42': {
'ips': {
'172.19.138.20/24',
},
@ -163,6 +163,11 @@ nodes['home.nas'] = {
'bond0',
},
},
'br42': {
'match': {
'br0.42',
},
},
},
},
'openssh': {

View file

@ -13,7 +13,7 @@ nodes['home.paperless'] = {
},
'metadata': {
'interfaces': {
'enp1s0.42': {
'enp1s0': {
'ips': {
'172.19.138.29/24',
},