[Kea-users] KEA Option 17 structure (example)

2024-03-07 Thread Marek Hajduczenia
Dear mailing list users, I have been trying to create an Option 17 with a specific structure for a vendor with the ID of 14810, where all I have is a sub-option 1, containing a string with an arbitrary FQDN. I have a working code for ISC DHCP, but I have not been able to locate a working example

Re: [Kea-users] KEA Option 17 structure (example)

2024-03-08 Thread Marek Hajduczenia
On Fri, Mar 8, 2024 at 3:42 AM Darren Ankney wrote: > Hi Marek, > > It is unclear to me. Is this for DHCPv6? > > Thank you, > Darren Ankney > > On Thu, Mar 7, 2024 at 10:51 PM Marek Hajduczenia > wrote: > > > > Dear mailing list users, > >

Re: [Kea-users] KEA Option 17 structure (example)

2024-03-14 Thread Marek Hajduczenia
And confirmed, with the switch to 2.5.6, I can see two separate entries as expected. Thank you ! Marek -Original Message- From: Marek Hajduczenia Sent: Wednesday, March 13, 2024 2:17 PM To: 'Kea user's list' Subject: RE: [Kea-users] KEA Option 17 structure (example) Thanks, Darren

Re: [Kea-users] KEA Option 17 structure (example)

2024-03-15 Thread Marek Hajduczenia
version and, as such, could contain bugs. 2.4.1 is the latest "stable" version. This version supports multiple option 17. Thank you, Darren Ankney On Thu, Mar 14, 2024 at 5:03 PM Marek Hajduczenia wrote: > > And confirmed, with the switch to 2.5.6, I can see two separate entrie

Re: [Kea-users] KEA Option 17 structure (example)

2024-03-13 Thread Marek Hajduczenia
ren > Ankney > Sent: Saturday, March 9, 2024 3:25 PM > To: Kea user's list > Subject: Re: [Kea-users] KEA Option 17 structure (example) > > > > Hi Marek, > > > > That is my understanding. However, I've never tried any of the option 17 > setup. > > >

Re: [Kea-users] Converting an ISC IPv6 class definition to Kea syntax

2024-04-19 Thread Marek Hajduczenia
ex statements like ISC DHCP did. There was probably an additional line output that linked to some GL issue explaining. Something like this might work (I've not tested it): "client-classes": [ { "name": "rpd-1", "test": "substring(relay6[1].option[18

[Kea-users] Converting an ISC IPv6 class definition to Kea syntax

2024-04-19 Thread Marek Hajduczenia
Dear colleagues, I ran into a bit of a challenge with the conversion of the config from ISC to Kea, namely this little class definition gem: class "rpd-1" { match if v6relay( 1, option dhcp6.interface-id ) ~= "Md1:0/0.0$"; } What it does, as you can tell, it matches on the inner relay

Re: [Kea-users] DHCPv6, shared network, and double-relay Solicit messages

2024-04-23 Thread Marek Hajduczenia
So I think I found the potential solution, though I am not sure I understand why this happens. I had to specifically configure the unicast IPv6 address in the “interfaces” clause, as follows "interfaces-config": { "interfaces": [ "enp6s18/2600:6ce4:0:42::130" ] },

Re: [Kea-users] DHCPv6, shared network, and double-relay Solicit messages

2024-04-23 Thread Marek Hajduczenia
s for IPv4, but all the docs I have read indicate that it only binds to one address. On Apr 23, 2024 09:26, Marek Hajduczenia mailto:mxhajducze...@gmail.com> > wrote: _ WARNING: External email. Please verify sender before opening attachments or clicking on links. _ So

Re: [Kea-users] DHCPv6, shared network, and double-relay Solicit messages

2024-04-24 Thread Marek Hajduczenia
quot;: { "interfaces": [ "eth1", "eth3", "*" ] }, "interfaces-config": { "interfaces": [ "enp0s2/2001:db8::1234:abcd" ] }, On Tue, Apr 23, 2024 at 7:04 PM Marek Hajduczenia mailto:mxhajducze...@gmail.com> > wro

Re: [Kea-users] "ha_dedicated_ports" warning in Stork

2024-04-12 Thread Marek Hajduczenia
Thank you, Kevin - in the example you're referring to, do I still need to configure and run the control agent? I am a bit confounded as to what the specific change I need to do in my setup (dhcp config or control agent config) to make it click together Marek On Fri, Apr 12, 2024 at 6:31 PM Kevin

Re: [Kea-users] Converting an ISC IPv6 class definition to Kea syntax

2024-04-27 Thread Marek Hajduczenia
it helps in some way? Thank you, Darren Ankney On Wed, Apr 24, 2024 at 8:51 AM Marek Hajduczenia wrote: > > Thank you, Darren, > > > > If these custom-defined options are outbound only, it would be great if that > was mentioned in the documentation somewhere. In all my read

Re: [Kea-users] No DHCP Reply sent out from kea server

2024-05-08 Thread Marek Hajduczenia
You need to add { "space": "dhcp6", "name": "vendor-opts", "code": 17, "data": "4491" } to your "option-data" stanza. Otherwise, the process will not insert the vendor-specific entry in Option 17. Marek From: Kea-users On Behalf Of Xiao, Yu (CCI-Atlanta) via

Re: [Kea-users] [EXTERNAL] RE: No DHCP Reply sent out from kea server

2024-05-08 Thread Marek Hajduczenia
p6", "name": "vendor-opts", "code": 17, "data": "4491" } ] } ], Best Regards, Yu From: Xiao, Yu (C

Re: [Kea-users] [EXTERNAL] RE: No DHCP Reply sent out from kea server

2024-05-09 Thread Marek Hajduczenia
t;dhcp6", > > "name": "vendor-opts", > > "code": 17, > > "data": "4491" > > } > > > > > > > > Best Regards, > > Yu > > >

Re: [Kea-users] Over-riding global settings in specific subnets / prefixes

2024-05-09 Thread Marek Hajduczenia
Thanks Darren, I think it was some sort of a fluke - once I rebooted the VM to remedy the issue with Stork registration, the problem seems to be gone. I hate bugs like this - they are ephemeral and next to impossible to reproduce, with the problem going away when the VM is rebooted. Marek On

Re: [Kea-users] Combining class definitions with or/and operands

2024-05-01 Thread Marek Hajduczenia
Thank you, Darren I logged this as an issue https://gitlab.isc.org/isc-projects/kea/-/issues/3369, since I cannot find any specific wording in the documentation indicating it is indeed an expected behavior. It might be a corner case, but it ought to be covered somewhere Marek -Original

Re: [Kea-users] kea-dhcpv6 won't offer adresses to clients

2024-05-04 Thread Marek Hajduczenia
I’d say it is the very same problem I ran into, i.e., your DHCPv6 Kea process is not bound to unicast v6 address on your interface eth1 when using only interface name. Check out https://gitlab.isc.org/isc-projects/kea/-/issues/2212#note_454562 and consider adding the unicast IPv6 address to

[Kea-users] High memory utilization for Kea server / Stork agent

2024-05-13 Thread Marek Hajduczenia
Dear colleagues, I have been observing very high memory utilization for Kea VMs. In ~4 days, the memory utilization has grown from ~2 GB to close to 8GB for no good reason. I seem to be running multiple copies of processes for some reason, with stork-agent likely being the

Re: [Kea-users] High memory utilization for Kea server / Stork agent

2024-05-13 Thread Marek Hajduczenia
Looking at the historic utilization over the week you can clearly see a rather dramatic increase in memory utilization starting 5/10, with no specific changes to what the node is doing. Marek From: Marek Hajduczenia Sent: Monday, May 13, 2024 12:12 PM To: 'Kea user's list

Re: [Kea-users] Two questions regarding to kea subnet configuration

2024-05-06 Thread Marek Hajduczenia
Thank you, that is super handy ! From: Kea-users On Behalf Of Dan Geist Sent: Monday, May 6, 2024 10:17 AM To: Kea user's list Subject: Re: [Kea-users] Two questions regarding to kea subnet configuration It was actually IPv6, so:

Re: [Kea-users] Two questions regarding to kea subnet configuration

2024-05-06 Thread Marek Hajduczenia
I understand the scaling factor and just throwing it out there – it would help to have perhaps non-key ID to search for, say “name” or something in the line of, making it a more unique value to search for. From: Kea-users On Behalf Of David Farje Sent: Monday, May 6, 2024 10:13 AM To: Kea

Re: [Kea-users] [EXTERNAL] Re: Two questions regarding to kea subnet configuration

2024-05-06 Thread Marek Hajduczenia
subnets, we can use our tools to manipulate those information much easier and people who use them will understand easier. It’s better we have another non-key ID as Marek suggested. Best Regards, Yu From: Kea-users mailto:kea-users-boun...@lists.isc.org> > on behal

Re: [Kea-users] kea-dhcpv6 won't offer adresses to clients

2024-05-10 Thread Marek Hajduczenia
I am sorry, I cannot process this information dump in its current format. If you want to send / attach logs and config files via text files + perhaps a packet capture on the affected interface, I will be happy to look at it Marek -Original Message- From: Kea-users On Behalf Of Django