Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ndom91

#1
Just wanted to mention that I had the exact same experience as the OP.

I initially started an upgrade from 23.7 to 24.1 via the web UI. After the first reboot, while the interfaces were up, the web ui wasn't and netiher were things like the dns server (unbound). So I opened up the VM console in proxmox and saw the same error message..


ld-elf.so.1: Shared object "libcrypto.so.11" not found, required by "php"


Fortunately I had made a snapshot right before attempting the update, so I restored to that and then tried the update again via the termianl (option 12 in the root menu). That worked right off the bat!
#2
Quote from: tessus on January 29, 2024, 06:58:40 AM
Quote from: newsense on January 20, 2024, 04:11:35 AM
There were no plans for migrating the existing DHCP data to Kea as far as I now.

This certainly is a deal breaker. I do have more than 50 DHCP Static Mappings on about 20 VLANs. I am not really inclined to recreate all of them manually.

It looks like the ISC has put up a config file migration assistant. I took my `/var/dhcpd/etc/dhcpd.conf` and pasted the contents into the webapp and it kicked out a valid Kea config

https://dhcp.isc.org

EDIT: I couldn't find where the kea config was saved, i.e. where to paste in the new config. But I did find that they allwoed reservations imported via CSV in the opnsense Kea page. The format is:


ip_address,hw_address,hostname,description


EDIT 2: Looks like its /usr/local/etc/kea/kea-dhcp4.conf

Be careful pasting it in directly though, the Kea migration assistant config doesn't include any interface info. You'll definitely have to go through and do some updates based on the autogenerated original kea config at the path above ^