[Kea-users] Unsupported static reservation

Egor Grijuc egrijuc at suntv.com
Tue Apr 28 06:25:00 UTC 2015


Hello.

I am trying to configure kea-0.9 in docsis network.
The problem is that when i try to add reservation i got
error:
DHCP4_INIT_FAIL failed to initialize Kea server: configuration error using file '/usr/local/etc/kea/kea.conf': unsupported parameter: reservations (/usr/local/etc/kea/kea.conf:12:26)

Then i added "reservation-mode":"all" and got another error
DHCP4_INIT_FAIL failed to initialize Kea server: configuration error using file '/usr/local/etc/kea/kea.conf': unsupported parameter: reservation-mode (/usr/local/etc/kea/kea.conf:11:28)


My kea.conf:
{

"Dhcp4": {
    "next-server": "192.168.183.5",
    "interfaces": [ "eth0" ],

"subnet4": [
    {
        "pools": [ { "pool":  "10.100.0.2 - 10.100.0.100" } ],
        "subnet": "10.100.0.0/24",
        "reservation-mode":"all",
        "interface": "eth0",
        "reservations": [
            {
                "hw-address": "00:26:b6:74:b5:a2",
                "ip-address": "10.100.0.50"
            },
            {
                "hw-address": "0a:0b:0c:0d:0e:0f",
                "ip-address": "192.0.2.100",
                "hostname": "alice-laptop"
            }
        ]
    }
]

},

"Logging": {
"loggers": [
{
"name": "kea-dhcp4",
"output_options": [
{
"output": "/var/log/kea-debug.log",
"maxver": 8,
"maxsize": 204800,
"destination": "file"
}
],
"severity": "DEBUG",
"debuglevel": 99
}
           ]
           }

}

Where is the problem?
Thanks!


Grijuc Egor
e-mail:egrijuc at suntv.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20150428/0709a6b4/attachment.htm>


More information about the Kea-users mailing list