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 - Amicably6896

#1
Quote from: Patrick M. Hausen on February 22, 2026, 02:29:54 PMDoes it work if you just restart the DHCP service?

Sorry, I didnt see your response until now.  No, restarting the DHCP v4 service does not allow new DHCP reservations to get internet.  In fact, I tried restarting all services shown on the dashboard and still no internet.  The only thing that works is to reboot the router which is a 3-4 minute internet outage.  It is frustrating for sure.

Likely I will build a second router and re-create all my configs and go thru setting up Kea DHCP since ISC is deprecated anyways.
#2
Hey I appreciate the response, but I think I may have obfuscated the real question by explaining how my setup works.

What I'm trying to sort out is why newly reserved IPs won't get internet until I reboot the firewall. This is new behavior in the last few months or so. I shouldn't have to reboot for a valid DHCP IP to get out to the internet.
#3
OPNsense 26.1.2 (although this was a problem on various 25xx versions)
ISC DHCPV4 (not sure this is relevant)

In order to keep my kids from using private MACs to get internet at night (I have schedules enabled), my lan DHCP scope is a /23.  I have my DHCP server set to give IPs out from the second /24. That /24 is blocked in the firewall.  Essentially, if a new MAC connects, it won't get internet until I make a DHCP reservation and put the IP in the first /24.  This has worked for years up until a few months ago, so I believe this setup is largely irrelevant.

Sometime in the last few months, I started having issues that IPs that I manually assign an IP from the first /24 that "should" have internet, they will not have internet until the firewall is rebooted.  This behavior is very odd and I don't think this is normal.  Is this a normal setting that I just don't know about, or is something messed up?
#4
Sorry for the late reply.  I fixed it by switching my docker network from IPVLAN to MACVLAN and adding DHCP reservations for each container MAC in the router DHCP table.
#5
My firewall was offline for about 4 months due to shipping, I believe the old version was probably 25.1.6 or close to it, and I just upgraded it to current [25.7.4].  Before I upgrade, all my docker containers that have static IPs could access the internet.  After the upgrade, they can't.  So something changed but I don't know what it is.  The docker network uses ipvlan which doesn't allow setting MAC addresses for the static IPs so pulling an IP from DHCP is not an option. 

I tried changing to macvlan on the docker host but that had it's own issues which are separate from this problem. 

If I change the network setting on the docker containers to use the docker host IP, then the router can ping them and vice versa. 

Does anyone know what setting in the firewall would cause this behavior.  Of note, I have two other docker hosts running exactly the same way but using pfsense router, and this behavior does not occur.

Thanks!