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

#1
Franco, thx a lot, now it works!  ;D ;D ;D
#2
20.1 Legacy Series / Re: DHCP always-broadcast flag
August 20, 2020, 10:42:32 AM
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?
#3
Where is dhcp config now in OPNsense 20.7.1-amd64?
#4
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.
#5
20.1 Legacy Series / DHCP always-broadcast flag
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

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.