Quote from: somanet on June 12, 2026, 10:57:34 AMIs that a typo in the dhcp server address, which is different to the address assigned to the client?Quote from: sopex on June 12, 2026, 10:07:52 AMMy Current RangeQuote from: somanet on June 12, 2026, 09:55:39 AMHave set the range and lease time but its not picking the new leases its still using old configurations
You need to tell the local clients to renew their lease manually.
For Windows:
ipconfig /release
ipconfig /renew
But you need to do some research and use AI. Its great for these kinds of things.
192.168.2.101 - 192.168.2.200
what am getting
eferred)
IPv4 Address. . . . . . . . . . . : 192.168.0.171(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Lease Obtained. . . . . . . . . . : 12 June 2026 11:48:37
Lease Expires . . . . . . . . . . : 12 June 2026 13:48:36
Default Gateway . . . . . . . . . : fe80::f690:eaff:fe01:fb24%17
192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
Quote from: cookiemonster on June 12, 2026, 11:39:59 PMIMHO running any system without swap is not a very good idea. If the system needs it for any reason, it is best for it to have it than not.
Quote from: sopex on June 12, 2026, 11:34:16 PMYes, let the defaults be. You don't need swap.IMHO running any system without swap is not a very good idea. If the system needs it for any reason, it is best for it to have it than not.
Quote from: Patrick M. Hausen on June 12, 2026, 09:59:00 PMupdate - I can confirm there might be an interoperability problem with Mikrotik devices and FreeBSD/OPNsense concerning LACP.I think I can confirm this :
Since I changed the LACP timeout from 1s/fast to 30s/slow on both sides and disabled "strict" mode on the OPNsense side the connection now seems to be stable.
On the Mikrotik side there is nothing to adjust but the timeout. I also disabled flowid explicitly on OPNsense but if I am not mistaken that was the default all the time, anyway.
Quote from: Seimus on June 12, 2026, 11:05:43 PMYea the fast timeout cross vendor is always problematic.When I use to build a lot of Linux Bonding LACP links we use to set this :
This is not only applying for FBSD & Mikrotik, but as well other vendors.
Quotebond-lacp-rate rateTo SLOW too :)
Denotes the rate of LACPDU requested from the peer.
The rate can be given as string or as numerical value.
Valid values are slow (0) and fast (1). The default is slow.
Quotebond-miimon intervalWas always set at 100 IIRC...
Denotes the MII link monitoring frequency in milliseconds.
This determines how often the link state of each slave is inspected for link failures.
A value of zero disables MII link monitoring. The default is 0.