EoIP, WIN 10 DHCP problem

Hello everybody! I have got 2 sites with public IP addresses.
Point A:
M33G with DHCP (10.10.10.0/24) server enabled on Bridge interface and EoIP in the bridge too.
Point B:
M33G: LTE connection with public IP address
Bridge: eth1,2,3 and EoIP too.

If i add a dhcp client or set an address (10.10.10.50/24 ) on M33 bridge that is working fine.
If i plug a win 10 laptop to the bridge then, i can not get IP from the M33G A point.

Is it normal, or it should work ?

Thank you very much for any answer

It should work!
Just go to terminal type export and paste all config here! Hide sensitive information!

Here are the configs:

A point:

/interface bridge
add name=LAN protocol-mode=none
/interface lte
set [ find ] mac-address=AC:FF:FF:00:00:00 name=lte1
/interface eoip
add mac-address=XX:XX:XX:XX:XX:XX name=EoIP_Test remote-address=
xxxxxxxxx.sn.mynetname.net tunnel-id=0
/interface lte apn
set [ find default=yes ] apn=net default-route-distance=1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=LAN ranges=10.10.10.200-10.10.10.250
/ip dhcp-server
add add-arp=yes address-pool=LAN disabled=no interface=LAN name=LAN
/interface bridge port
add bridge=LAN broadcast-flood=no interface=ether1
add bridge=LAN broadcast-flood=no interface=ether2
add bridge=LAN broadcast-flood=no interface=ether3
add bridge=LAN broadcast-flood=no interface=EoIP_Test
/ip address
add address=10.10.10.1/24 interface=LAN network=10.10.10.0
/ip cloud
set ddns-enabled=yes ddns-update-interval=1m
/ip dhcp-server network
add address=10.10.10.0/24 dns-server=8.8.8.8,8.8.4.4 gateway=10.10.10.1
netmask=24
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=lte1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/Budapest
/system identity
set name=M33G_EoIP_A

B point:

/interface bridge
add name=LAN protocol-mode=none
/interface lte
set [ find ] mac-address=AC:FF:FF:00:00:00 name=lte1
/interface eoip
add mac-address=XX:XX:XX:XX:XX:XX name=EoIP_Test remote-address=
xxxxxxxxx.sn.mynetname.net tunnel-id=0
/interface lte apn
set [ find default=yes ] apn=net default-route-distance=1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add bridge=LAN broadcast-flood=no interface=ether1
add bridge=LAN broadcast-flood=no interface=ether2
add bridge=LAN broadcast-flood=no interface=ether3
add bridge=LAN broadcast-flood=no interface=EoIP_Test
/ip address
add address=10.10.10.50/24 interface=LAN network=10.10.10.0
/ip cloud
set ddns-enabled=yes
/ip dns
set servers=8.8.8.8,8.8.4.4
/system clock
set time-zone-name=Europe/Budapest
/system identity
set name=M33G_EoIP_B
/system routerboard settings
set auto-upgrade=yes