doas grep lease /etc/dhcpd.conf
default-lease-time 3600;
max-lease-time 3600;
LOG
Repeated every 15 seconds:
May 24 19:58:34 dhcpd[91838]: DHCPREQUEST for 192.168.1.31 from 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPACK on 192.168.1.31 to 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPDISCOVER from 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPOFFER on 192.168.1.31 to 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPDISCOVER from 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPOFFER on 192.168.1.31 to 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPREQUEST for 192.168.1.31 from 48:a9:8a:9c:1d:4b via vether0
May 24 19:58:34 dhcpd[91838]: DHCPACK on 192.168.1.31 to 48:a9:8a:9c:1d:4b via vether0
ssh 192.168.1.31 ‘/ip/dhcp-client/print detail’
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; defconf
interface=bridgeLocal add-default-route=yes default-route-distance=1
use-peer-dns=yes use-peer-ntp=no dhcp-options=hostname,clientid
status=error address=192.168.1.31/24 gateway=192.168.1.1
dhcp-server=192.168.1.3 primary-dns=192.168.1.3
secondary-dns=192.168.1.1 expires-after=7m58s
I see the expires-after is nearing completion.
I am waiting for the expiration date to see what happens.
I also see “status=error”, also present in the previous report.
Have you checked out the new v7.15 that dropped today? If you’re still having trouble and since this is just a user forum, I suggest sending in a bug report to ‘support@mikrotik.com’.