mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-04 00:43:20 +00:00
Compare commits
3 Commits
669fdcc6a6
...
b9d58a6822
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b9d58a6822 | ||
![]() |
4cfaf5f0a4 | ||
![]() |
9e898bd5e3 |
@@ -12,7 +12,7 @@
|
||||
"name": "{{ config.mariadb.users['kea'].database }}",
|
||||
"user": "{{ config.mariadb.users['kea'].username }}",
|
||||
"password": "{{ config.mariadb.users['kea'].password }}",
|
||||
"host": "localhost",
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306
|
||||
},
|
||||
"expired-leases-processing": {
|
||||
@@ -26,11 +26,6 @@
|
||||
"renew-timer": 900,
|
||||
"rebind-timer": 1800,
|
||||
"valid-lifetime": 3600,
|
||||
"hooks-libraries": [
|
||||
{
|
||||
"library": "/opt/lib/kea/hooks/libdhcp_mysql.so"
|
||||
}
|
||||
],
|
||||
"subnet4": [
|
||||
{
|
||||
"id": 1,
|
||||
@@ -205,7 +200,7 @@
|
||||
"hostname": "s2.net.tjas"
|
||||
},
|
||||
{
|
||||
"hw-address": "00:24:a8:f1:c7:40",
|
||||
"hw-address": "00:1f:fe:ab:9e:c0",
|
||||
"ip-address": "192.168.69.13",
|
||||
"hostname": "s3.net.tjas"
|
||||
},
|
||||
|
Reference in New Issue
Block a user