Bom dia, migrei a pouco tempo meu parque para o OPNSense, no servidor DHCP não tem uma opção para limpar todas as concessões, como tinha no PFSense, existe outra maneira de fazer?
Select Interfaces -> WAN from the GUI
Select Advanced under DHCP client configuration
In the Option Modifiers box add supersede dhcp-lease-time xxx
Where xxx is your desired lease time in seconds. dhclient will attept to renew when 50% of the lease time has elapsed.
https://forum.opnsense.org/index.php?topic=20323.0
Quote from: yakko on May 04, 2024, 05:34:09 AM
Select Interfaces -> WAN from the GUI
Select Advanced under DHCP client configuration
In the Option Modifiers box add supersede dhcp-lease-time xxx
Where xxx is your desired lease time in seconds. dhclient will attept to renew when 50% of the lease time has elapsed.
https://forum.opnsense.org/index.php?topic=20323.0
Ok, tks!!!