Hi all,
Few days ago I decided to dive in and learn a bit of networking so bought Mikrotik Chateau to use for Internet connectivity far from the city.
Seems I got LTE working, but for some reason no internet on connected clients.
Please check below for details…
Modem FW upgraded: EG12EAPAR01A06M4G
Router FW upgraded: 7.1beta2
LTE connection working:
[user@Test_Router] > /interface lte print
Flags: X - disabled; R - running
0 R name=“lte1” mtu=1500 mac-address=xx:xx:xx:xx:xx:xx
apn-profiles=internet.ht.hr allow-roaming=no network-mode=3g,lte
Ping working:
[user@Test_Router] > ping 1.1.1.1
SEQ HOST SIZE TTL TIME STATUS
0 1.1.1.1 56 51 37ms
1 1.1.1.1 56 51 35ms
sent=2 received=2 packet-loss=0% min-rtt=35ms avg-rtt=36ms max-rtt=37ms
[user@Test_Router] > ping google.com
SEQ HOST SIZE TTL TIME STATUS
0 172.217.20.14 56 112 41ms
1 172.217.20.14 56 112 74ms
sent=2 received=2 packet-loss=0% min-rtt=41ms avg-rtt=57ms max-rtt=74ms
Mobile phone is connected to WIFI, but no internet connectivity.
Configuration export below:
[umax@Test_Router] > /export hide-sensitive
aug/30/2020 11:52:51 by RouterOS 7.1beta2
software id = 7ZM1-2WZP
model = RBD53G-5HacD2HnD
serial number = xxxxxxxxxxxx
/interface bridge
add name=local
/interface lte apn
add apn=internet.ht.hr default-route-distance=1 use-network-apn=no
/interface lte
set [ find ] allow-roaming=no apn-profiles=internet.ht.hr name=lte1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” mode=dynamic-keys name=WLANsec
supplicant-identity=MikroTik
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce
country=croatia disabled=no distance=indoors mode=ap-bridge
security-profile=WLANsec ssid=ZecjaRupa wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac country=croatia disabled=no
distance=indoors mode=ap-bridge security-profile=WLANsec ssid=ZecjaRupa5G
wireless-protocol=802.11
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=local name=dhcp1
/ip vrf
add list=all name=main
/interface bridge port
add bridge=local interface=ether2
add bridge=local interface=wlan1
/ip address
add address=192.168.88.1/24 interface=local network=192.168.88.0
/ip cloud
set update-time=no
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip firewall filter
add action=accept chain=input comment=“accept established,related”
connection-state=established,related
add action=drop chain=input connection-state=invalid
add action=accept chain=input comment=“allow ICMP” in-interface=ether1
protocol=icmp
add action=accept chain=input comment=“allow Winbox” in-interface=ether1 port=
8291 protocol=tcp
add action=accept chain=input comment=“allow SSH” in-interface=ether1 port=22
protocol=tcp
add action=drop chain=input comment=“block everything else” in-interface=ether1
/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 port=2222
set api disabled=yes
set winbox address=192.168.88.0/24
/ip ssh
set strong-crypto=yes
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=Test_Router
/system routerboard settings
set cpu-frequency=auto
/tool bandwidth-server
set enabled=no
Cheers