Mikrotik LtAP LTE6 - DNS problem LTE AP

Hi techies,

my name is Erc and for the last 2 days I’m trying to get my Mikrotik to work as an LTE AP. I have followed different Youtube tutorials, this is one of them:
https://www.youtube.com/watch?v=jk8uxlSG7Fg

Everything seems to work fine only the LAN and WLAN don’t get internet. In Windows I get the message DNS Probe Problem. I already tried to add the Filter Rules in the Firewall to block port 53 but this didn’t help. My Firmware release is v6.47.3 and I know the SIMCARD is ok because I can see it is connected and when I put it in my old TP Link router it instantly gets internet connections.

I’m really lost here, trying to get it work for many hours now, hope somebody can help me out here.

best regards,
Erc

Hello, the best is to post your config here : /export hide-sensitive

here you go :

# jan/02/1970 00:15:44 by RouterOS 6.47.3
# software id = HWDI-TQAU
#
# model = RBLtAP-2HnD
# serial number = B7260BC20AD9
/interface bridge
add name=bridge-lan
/interface list
add name=WAN
add name=LAN
/interface lte apn
add apn=open.vodafone.nl name=vodafone
/interface lte
set [ find ] apn-profiles=vodafone band=1,3,20 name=lte1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys name=Wireless supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=netherlands disabled=no mode=ap-bridge security-profile=Wireless ssid=Livestream wireless-protocol=802.11
/ip pool
add name=dhcp ranges=10.10.10.2-10.10.10.62
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge-lan name=dhcp1
/port
set 1 baud-rate=115200 name=gps
/interface bridge port
add bridge=bridge-lan interface=wlan1
add bridge=bridge-lan interface=ether1
/interface list member
add interface=lte1 list=WAN
add interface=bridge-lan list=LAN
/ip address
add address=10.10.10.1/26 interface=ether1 network=10.10.10.0
/ip dhcp-server network
add address=10.10.10.0/26 dns-server=1.1.1.1,1.0.0.1 gateway=10.10.10.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=lte1 src-address=10.10.10.0/26
/system logging
add topics=lte
/system routerboard modem
set sim-slot=3

diff

-/ip address add address=10.10.10.1/26 interface=ether1 network=10.10.10.0
+/ip address add address=10.10.10.1/26 interface=> bridge-lan > network=10.10.10.0