DHCP server weird behaviour continously seeing DHCP offer

Hi,

MikroTik is sending continuous DHCP offer messages even are successful DHCP allocations.

On Log we can see unsuccessful allocation, my clients are working fine unless ACK is not reaching the server. DCHP request is coming through EOIP tunnel.

Any help or guidance will be greatly appreciated.

Lease.PNG
Capture.PNG

# sep/18/2022 11:42:48 by RouterOS 7.5
# software id =
#
/interface ethernet
set [ find default-name=ether1 ] disable-running-check=no
set [ find default-name=ether2 ] disable-running-check=no
/interface eoip
add mac-address=02:77:89:1C:A8:E7 name=eoip-tunnel1 remote-address=192.168.1.175 tunnel-id=10
/disk
set sata1 disabled=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=pool1 ranges=192.168.10.100-192.168.10.254
add name=dhcp_pool1 ranges=192.168.10.2-192.168.10.254
/ip dhcp-server
add address-pool=dhcp_pool1 interface=eoip-tunnel1 name=dhcp1
/ip hotspot
add address-pool=pool1 interface=eoip-tunnel1 name=server1
/port
set 0 name=serial0
set 1 name=serial1
/ipv6 settings
set max-neighbor-entries=15360
/ip address
add address=192.168.1.209/24 interface=ether1 network=192.168.1.0
add address=10.29.0.20/24 interface=ether2 network=10.29.0.0
add address=192.168.10.1/24 interface=eoip-tunnel1 network=192.168.10.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.10.0/24 dns-server=8.8.8.8 gateway=192.168.10.1 netmask=24
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add chain=input comment=Tunnels protocol=gre
add action=accept chain=forward connection-state=established,related
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat out-interface=ether1 src-address=192.168.10.0/24
/ip route
add disabled=no dst-address=10.50.0.0/24 gateway=10.29.0.1 routing-table=main suppress-hw-offload=no
/system clock
set time-zone-name=Europe/London
/tool sniffer
set file-limit=50KiB filter-interface=eoip-tunnel1 streaming-enabled=yes streaming-server=\
    192.168.1.156