Send kea-dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/kea-dev
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of kea-dev digest..."


Today's Topics:

   1. Re:  Transitioning Openwrt to Kea (Peter Davies)


----------------------------------------------------------------------

Message: 1
Date: Thu, 1 Aug 2024 11:22:29 +0200
From: Peter Davies <[email protected]>
To: [email protected]
Subject: Re: [kea-dev] Transitioning Openwrt to Kea
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi Philip,
 ?? It is excellent to hear you are trying to help users migrate to Kea.

You should be able to add the "renew-timer" parameter globally and within a
subnet definition. The following is an example of this:

"subnet4": [{
 ???? "id": 1,
 ???? "subnet": "10.0.1.0/24",
 ???? "renew-timer": 1000,
 ???? "pools": [ { "pool": "10.0.1.1-10.0.1.200" } ] },{
 ???? "id": 2,
 ???? "subnet": "10.0.2.0/24",
 ???? "renew-timer": 2000,
 ???? "pools": [ { "pool": "10.0.2.1-10.0.2.200" } ]
}],

There is no equivalent to ISC DHCPD's? "always-broadcast" keyword. 
Localnet dhcp
traffic processing can be enabled for an interface by setting the 
"dhcp-socket-type"
to? "raw". For example:

"interfaces-config": { "interfaces": [ "eth0" ], "dhcp-socket-type": 
"raw" },

The "authoritative" setting can be specified in global, shared-network, 
and subnet
configuration scopes and is automatically inherited from the parent 
scope, if
not specified.

To allow multiple reservations for the same address, you will need to 
set the
global parameter "ip-reservations-unique" to false; the default is true.

 ??????? "ip-reservations-unique": false,

Let us hear how you get on.

Kind Regards Peter

-- 
Peter Davies
Support Engineer
Internet Systems Corporation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.isc.org/pipermail/kea-dev/attachments/20240801/080642bd/attachment-0001.htm>

------------------------------

Subject: Digest Footer

_______________________________________________
kea-dev mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-dev


------------------------------

End of kea-dev Digest, Vol 91, Issue 1
**************************************

Reply via email to