Hello everyone, I have an RB4011 within the network on which I run a DHCP server. Especially recently, what happens is that the client randomly gets lost and cannot find the IP address (which is statically assigned to it via DHCP). Clients are usually other Mikrotik devices. The client looks for an IP from DHCP Servef for hours. Only restarting one of the devices helps. The interesting thing is that I have another RB4011 in the network running DHCP Server and it has the same problem. I have versions 7.13 and 6.49.
Here is config of DHCP Server of one of my RB4011:
/ip dhcp-server
add address-pool=dhcp interface=bridge1 lease-time=10m name=dhcp1
/ip dhcp-server network
add address=10.20.1.0/24 dns-server=192.168.10.10,8.8.8.8 gateway=10.20.1.1 \
netmask=24
I also have some hexS with a similar configuration and it works there without any problems.
Does anyone know what could be the problem and how to solve it?
Thank you very much in advance.