Re: [Kea-users] Adding pxe with uefi

2023-02-21 Thread Stephen Berg (Code 7309) via Kea-users
be to go to the iPXE shell (CTRL-b) and then  specify the boot commands manually there.   Damyan On 16. Feb 2023, at 17:58, Stephen Berg (Code 7309) via Kea-users wrote: On 2/16/23 10:03, Stephen Berg (Code 7309) via Kea-users wrote: On 2/16/23 08:22, Yordanov, Damyan wrote: Hi

Re: [Kea-users] Adding pxe with uefi

2023-02-16 Thread Stephen Berg (Code 7309) via Kea-users
On 2/16/23 08:22, Yordanov, Damyan wrote: Hi! […]     "client-classes":     [       { "name": "XClient_iPXE", "test": "substring(option[77].hex,0,4) == 'iPXE'", "boot-file-name": "http://192.168.10.4/ipxe/boot.ipxe; },       { "name": "UEFI-32-2",    "test": "substring(option[60].hex,0,20) ==

[Kea-users] Adding pxe with uefi

2023-02-16 Thread Stephen Berg (Code 7309) via Kea-users
kea-1.8.0-2 running on a Rocky Linux 8.7 system. I've got a good setup for leasing out IP addresses on my network and also pxeboot'ing BIOS based systems into a Rocky Linux/CentOS kickstart install. I need to start doing the same install procedure for systems that only support uefi booting. 

[Kea-users] client_id in the leases files

2022-03-16 Thread Stephen Berg, Code 7309 via Kea-users
I've noticed that most if not all of my linux clients do not send anything in the lease request for client_id. The iDracs in my Dell servers and MacOS systems all seem to end up with the hardware address showing in the client_id field of /var/log/dhcp4.leases but none of the linux clients.

Re: [Kea-users] Logging reserved addresses

2022-03-08 Thread Stephen Berg, Code 7309 via Kea-users
Nevermind, looks like it already does.  I was looking at an old log file from before I moved the leases file to a different subdirectory. On 3/8/2022 7:36 AM, Stephen Berg, Code 7309 via Kea-users wrote: Is there any way to get /var/log/dhcp4.leases to also track reserved addresses?  I'd just

[Kea-users] Logging reserved addresses

2022-03-08 Thread Stephen Berg, Code 7309 via Kea-users
Is there any way to get /var/log/dhcp4.leases to also track reserved addresses?  I'd just like to be able to see those along with the leases that come out of the pool. -- Stephen Berg, IT Specialist, Ocean Sciences Division, Code 7309 Naval Research Laboratory W: (228) 688-5738 DSN: (312)

Re: [Kea-users] How to add a second subnet?

2022-03-03 Thread Stephen Berg, Code 7309 via Kea-users
make it easier. --Dan On Thu, Mar 3, 2022 at 7:21 AM Stephen Berg, Code 7309 via Kea-users wrote: I've gotten kea working on one subnet.  Doing installs with pxeboot is functioning as needed.  My next step is start migrating other subnets from their dhcp into this. Right now

[Kea-users] How to add a second subnet?

2022-03-03 Thread Stephen Berg, Code 7309 via Kea-users
I've gotten kea working on one subnet.  Doing installs with pxeboot is functioning as needed.  My next step is start migrating other subnets from their dhcp into this. Right now we've got dhcp servers on each subnet and my plan is to consolidate into one server and relay agents on the other

Re: [Kea-users] KEA and pxeboot

2022-02-28 Thread Stephen Berg (Code 7309) via Kea-users
On 2/28/22 07:38, Stephen Berg (Code 7309) via Kea-users wrote: The kea server and this client are both on the same subnet. dhcp-socket-type is set to "raw". I think I found the problem.  I'm setting up kea to be dhcp for about 5 or 6 subnets.  Eventually I'll set up relay agents on

Re: [Kea-users] KEA and pxeboot

2022-02-28 Thread Stephen Berg (Code 7309) via Kea-users
interface and is dhcp-socket-type “raw”? Kind Regard Peter *From: *Stephen Berg, Code 7309 via Kea-users <mailto:kea-users@lists.isc.org> *Sent: *Saturday, 26 February 2022 14.21 *To: *kea-users@lists.isc.org *Subject: *Re: [Kea-users] KEA and pxeboot Can someone weigh in on why this

Re: [Kea-users] KEA and pxeboot

2022-02-26 Thread Stephen Berg, Code 7309 via Kea-users
tid=0x396c44b0, from interface eth0: no suitable subnet configured for a direct client The client system never gets an IP and of course never starts into the pxeboot process. On 2/23/2022 9:17 AM, Stephen Berg, Code 7309 via Kea-users wrote: Where can I find documentation on setting up pxebootin

Re: [Kea-users] Re! Kea-users] KEA and pxeboot

2022-02-23 Thread Stephen Berg, Code 7309 via Kea-users
I typically set up a new system to have a reserved lease and pxeboot it for the install.  After the install is complete and the system is working I remove the pxeboot part for that host and it remains as a reserved lease. On 2/23/2022 1:23 PM, Bob McDonald wrote: Does this have anything to do

Re: [Kea-users] KEA and pxeboot

2022-02-23 Thread Stephen Berg, Code 7309 via Kea-users
On 2/23/2022 9:17 AM, Stephen Berg, Code 7309 via Kea-users wrote: Where can I find documentation on setting up pxebooting to do linux installs?  I'm running kea-1.8.0-2 on Rocky Linux 8.5.  I want to be able to pxeboot different OS's like centos 7.x, rocky 8.x and future releases.  The tftp

[Kea-users] KEA and pxeboot

2022-02-23 Thread Stephen Berg, Code 7309 via Kea-users
Where can I find documentation on setting up pxebooting to do linux installs?  I'm running kea-1.8.0-2 on Rocky Linux 8.5.  I want to be able to pxeboot different OS's like centos 7.x, rocky 8.x and future releases.  The tftp-server is installed and setup, syslinux packages are installed. 

Re: [Kea-users] DHCPSRV_NO_SOCKETS_OPEN problem

2022-02-18 Thread Stephen Berg, Code 7309 via Kea-users
ri, Feb 18, 2022 at 8:33 AM Stephen Berg, Code 7309 via Kea-users wrote: I'm evaluating kea 1.8 to eventually integrate into my network. I've got 6 subnets that I'll be managing eventually.  Relay agents will be on all but one subnet. An initial install and test setup with mysql

[Kea-users] DHCPSRV_NO_SOCKETS_OPEN problem

2022-02-18 Thread Stephen Berg, Code 7309 via Kea-users
I'm evaluating kea 1.8 to eventually integrate into my network.  I've got 6 subnets that I'll be managing eventually.  Relay agents will be on all but one subnet. An initial install and test setup with mysql backend went okay but I have one show stopper problem now. Whenever I start the