nodes/home.nas: add second bridge where LAN is available untagged
This commit is contained in:
parent
48d48d2f5c
commit
08485aa827
2 changed files with 7 additions and 2 deletions
|
@ -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': {
|
||||
|
|
|
@ -13,7 +13,7 @@ nodes['home.paperless'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'enp1s0.42': {
|
||||
'enp1s0': {
|
||||
'ips': {
|
||||
'172.19.138.29/24',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue