Hello,
I am in a phase of migration ISC DHCPD into kea and I am suffering several
problems in ipv6 address assignment.
- I used to assign same ipv6 address for the same machine which was dial boot
linux/windows. It was possible by assigning same ipv6 address to both DUIDs
before. But in kea th
n/latest/arm/dhcp6-srv.html?highlight=unique#multiple-reservations-for-the-same-ip
>
> --Dan
>
> On Tue, Oct 18, 2022 at 1:15 PM Marek Greško via Kea-users
> wrote:
>
>> Hello,
>>
>> I am in a phase of migration ISC DHCPD into kea and I am suffering several
&
st/arm/dhcp6-srv.html?highlight=unique#multiple-reservations-for-the-same-ip
>
> --Dan
>
> On Tue, Oct 18, 2022 at 1:15 PM Marek Greško via Kea-users
> wrote:
>
>> Hello,
>>
>> I am in a phase of migration ISC DHCPD into kea and I am suffering several
>>
Hello,
I was using ISC DHCP server and used the group concept to define common
parameters for a group of clients. I found this concept very convenient. Is it
possible to define something like group in the kea dhcp server reservations or
should I define specific parameters to every host in reser
Hmm, I would expect reservations are not offered if not within the subnet.
M.
Sent with Proton Mail secure email.
--- Original Message ---
On Wednesday, October 19th, 2022 at 19:12, perl-list
wrote:
>
> - Original Message -
>
> > From: "Marek Grešk
rek Greško via Kea-users wrote:
>
> > I was using ISC DHCP server and used the group concept to define
> > common parameters for a group of clients. I found this concept very
> > convenient. Is it possible to define something like group in the kea
> > dhcp server reservatio
.
--- Original Message ---
On Wednesday, October 19th, 2022 at 19:12, perl-list
wrote:
>
> - Original Message -
>
> > From: "Marek Greško via Kea-users" kea-users@lists.isc.org
> > To: "Dan Oachs" doa...@gac.edu
> > Cc: "kea-users&q
-the-same-ip
>
> --Dan
>
> On Tue, Oct 18, 2022 at 1:15 PM Marek Greško via Kea-users
> wrote:
>
>> Hello,
>>
>> I am in a phase of migration ISC DHCPD into kea and I am suffering several
>> problems in ipv6 address assignment.
>>
>> - I used to ass
kt4.mac == xxxx or .... )
>
> Cheers,
> Veronique
>
> > On 19/10/2022 20:51 Marek Greško via Kea-users kea-users@lists.isc.org
> > wrote:
> >
> > Yes of course, I am aware of the include concept. So the group concept is
> > definitely not here. I thought
Hello,
i get some strange results when starting kea-dhcp6 on boot of Fedora 36.
I see logs:
DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: Failed to open multicast socket
on interface ..., reason: Failed to
open link-local socket on interface ...: Failed to bind socket 19 to
fe80::...:/po
51, Peter Davies wrote:
> Hi Marek,
>
> What happens if you start Kea manually from the command line?
>
> /Peter
>
> On 21/10/2022 09.40, Marek Greško via Kea-users wrote:
>
>> Hello,
>>
>> i get some strange results when starting kea-dhcp6 on boot of Fe
Hello,
kea-dhcp6 complains abuout ip_vti0 interface down
2022-11-17 01:15:25.038 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384]
DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: the interface ip_vti0 is down
2022-11-17 01:15:30.713 WARN [kea-dhcp6.dhcpsrv/2451.140297934552384]
DHCPSRV_OPEN_SOCKET_F
Hello,
I was observing similar issues. I currently workarounded it by setting:
"service-sockets-require-all": false,
"service-sockets-max-retries": 1000,
"service-sockets-retry-wait-time": 1
I am not sure the workaround is good enough, but I did not observ
If you update slave DNS server by DDNS you would probably get rejected as it is
not authoritative for the zone. So I would say it is neither DNS nor Kea issue
but parameters returned by kea should be changed to honor DDNS updates towards
the primary DNS server.
Marek
--- Original Message -
Hello Albert,
I am not a real expert on kea, but I can add my 2 cents. We have been using
dhcpd, which config was generated by shell script. So we only modified it to
generate kea config. The main advantage of kea compared to dhcpd is that kea
enables you to include another config file using
Hello,
- can I add a lease with an IP of a given subnet but outside of a particular
pool?
Yes for sure. If the lease exists it takes precedence even before an existing
reservation which makes a headache for me.
- does kea actually use the lease to assign the IP? I mean, can this feature be
us
e? Or the offline
> status of the target host will cause the lease to be deleted anyways?
>
> Best,
> Nicolò.
>
> Il giorno ven 12 gen 2024 alle ore 10:31 Marek Greško via Kea-users
> ha scritto:
>
>> Hello,
>>
>> - can I add a lease with an IP of a given sub
, January 15th, 2024 at 15:23, Albert Shih
wrote:
> Le 12/01/2024 à 06:34:22+0000, Marek Greško via Kea-users a écrit
>
> Hi,
>
> > I am not a real expert on kea, but I can add my 2 cents. We have been
> > using dhcpd, which config was generated by shell script. So we only
>
Hello Cristina,
dhcpv6 does not match on MAC address. You should match on DUID. You can find
the correct DUID for the client in the leases file.
So the reservation should look like this:
{"hostname": “X”,”duid": “00:01:00:.:XX:YY:ZZ:AA:00:0o”,”ip-addresses":
["2001:760:422c:35::XYZ”] }
Hello Marek,
kea listens on UDP socket only for port 546. You should not use -t flag with
netstat which shows only TCP.
Marek
On Tuesday, April 23rd, 2024 at 17:42, mxhajducze...@gmail.com
wrote:
> I wonder whether it has anything to do with the fact that DHCPv6 process does
> not seem to l
Hello,
I am running a kea-2.6.1 server. I want one of the hosts to be roaming, i. e.
to be able to connect by the network cable to two different vlans by selecting
the plug.
I am able to setup it for ipv4, but for ipv6 I get error: failed to add new
host using the D
UID .. to the IPv6 subn
Thursday, August 22nd, 2024 at 14:17, Marek Greško via Kea-users
wrote:
> Hello,
>
> I am running a kea-2.6.1 server. I want one of the hosts to be roaming, i. e.
> to be able to connect by the network cable to two different vlans by
> selecting the plug.
>
> I am able to s
> Thank you,
> Darren Ankney
>
> On Thu, Aug 22, 2024 at 8:22 AM Marek Greško via Kea-users
> kea-users@lists.isc.org wrote:
>
> > Hello,
> >
> > sorry, probably different problem here:
> >
> > I just realized, in the second vlan I have another definiti
of the option in the reservation?
Thanks
Marek
Sent with Proton Mail secure email.
On Friday, August 23rd, 2024 at 7:19, Marek Greško via Kea-users
wrote:
> Hello,
>
> is it a limitation of kea or of the dhcp6 protocol? What is IAID then for?
> The IAIDs are different.
>
&g
t believe there is a way to assign a reservation to an IAID. I
> also cannot think of a way to use multiple keys for a reservation.
>
> Thank you,
> Darren Ankney
>
> On Sat, Aug 24, 2024 at 11:59 AM Marek Greško via Kea-users
> kea-users@lists.isc.org wrote:
>
> >
> Darren Ankney
>
> On Sun, Aug 25, 2024 at 6:38 AM Marek Greško via Kea-users
> kea-users@lists.isc.org wrote:
>
> > I am pretty convinced the ISC DHCPD was able to do it. So the only way to
> > workaround the problem is to create separate vlan for cable connecti
nterfaces
> simultaneously)?
>
> Thank you,
> Darren Ankney
>
> On Sun, Aug 25, 2024 at 6:38 AM Marek Greško via Kea-users
> kea-users@lists.isc.org wrote:
>
> > I am pretty convinced the ISC DHCPD was able to do it. So the only way to
> > workaround the problem i
on the same
> subnet, Kea will allow the appropriate reservation to be used again because
> the lease database won't contain an entry for that IP address.
>
> On Fri, Sep 6, 2024, at 23:04, Marek Greško via Kea-users wrote:
>
> > Hello,
> >
> > is there
uot;2001:db8:ff::77"
>
> },
> {
> "hw-address": "01:02:03:04:05:06",
> "ip-address": "2001:db8:ff::78"
>
> }
> ]
>
> Thank you,
> Darren Ankney
>
> On Sun, Sep 8, 2024 at 7:47 AM Marek Greško via Kea-users
> kea-
>
> > > "reservations": [
> > > {
> > > "hw-address": "aa:bb:cc:dd:ee:ff",
> > > "ip-address": "2001:db8:ff::77"
> > >
> > > },
> > > {
> > > "hw-address": &
30 matches
Mail list logo