Re: Switching to the new DHCP from ISC?

2022-09-03 Thread Lloyd Parkes




On 3/09/22 22:40, Joerg Sonnenberger wrote:

On Sat, Sep 03, 2022 at 10:00:04AM +1200, Lloyd Parkes wrote:

Does anyone know of a maintained DHCP relay implementation?


The better question for me is: are DHCP relayer server still in use?


DHCP relays are used a lot, but the ISC one probably not so much. It 
dumps core when send a DHCP response packet back to the client. Maybe 
older versions of NetBSD have an ISC DHCP relay with less bit rot?


Since we are talking about NetBSD, it is always an option to just run a 
DHCP server instead of a DHCP relay. That doesn't mean it's a good 
option though.


If it turns out that neither ISC nor TNF want to support the old DHCP 
relay, then we may as well switch to upstream supported code.


Cheers,
Lloyd

p.s. I have a fix for the DHCP relay core dump. I don't know where the 
root cause bit rot is, but I do have an fairly acceptable patch.


Re: Switching to the new DHCP from ISC?

2022-09-03 Thread Michael van Elst
jo...@bec.de (Joerg Sonnenberger) writes:

>On Sat, Sep 03, 2022 at 10:00:04AM +1200, Lloyd Parkes wrote:
>> Does anyone know of a maintained DHCP relay implementation?

>The better question for me is: are DHCP relayer server still in use?

Yes.



Re: Switching to the new DHCP from ISC?

2022-09-03 Thread Joerg Sonnenberger
On Sat, Sep 03, 2022 at 10:00:04AM +1200, Lloyd Parkes wrote:
> Does anyone know of a maintained DHCP relay implementation?

The better question for me is: are DHCP relayer server still in use?

Joerg


Switching to the new DHCP from ISC?

2022-09-02 Thread Lloyd Parkes

Hi all,
Are there any plans to switch the DHCP server we have to the new Kea one 
from ISC? The relay that comes with it dumps core when relaying DHCP 
responses.


I've fixed my copy of dhcrelay, but when I went to send the patch 
upstream, I saw this


Please note that this project is in maintenance mode - we are
not actively adding new functionality and may not respond to
non-critical issues

and this

The client and relay portions of ISC DHCP are no longer
maintained

but also this

The Kea distribution does not currently include either a client
or a relay.

Does anyone know of a maintained DHCP relay implementation?

Cheers,
Lloyd