Re: [Kea-users] kea-dhcp4 1.4.0-P1 HA features

2018-09-18 Thread Itay Rozenberg
Original message From: Ivan Stenda Date: 9/18/18 14:02 (GMT+02:00) To: mar...@isc.org Cc: kea-users@lists.isc.org Subject: Re: [Kea-users] kea-dhcp4 1.4.0-P1 HA features Hello Marcin, thank you for your support. I have been confused by docs, sample configs on ISC sites are

[Kea-users] Cant "make" the master version with radius hook

2018-09-14 Thread Itay Rozenberg
Hi guys I'm getting this error when trying to compile the "master" version: make[8]: Entering directory `/root/install/kea/kea-1.5.0b-git/premium/src/hooks/dhcp/radius' CXX libradius_la-radius.lo radius.cc: In member function 'void isc::radius::RadiusImpl::init(isc::data::ElementPtr&)':

[Kea-users] Radius - ip reservation

2018-07-13 Thread Itay Rozenberg
Hi all Did some one managed to get it working ? I keep getting the IP address from the dynamic pool and not the ip I reserved Itay, Sent from my Samsung Galaxy smartphone. [Banner]

Re: [Kea-users] option 54

2018-05-11 Thread Itay Rozenberg
After the client gets the address from the dhcp server ,its renewing it directly to kea, i need it to renew it via the relay Original message From: "Chaigneau, Nicolas" Date: 5/11/18 11:44 (GMT+02:00) To: itay cohen ,

[Kea-users] skip timed out requests

2017-08-17 Thread Itay Rozenberg
Hello list Does someone know a way telling kea to skip requests that are waiting in the queue more then X seconds ? Thank you Itay, [Banner] Powered by U-BTech XTRABANNER Please do not enrich

Re: [Kea-users] Parsing Option 82

2017-07-04 Thread Itay Rozenberg
For the other one (remote_id) use getOption(RAI_OPTION_AGENT_REMOTE_ID). From: Kea-users [mailto:kea-users-boun...@lists.isc.org] On Behalf Of Itay Rozenberg Sent: Tuesday, July 4, 2017 5:23 PM To: 'Gokulakrishnan Gopalakrishnan' Cc: 'kea-users@lists.isc.org' Subject: Re: [Kea-users] Parsing

Re: [Kea-users] Parsing Option 82

2017-07-04 Thread Itay Rozenberg
Greetings Type 001 – circuit_id - hex, you need to convert it to ascii. (try it on this web site: http://www.rapidtables.com/convert/number/hex-to-ascii.htm ) Type 002 – remote_id - Mac address Each of them can be hex or mac address. Try this: std::string hexToAscii(std::string c) {