[Kea-users] Using option82 (isc-kea)

2023-06-19 Thread DDFR | Ronald Blaas
Hi all, I have been searching and searching but could not find an answer to satisfy my needs. I am new in using kea-dhcp. I have a working setup using reservations with option 82 (circuit id). But What I would like is that I can see the circuit-id in plain text in the log file and lease file.

[Kea-users] Proper syntax

2023-06-19 Thread DDFR | Ronald Blaas
Hi All, I found this problem about a proper syntax https://gitlab.isc.org/isc-projects/kea/-/issues/2874 I want to achive the same thing but I got lost with the quotes. How to include a seperated file for reservations ? Thanks Ron -- ISC funds the development of this software with paid suppo

[Kea-users] Kea Web UI?

2023-06-21 Thread DDFR | Ronald Blaas
Hi All, Is there a kea Web UI to manage the kea dhcp4 server? (as in maintaining status of servies / leases / networks ) I was told there was something like Kea Web UI but can't find any on google. Regards, -- ISC funds the development of this software with paid support subscriptions. Contac

[Kea-users] Problem using Stork

2023-06-21 Thread DDFR | Ronald Blaas
hi all, I have stork up and running , agent connected, but I am unable to make changes. When I check the log (syslog) I see these messages apear "Completed pulling DHCP status from Kea apps: 0/0 succeeded" When I try to edit settings via stork I get this error: "unable to begin transaction for

[Kea-users] hooks libraries failed to validate

2023-06-22 Thread DDFR | Ronald Blaas
Hi all, Breaking my head over here. Can't seem to figure out what I am missing here. Trying to create a custom hook. Using https://reports.kea.isc.org/dev_guide/df/d46/hooksdgDevelopersGuide.html#hooksdgTutorial as an example. So I have created 5 files (version.cc / library_common.h / load_un

[Kea-users] Hook failed to validate?

2023-06-26 Thread DDFR | Ronald Blaas
hi all I am trying to understand why my hook will not work. I am reading the tutorial that is given on the development pages but still no luck. So now I am trying to make a real small hook (which does not do anything) Here is my test file #include #include extern "C" { /// @brief returns

[Kea-users] Stork configuration

2023-06-28 Thread DDFR | Ronald Blaas
Hi all, I am trying to setup isc-stork but I am unable to get the app (isc-kea) visible in stork. I have isc-kea up and running (with isc-kea-ctrl-agent) So I installed isc-stork-server and isc-stork-agent (on the same machine) I can see the client in stork server but Kea Apps are not being di

Re: [Kea-users] Stork configuration

2023-06-29 Thread DDFR | Ronald Blaas
s time) My kea-ctrl-agent.conf is at the moment very basic. No authentication is configured. kea-ctrl-agent does start just fine (according to systemd) Is there a way to enable debug on the stork agent ? Van: Eric Graham Verzonden: woensdag 28 juni

[Kea-users] Identify on VENDOR_CLASS_

2023-07-20 Thread DDFR | Ronald Blaas
Hi all, I am trying to identify on VENDOR_CLASS_ bu t seems not to be working.. This is what I tried so far: kea-conf (snippet) "client-classes": [ { "name": "Genexis", "test": "member('VENDOR_CLASS_polar')", Debug Log DEBUG [kea-dhcp4.dhcp4/115727.1397166490

Re: [Kea-users] Identify on VENDOR_CLASS_

2023-07-20 Thread DDFR | Ronald Blaas
zonden: donderdag 20 juli 2023 14:15 Aan: DDFR | Ronald Blaas CC: kea-users@lists.isc.org Onderwerp: Re: [Kea-users] Identify on VENDOR_CLASS_ Hi Ronald, I think you don't need the "VENDOR_CLASS_". try with "test": "member('polar')" Best Regards,

Re: [Kea-users] Identify on VENDOR_CLASS_

2023-07-20 Thread DDFR | Ronald Blaas
r'", Thanks for the insights. Van: Mathias Aichinger Verzonden: donderdag 20 juli 2023 14:37 Aan: DDFR | Ronald Blaas CC: kea-users@lists.isc.org Onderwerp: Re: [Kea-users] Identify on VENDOR_CLASS_ Hi, I have just checked with my device. Genexis is sendi

[Kea-users] Trying to get GeniesACS / Genexis running

2023-07-20 Thread DDFR | Ronald Blaas
Hi All, As isc-dhcp is EOL/EOS I am looking into using isc-kea-dhcp. But I am having troubles converting the ACS options to kea-dhcp standards. these are the options which are needed for Genexis (and are working for isc-dhcp) option space bbf; option bbf.acs code 11 = text; option bbf.provisio

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-20 Thread DDFR | Ronald Blaas
-- ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users. Kea-users mailing list Kea-users@lists.isc.org https://lists.isc.org/mailman/li

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-21 Thread DDFR | Ronald Blaas
ot;name": "retryintervalmultiplier", //"code": 14, //"data": "10" // } //}, //{ // "option": { //"space": "genexis", //

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-21 Thread DDFR | Ronald Blaas
"encapsulate": "bbf" }, { "space": "vivso", "name": "genexis", "code": 25167, "type": "empty", "encapsulate": "genexis"

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-26 Thread DDFR | Ronald Blaas
ot;space": "vendor-25167", "code": 3, "data": "tftp://xx/test.cfg";, "always-send": true } ] } ], If I understand the documantation c

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-27 Thread DDFR | Ronald Blaas
. Is that intended? Or have you tried that in trying to get both sets of vendor specific options included? Thank you, Darren Ankney On Wed, Jul 26, 2023 at 3:16 AM DDFR | Ronald Blaas wrote: > > > Hi > > Here is a snippet of the config. > > "option-def": [ &

Re: [Kea-users] Trying to get GeniesACS / Genexis running

2023-07-29 Thread DDFR | Ronald Blaas
28, 2023 at 2:57 AM DDFR | Ronald Blaas wrote: > > Hi, > > Yes, this is intended. I do this because I need to send the vendor ID with > the options. > When I combine the option under 1 vendor ID it will not work. > > Regards, > > > ___

[Kea-users] conflict reservation

2023-08-01 Thread DDFR | Ronald Blaas
Hi all, I need some explaining or perhaps a solution 🙂 Our config has lots of host reservations based on circuit-id. This is done to have a single address allocated to a single port no matter what hardware is connected to that port. The problem I am seeing at this time is when hardware is chang

Re: [Kea-users] conflict reservation

2023-08-01 Thread DDFR | Ronald Blaas
removed using the API via kea-shell. No need to edit the file or shutdown any servers. On Tue, Aug 1, 2023, at 10:03, DDFR | Ronald Blaas wrote: Hi all, I need some explaining or perhaps a solution 🙂 Our config has lots of host reservations based on circuit-id. This is done to have a single

[Kea-users] Stork Agent install via bash script

2023-09-07 Thread DDFR | Ronald Blaas
Hi all, Either I have misconfigured something or the scripts is just missing. When I try to download the agent script ( wget https://host:8080/stork-install-agent.sh ) I get an error Cannot find any agent package in '/usr/share/stork/www/assets/pkgs' directory. You must download the Stork agent

Re: [Kea-users] Stork Agent install via bash script

2023-09-08 Thread DDFR | Ronald Blaas
To simplify my question. Can someone share the contents of the script? Regards Van: Kea-users namens DDFR | Ronald Blaas Verzonden: donderdag 7 september 2023 15:42 Aan: kea-users@lists.isc.org Onderwerp: [Kea-users] Stork Agent install via bash script Hi

Re: [Kea-users] Stork Agent install via bash script

2023-09-11 Thread DDFR | Ronald Blaas
/-/issues/932 Thank you, Darren Ankney On Thu, Sep 7, 2023 at 9:42 AM DDFR | Ronald Blaas wrote: > > Hi all, > > Either I have misconfigured something or the scripts is just missing. > When I try to download the agent script ( wget > https://host:8080/stork-install-agent.s

Re: [Kea-users] Stork Agent install via bash script

2023-09-11 Thread DDFR | Ronald Blaas
, but I am not able to find the file here: https://gitlab.isc.org/isc-projects/stork/-/find_file/master Try asking on stork-users (https://lists.isc.org/mailman/listinfo/stork-users) perhaps? Thank you, Darren Ankney On Thu, Sep 7, 2023 at 9:42 AM DDFR | Ronald Blaas wrote: > >

[Kea-users] Possible to have no dhcp pool (only static reservations)

2023-09-15 Thread DDFR | Ronald Blaas
hi all, is it possible to only configure static leases? When there is no static configuration, the client will not get an ip (and thus have no connection) could I leave out "pools": [ { "pool": "xxx - xxx" } ], ? Regards, Ronald -- ISC funds the development of this software with paid support

[Kea-users] Logger not found in Stork

2023-10-12 Thread DDFR | Ronald Blaas
Hi all, I already asked a question about this on the sstork userlist but perhaps someone on kea already has seen this behaviour. I recently upgraded Stork to version 1.13 and now the log file is not displayed in stork. This is as well for DHCPv4 and CA. Would love to get the logfile back in sto

[Kea-users] kea-dhcp remote syslog

2023-10-24 Thread DDFR | Ronald Blaas
Hi all, I have read in the documentation that multiple loggers can be setup. But I don't quit understand how to setup remote logging. thus far we have setup our logging locally using this config: "loggers": [ { "name": "kea-dhcp4", "output_options": [ {

Re: [Kea-users] kea-dhcp remote syslog

2023-10-24 Thread DDFR | Ronald Blaas
So if I understand you correctly Change the logger to syslog and then redirect from there. richt ? Van: Geist, Dan (CCI-Atlanta) Verzonden: dinsdag 24 oktober 2023 15:51 Aan: DDFR | Ronald Blaas ; kea-users@lists.isc.org Onderwerp: Re: kea-dhcp remote syslog

Re: [Kea-users] Need to have DHCP Relay in order for Kea to work...?

2024-07-15 Thread DDFR | Ronald Blaas
Not really sure how you have your network setup. But in my belief, if you want dhcp to work without RELAY you have to make sure your DHCP server is directly connected to all the LANs. So your DHCP server will need to have multiple Nics. Is there a particular reason you do not want to have a dh

Re: [Kea-users] [EXTERNAL] Re: Need to have DHCP Relay in order for Kea to work...?

2024-07-16 Thread DDFR | Ronald Blaas
: Kea-users mailto:kea-users-boun...@lists.isc.org>> On Behalf Of DDFR | Ronald Blaas Sent: Monday, July 15, 2024 2:15 AM To: kea-users@lists.isc.org<mailto:kea-users@lists.isc.org> Subject: [EXTERNAL] Re: [Kea-users] Need to have DHCP Relay in order for Kea to work...? You don't o

Re: [Kea-users] [EXTERNAL] Re: Need to have DHCP Relay in order for Kea to work...?

2024-07-18 Thread DDFR | Ronald Blaas
lient isn't acknowledging them for some reason. -Ubence On Tue, Jul 16, 2024 at 11:52 PM DDFR | Ronald Blaas mailto:ronald.bl...@ddfr.nl>> wrote: Hi Not really sure what you mean here: "has one interface that I've setup with vlan interfaces" Like what has been said before

Re: [Kea-users] [EXTERNAL] Re: Need to have DHCP Relay in order for Kea to work...?

2024-07-23 Thread DDFR | Ronald Blaas
pect to see. I'm going to test over the weekend disabling the DHCP relay and see what I see then. -Ubence On Thu, Jul 18, 2024 at 1:29 AM DDFR | Ronald Blaas mailto:ronald.bl...@ddfr.nl>> wrote: A yes I see. You are using virtual interfaces. This should work. As for relay, no you

Re: [Kea-users] [EXTERNAL] Re: Need to have DHCP Relay in order for Kea to work...?

2024-07-29 Thread DDFR | Ronald Blaas
once the DHCP Relay is turned back on. I'll report back when I'm able to test this again. -Ubence On Tue, Jul 23, 2024 at 12:01 AM DDFR | Ronald Blaas mailto:ronald.bl...@ddfr.nl>> wrote: Hi, From what I am seeing in the tcpdump. The Client is getting an IP and acknowledge t

Re: [Kea-users] stork-agent register : error="problem pinging machine: Cannot ping machine"

2024-09-25 Thread DDFR | Ronald Blaas
This is a know issue https://gitlab.isc.org/isc-projects/stork/-/issues/1491 Regards, Ronald From: Kea-users on behalf of fbcadmin via Kea-users Sent: Wednesday, September 25, 2024 17:15 To: kea-users@lists.isc.org Cc: fbcadmin Subject: [Kea-users] stork-age