Community discussions

MikroTik App
 
rpersak
just joined
Topic Author
Posts: 1
Joined: Wed Apr 04, 2018 4:59 pm

WIFI repeater - roaming problems

Mon Sep 24, 2018 8:57 am

I've been struggling with internet disruption for some time with no success.

I have 1x RB2011UiAS-2HnD router and 1x mAP lite RBMAPL-2ND PoE.

RB2011UiAS-2HnD is hooked to ISP, everything works fine.

I'd like to use mAP as repeater so I could provide coverage to whole house. They both connect and I can connect to each AP and it works, until client (phone) switches to other AP. When it switches to other AP, internet stops working for a while. Reconnect won't help. When I wait for some time it starts working.

settings on mAP:
# jan/03/1970 17:29:01 by RouterOS 6.42.7
# software id = 8QM1-I185
#
# model = RouterBOARD mAP L-2nD
# serial number = 95DA09A6A70D
/interface bridge
add fast-forward=no name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed \
    mode=dynamic-keys name=profile1 supplicant-identity="" wpa2-pre-shared-key=\
    somepassword
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=station-bridge \
    security-profile=profile1 ssid=bejgne wds-default-bridge=bridge1 wds-mode=\
    dynamic wireless-protocol=802.11
add disabled=no keepalive-frames=disabled mac-address=BA:69:F4:1B:45:2A \
    master-interface=wlan1 multicast-buffering=disabled name=wlan2 \
    security-profile=profile1 ssid=bejgne wds-cost-range=0 wds-default-cost=0 \
    wps-mode=disabled
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=wlan2
/system routerboard settings
set silent-boot=no
config on RB2011UiAS:

# sep/24/2018 07:48:32 by RouterOS 6.42.7
# software id = N81J-FP2L
#
# model = 2011UiAS-2HnD
# serial number = 8144078A9289
/interface bridge
add admin-mac=64:D1:54:63:B6:F5 arp=proxy-arp auto-mac=no igmp-snooping=yes \
    name=LAN
add admin-mac=64:D1:54:63:B6:F4 auto-mac=no fast-forward=no name=TV-vlan
/interface ethernet
set [ find default-name=ether1 ] comment=LTE-WAN disabled=yes
set [ find default-name=ether2 ] arp=proxy-arp comment=DSL-WAN
set [ find default-name=ether3 ] comment=PC
set [ find default-name=ether4 ] comment=OSMC
set [ find default-name=ether5 ] comment=TVIN-zgoraj disabled=yes
set [ find default-name=ether6 ] comment="SiOL TV"
set [ find default-name=ether7 ] comment="Philips TV"
set [ find default-name=ether8 ] disabled=yes
set [ find default-name=ether9 ] disabled=yes
set [ find default-name=ether10 ] disabled=yes
set [ find default-name=sfp1 ] disabled=yes
/interface wireless
set [ find default-name=wlan1 ] arp=proxy-arp band=2ghz-b/g/n disabled=no \
    mode=ap-bridge ssid=bejgne wds-default-bridge=LAN wireless-protocol=\
    802.11 wps-mode=disabled
/interface vlan
add interface=ether2 name=ether2-3999 vlan-id=3999
add interface=ether6 name=ether6-3999 vlan-id=3999
/interface list
add name=WAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
    dynamic-keys supplicant-identity=MikroTik wpa2-pre-shared-key=\
    somepassword
/ip pool
add name=DHCP-LAN ranges=192.168.3.3-192.168.3.254
/ip dhcp-server
add address-pool=DHCP-LAN always-broadcast=yes bootp-lease-time=lease-time \
    bootp-support=dynamic disabled=no interface=LAN lease-time=1h name=\
    DHCP-server
/ppp profile
add bridge=LAN change-tcp-mss=yes dns-server=192.168.3.1 local-address=\
    192.168.3.1 name=pptp remote-address=DHCP-LAN use-encryption=yes
add bridge=LAN change-tcp-mss=yes dns-server=192.168.3.1 local-address=\
    192.168.3.1 name=yas remote-address=192.168.3.133 use-encryption=yes
/queue simple
add disabled=yes name=PC priority=1/1 target=192.168.3.100/32
add burst-limit=256k/256k burst-time=3s/3s limit-at=256k/256k max-limit=\
    256k/256k name=yas target=192.168.3.133/32
/queue type
add kind=pfifo name=TVIN pfifo-limit=100
/queue interface
set ether5 queue=default
/queue simple
add burst-limit=0/5M burst-threshold=0/4M burst-time=0s/1s disabled=yes \
    limit-at=5M/5M max-limit=10M/5M name=OSMC queue=\
    default-small/hotspot-default target=192.168.3.223/32 time=\
    6h-23h,sun,mon,tue,wed,thu,fri,sat
add disabled=yes max-limit=0/1450k name=TVIN target=192.168.3.24/32 \
    total-queue=default
/tool user-manager customer
set admin access=\
    own-routers,own-users,own-profiles,own-limits,config-payment-gw
/caps-man manager
set ca-certificate=auto certificate=auto enabled=yes \
    require-peer-certificate=yes
/interface bridge port
add bridge=LAN interface=ether3
add bridge=LAN interface=ether4
add bridge=LAN interface=ether5
add bridge=TV-vlan interface=ether2-3999
add bridge=TV-vlan interface=ether6-3999
add bridge=LAN interface=ether6
add bridge=LAN interface=ether7
add bridge=LAN interface=wlan1
add bridge=LAN interface=ether9
add bridge=LAN interface=ether10
add bridge=LAN interface=ether8
/interface list member
add interface=ether2 list=WAN
/interface pptp-server server
set default-profile=pptp enabled=yes
/ip address
add address=192.168.3.1/24 interface=LAN network=192.168.3.0
add address=192.168.2.6/24 disabled=yes interface=ether1 network=192.168.2.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add add-default-route=no comment=Innbox dhcp-options=hostname,clientid \
    disabled=no interface=ether2 use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=192.168.3.0/24 dns-server=192.168.3.1 domain=home gateway=\
    192.168.3.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=1.1.1.1,1.0.0.1
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=ether1
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip route
add check-gateway=ping distance=1 gateway=192.168.1.1 routing-mark=\
    to_DSL_conn
add check-gateway=ping distance=1 gateway=192.168.1.1
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www address=192.168.0.0/24
set ssh port=2222
set api disabled=yes
set api-ssl disabled=yes
/ip traffic-flow
set interfaces=ether5
/system logging
add prefix="WIFI: " topics=wireless
/system ntp client
set enabled=yes primary-ntp=193.2.1.117 secondary-ntp=193.2.1.92
/system routerboard settings
set silent-boot=no

Any ideas?

Who is online

Users browsing this forum: No registered users and 15 guests