bundles/dhcpd: rework metadata
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
3bd851aae5
commit
24362768fb
5 changed files with 17 additions and 38 deletions
|
@ -43,12 +43,10 @@ nodes['home.router'] = {
|
|||
},
|
||||
'dhcpd': {
|
||||
'subnets': {
|
||||
'dmz': {
|
||||
'interface': 'enp1s0.23',
|
||||
'netmask': '255.255.255.0',
|
||||
'enp1s0.23': {
|
||||
'range_lower': '172.19.139.200',
|
||||
'range_higher': '172.19.139.250',
|
||||
'subnet': '172.19.139.0',
|
||||
'subnet': '172.19.139.0/24',
|
||||
'options': {
|
||||
'broadcast-address': '172.19.139.255',
|
||||
'domain-name-servers': '172.19.139.1',
|
||||
|
@ -56,12 +54,10 @@ nodes['home.router'] = {
|
|||
'subnet-mask': '255.255.255.0',
|
||||
},
|
||||
},
|
||||
'home': {
|
||||
'interface': 'enp1s0.42',
|
||||
'netmask': '255.255.255.0',
|
||||
'enp1s0.42': {
|
||||
'range_lower': '172.19.138.100',
|
||||
'range_higher': '172.19.138.250',
|
||||
'subnet': '172.19.138.0',
|
||||
'subnet': '172.19.138.0/24',
|
||||
'options': {
|
||||
'broadcast-address': '172.19.138.255',
|
||||
'domain-name': 'franzi-home.kunbox.net',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue