hi
I have mikrotik device with routeros 6v
there is a dhcp-server with many leases
sometime the pc gets its ip address, but in dhcp-server there no entry in leases, but it is in arp table, and pc work with network is stable
How to force dhcp-server show me such entry?
Or maybe I don’t undarstand something?
/ip dhcp-server
add add-arp=yes address-pool=Vlan20pool authoritative=after-2sec-delay disabled=no interface=Vlan20 lease-time=1d name=serverVlan20
/ip dhcp-server network
add address=192.168.20.0/22 dns-server=192.168.20.11,192.168.20.12 netmask=22 ntp-server=192.168.5.1