1
20.1 Legacy Series / DHCP always-broadcast flag
« on: May 18, 2020, 02:49:11 pm »
Hello.
I’m new at OPNSense.
In legacy version of OPNSense 19.x i had a problem with DHCP. On my infrastructure, the DHCP server only works correctly with the always-broadcast flag.
Previously, I was able to resolve the issue by manually editing the file /usr/local/etc/inc/services.inc
I’m new at OPNSense.
In legacy version of OPNSense 19.x i had a problem with DHCP. On my infrastructure, the DHCP server only works correctly with the always-broadcast flag.
Previously, I was able to resolve the issue by manually editing the file /usr/local/etc/inc/services.inc
Code: [Select]
authoritative;
subnet 172.16.0.0 netmask 255.255.255.0 {
always-broadcast on; THIS
max-lease-time 3600;
default-lease-time 1800;But now, after updating to the latest version of this file, I am not at a loss and how to resolve this issue. I would be very grateful if someone could tell where in the new version of OPNSense you can do this.

