[Kea-users] License related query

2020-08-21 Thread Mayank Tiwari
Hi, I wanted to inquire about the license for SO present at https://transactions.sendowl.com/packages/710367/7A9FC6FF/view Please let me know whom to contact for it. Thanks and Regards, Mayank ___ ISC funds the development of this software with paid

[Kea-users] KEA bind issue

2020-07-14 Thread Mayank Tiwari
Hi, I have a kea kubernetes pod which we need to redeploy in few scenarios. At rare times I have seen following issue: 2020-07-10 16:11:02.655 WARN [kea-dhcp6.dhcpsrv/1] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: Failed to open unicast socket on interface bond0, reason: Failed to bind soc

Re: [Kea-users] isc_kea: Reuse same IP for a host

2020-06-02 Thread Mayank Tiwari
getting triggered. Thanks, Mayank On Tue, Jun 2, 2020 at 11:39 AM Mayank Tiwari wrote: > Hi, > > We have requirement to use same IPv6 for the host after the reboot of > the host. What we have observed is that every SOLICIT message results in > allocation of new IP to the host. &g

[Kea-users] isc_kea: Reuse same IP for a host

2020-06-02 Thread Mayank Tiwari
Hi, We have requirement to use same IPv6 for the host after the reboot of the host. What we have observed is that every SOLICIT message results in allocation of new IP to the host. First solicit: 2020-06-02 14:29:41.499 DEBUG [kea-dhcp6.alloc-engine/1] ALLOC_ENGINE_V6_ALLOC_UNRESERVED no static

Re: [Kea-users] Kea hook lease6_select callback not getting called at times

2019-09-29 Thread Mayank Tiwari
Thanks Francis for your response. I have also checked the code and found the following code logic: File: alloc_engine.cc Function: void AllocEngine::allocateReservedLeases6(ClientContext6& ctx, Lease6Collection& existing_leases) If there is existing lease for t

[Kea-users] Kea hook lease6_select callback not getting called at times

2019-09-26 Thread Mayank Tiwari
Hi, In our software component I have the requirement to get the IP address allocated to the host using kea dhcp server. In my original implementation I was using lease6_select callback to get that information. However, while testing figured out that lease6_select callback is not called at all ti

[Kea-users] Compilation of ISC DHCP code

2019-06-19 Thread Mayank Tiwari
Hi, I am trying to compile ISC DHCP code as I want to use relay feature from it. When I compile the code from ftp://ftp.isc.org/isc/dhcp/4.4.1/dhcp-4.4.1.tar.gz link it works fine. However, when I try to checkout the code from git and compile it fails. I check out the code from https://github

[Kea-users] Kea with hook

2019-04-15 Thread Mayank Tiwari
Hi, I was trying to make hook work on kea version 1.5.0. I have picked the sample hook code from https://github.com/zorun/kea-hook-runscript and was trying it out. The hook code compiles successfully. However, when I run the code I get following error: root@fc8f2167ca26:/src/build_ws/kea-code#

[Kea-users] Kea dhcp sever not responding with advertise

2019-03-05 Thread Mayank Tiwari
Hi, I have started the kea dhcp server for v6 at IP address . When I send the solicit packet to DHCP server the packet reaches the DHCP server as I can see it in the packet capture of DHCP server. The command used to send solicit is from the client is: perfdhcp -6 -r 1 -R 1 -n 1 -L 1026 How

[Kea-users] Kea as a DHCP relay

2019-03-04 Thread Mayank Tiwari
Hi, I wanted to configure Kea as an DHCP relay. I searched for documents/ instructions for it but could not find any. Can anyone please point me to the document which has instruction on how to configure kea as dhcp relay. Thanks and Regards, Mayank ___