<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<style>BODY{font:10pt Tahoma,Verdana,sans-serif} .MsoNormal{line-height:120%;margin:0}</style></head><body>
Hello.<br><br>I am trying to configure kea-0.9 in docsis network.<br>The problem is that when i try to add reservation i got<br>error:<br>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)<br><br>Then i added "reservation-mode":"all" and got another error<br>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)<br><br><br>My kea.conf:<br>{<br><br>"Dhcp4": {<br>    "next-server": "192.168.183.5",<br>    "interfaces": [ "eth0" ],<br><br>"subnet4": [<br>    {<br>        "pools": [ { "pool":  "10.100.0.2 - 10.100.0.100" } ],<br>        "subnet": "10.100.0.0/24",<br>        "reservation-mode":"all",<br>        "interface": "eth0",<br>        "reservations": [<br>            {<br>                "hw-address": "00:26:b6:74:b5:a2",<br>                "ip-address": "10.100.0.50"<br>            },<br>            {<br>                "hw-address": "0a:0b:0c:0d:0e:0f",<br>                "ip-address": "192.0.2.100",<br>                "hostname": "alice-laptop"<br>            }<br>        ]<br>    }<br>]<br><br>},<br><br>"Logging": {<br>"loggers": [<br>{<br>"name": "kea-dhcp4",<br>"output_options": [<br>{<br>"output": "/var/log/kea-debug.log",<br>"maxver": 8,<br>"maxsize": 204800,<br>"destination": "file"<br>}<br>],<br>"severity": "DEBUG",<br>"debuglevel": 99<br>}<br>           ]<br>           }<br><br>}<br><br>Where is the problem?<br>Thanks!<br><br><br>Grijuc Egor<br>e-mail:<a href="mailto:egrijuc@suntv.com">egrijuc@suntv.com</a></body></html>