Community discussions

MikroTik App
 
domokelly
just joined
Topic Author
Posts: 1
Joined: Mon Feb 19, 2024 12:03 am

Wireless Access Point Help needed!

Mon Feb 19, 2024 12:20 am

Hi everyone,

I set up a Mikrotik wAP dual band access point a few years ago and I've never seemed to get decent speed from it. I'm computer savvy but I'm rubbish with networking- so I'm still not sure if my DHCP / DNS etc settings are correct.

It's connected to a Linksys 1900 ACS running Open WRT view a wired Cat 6 connection.... Essentially I just want it to extend our wireless coverage from one end of the house to the other.

I've included a copy of the configuration below- would anyone be able to tell me if I've got anything wrong? If so that would be amazing... it has literally been driving us nuts for years!!!

Many thanks in advance,

Dom.

# feb/19/2024 06:08:34 by RouterOS 6.49.13
# software id = CYS2-WGUC
#
# model = RouterBOARD wAP G-5HacT2HnD
# serial number = XXXXXXXXXXX
/interface bridge
add name=bridge1
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik wpa-pre-shared-key=XXXXXXX \
    wpa2-pre-shared-key=XXXXXXX
add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=wlan1-profile \
    supplicant-identity=MikroTik wpa-pre-shared-key=XXXXXXX \
    wpa2-pre-shared-key=XXXXXXX
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2442 \
    installation=indoor mode=ap-bridge security-profile=wlan1-profile ssid=\
   XXX24GHz station-roaming=enabled
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-Ceee \
    country=australia disabled=no frequency=auto installation=indoor mode=\
    ap-bridge security-profile=wlan1-profile ssid=XXXXXX50GHz \
    station-roaming=enabled wireless-protocol=802.11
/ip kid-control
add name=Kids
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan2
add bridge=bridge1 interface=wlan1
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface detect-internet
set detect-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=wlan2 list=LAN
add interface=wlan1 list=LAN
/ip dhcp-client
add disabled=no interface=bridge1
/system clock
set time-zone-name=Australia/Perth
/system identity
set name="Mikrotik Access Point"
Last edited by tangent on Mon Feb 19, 2024 5:52 am, edited 1 time in total.
Reason: Put config in code block

Who is online

Users browsing this forum: ecylcje and 5 guests