nodes/home.router: fix dhcp config for dmz
This commit is contained in:
parent
197ebe2e38
commit
ac58f2a10c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ nodes['home.router'] = {
|
||||||
'options': {
|
'options': {
|
||||||
'broadcast-address': '172.19.139.255',
|
'broadcast-address': '172.19.139.255',
|
||||||
'domain-name-servers': '172.19.139.1',
|
'domain-name-servers': '172.19.139.1',
|
||||||
'routers': '172.19.131.1',
|
'routers': '172.19.139.1',
|
||||||
'subnet-mask': '255.255.255.0',
|
'subnet-mask': '255.255.255.0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue