<div dir="ltr"><div>Hi, Kea Users list members.<br><br></div>We've been using Mikrotik RouterOS as a DHCP server for a while now and we're searching for alternatives since we want to expand our network... Kea would be perfect since we 100% can integrate our backend applications to feed data to it on its SQL tables and so on...<br><br><div>As an ISP we want to keep on giving our GPON clients addresses belonging to a wider network but on /32 leases and so far we haven't been able to achieve this since Kea automatically calculates the lease subnet mask from the "parent" subnet and send it as option 1... We even thought of trying to hack its code to forcibly give only 255.255.255.255 option 1 value no matter which network length we are using but we gave up fearing we could break something else... and admittedly we lack knowledge on coding... Nothing related could be found in this list archives or documentation...<br><br></div><div>Is there any way this could be achieved?<br><br></div><div>We're using Kea 1.2.0 and our lab is as simple as below:<br></div><div><br>  "subnet4": [<br>        {<br>            "subnet": "<a href="http://192.168.0.0/24">192.168.0.0/24</a>",<br>            "pools": [ { "pool": "192.168.0.1 - 192.168.0.200" }],<br><br>            "option-data": [<br>                {<br>                    "name": "routers",<br>                    "data": "192.168.0.254"<br>                }<br>            ],<br><br>            "reservations": [<br><br>            ]<br>        }<br>    ]<br><br></div><div>Cheers,<br></div></div>