configure cookie server dhcp reservation and dhcp option
This commit is contained in:
parent
c9a5bcfd6e
commit
5e7957d8cb
1 changed files with 13 additions and 2 deletions
|
@ -33,6 +33,11 @@
|
||||||
"code": 6,
|
"code": 6,
|
||||||
"csv-format": true,
|
"csv-format": true,
|
||||||
"data": "94.45.254.2"
|
"data": "94.45.254.2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cookie-servers",
|
||||||
|
"data": "94.45.254.6",
|
||||||
|
"always-send": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -99,7 +104,13 @@
|
||||||
"pool": "94.45.254.100 - 94.45.254.120"
|
"pool": "94.45.254.100 - 94.45.254.120"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subnet": "94.45.254.0/25"
|
"subnet": "94.45.254.0/25",
|
||||||
|
"reservations": [
|
||||||
|
{
|
||||||
|
"hw-address": "BC:24:11:41:E1:61",
|
||||||
|
"ip-address": "94.45.254.6"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Public Services reachable EVERYWHERE
|
// Public Services reachable EVERYWHERE
|
||||||
|
@ -117,7 +128,7 @@
|
||||||
],
|
],
|
||||||
"subnet": "94.45.254.128/25"
|
"subnet": "94.45.254.128/25"
|
||||||
},
|
},
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"loggers": [
|
"loggers": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue