DHCP always-broadcast flag

Started by clustev, May 18, 2020, 02:49:11 PM

Previous topic - Next topic
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

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.

Maybe someone helps my solution.
I have OPNSense installed in VMWare Workstation on Windows Server 2012R2 with NIC Team Vlans.
I was trying to play with  Interfaces => Settings flags like Hardware CRC, Hardware TSO, Hardware LRO and VLAN Hardware Filtering. Disabling VLAN Hardware Filtering give me working DHCP Server.

August 20, 2020, 10:42:32 AM #2 Last Edit: August 20, 2020, 10:53:48 AM by clustev
Configuration still don`t work correctly. Any ideas?
Since OPNsense 20.1.2 released
o system: drop unused services.inc and diag_logs_template.inc
Where is dhcp server setting now?