Community discussions

MikroTik App
 
ERC
just joined
Topic Author
Posts: 2
Joined: Wed Sep 23, 2020 10:15 am

Mikrotik LtAP LTE6 - DNS problem LTE AP

Wed Sep 23, 2020 10:53 am

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
 
User avatar
evince
Member
Member
Posts: 355
Joined: Thu Jul 05, 2012 12:11 pm
Location: Harzé - Belgique
Contact:

Re: Mikrotik LtAP LTE6 - DNS problem LTE AP

Wed Sep 23, 2020 12:57 pm

Hello, the best is to post your config here : /export hide-sensitive
 
ERC
just joined
Topic Author
Posts: 2
Joined: Wed Sep 23, 2020 10:15 am

Re: Mikrotik LtAP LTE6 - DNS problem LTE AP

Thu Sep 24, 2020 8:43 pm

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

 
User avatar
SiB
Forum Guru
Forum Guru
Posts: 1888
Joined: Sun Jan 06, 2013 11:19 pm
Location: Poland

Re: Mikrotik LtAP LTE6 - DNS problem LTE AP

Fri Sep 25, 2020 3:06 am

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

Who is online

Users browsing this forum: No registered users and 16 guests