Community discussions

MikroTik App
 
vanille
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 53
Joined: Thu Apr 29, 2021 4:48 pm

wAP ac LTE6 HELP on wifi disconnections

Wed Jul 07, 2021 2:13 am

So, finally, I installed the wAP ac LTE6 kit where the mobile signal is the best.

I am sitting 3 meters away from the MikroTIk and there is just a windows in the middle.

My Widows laptop is connected to the MikroTIk SSID @ 2.4 GHz
Windows signal icon in the taskbar is saying that the signal is very good but... sometimes internet is not available.
Investigating more, when internet is not available, I have ping fault in pinging the router itself.
So internet is not available because I can not reach the router even if Winodws says connected and with high signal.
Very strange.
I eneabled the logging on the wireless and I see:
wlan1: disconnected, extensive data loss
Noise is -107 dBm

Suggestions?
 
Cablenut9
Long time Member
Long time Member
Posts: 542
Joined: Fri Jan 08, 2021 5:30 am

Re: wAP ac LTE6 HELP on wifi disconnections

Wed Jul 07, 2021 2:14 am

Post your config with /export hide-sensitive
 
vanille
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 53
Joined: Thu Apr 29, 2021 4:48 pm

Re: wAP ac LTE6 HELP on wifi disconnections

Wed Jul 07, 2021 10:59 am

here is the config
Thanaks
# jul/07/2021 09:56:10 by RouterOS 6.48.3
# software id = GLNI-ZTMK
#
# model = RBwAPGR-5HacD2HnD
# serial number = C0080CAFB101
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX \
    country=italy disabled=no distance=indoors frequency=auto installation=\
    indoor mode=ap-bridge ssid=MikroTik-F740FB wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=\
    20/40/80mhz-XXXX country=italy disabled=no distance=indoors frequency=\
    auto installation=indoor mode=ap-bridge skip-dfs-channels=all ssid=\
    MikroTik-F740FC wireless-protocol=802.11
/interface bridge
add admin-mac=48:8F:5A:F7:40:F9 auto-mac=no comment=defconf name=bridge
/interface lte
set [ find ] allow-roaming=no name=lte1 network-mode=lte
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] apn=ibox.tim.it
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
    dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=------------ \
    wpa2-pre-shared-key=----------
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=lte1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN
/system clock
set time-zone-name=Europe/Rome
/system logging
add topics=wireless
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
/tool sms
set port=lte1 receive-enabled=yes

Who is online

Users browsing this forum: Amazon [Bot] and 40 guests