I decided to grab a Mikrotik CapAX in order to get some experience configuring their APs, all well as to see how the 'Tik wifi really performs. I've seem plenty of people declare that it is less than amazing, while others say that it works just fine for them. It was a little weird to put my head around but I think I've at least understood the concept? Undoubtedly there is much for me to learn. And before someone screams at me, I left the freq settings to auto just because I was merely trying to get things to work before I fine tune. One immediate question is why my phone is able to see the Homestar2 and Strongbad2 networks (5ghz) while my laptop is unable to but sees the 2ghz networks just fine. Laptop is able to see 5ghz on my Unifi AP AC PRO running OPENWRT just fine. It is a freq or bandwidth issue? Appreciate the help and criticism in advance.
Config is as follows:
Code: Select all
# 2023-09-18 16:00:53 by RouterOS 7.11.2
# software id = IILR-ELWI
#
# model = cAPGi-5HaxD2HaxD
# serial number = Nunya
/interface bridge
add name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether2 ] poe-out=off
/interface wifiwave2
set [ find default-name=wifi2 ] channel.band=2ghz-ax .width=20mhz \
configuration.country="United States" .mode=ap .ssid=Homestar disabled=no \
name=Homestar2Ghz security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=all \
.width=20/40/80mhz configuration.country="United States" .mode=ap .ssid=\
Homestar2 disabled=no name=Homestar5Ghz security.authentication-types=\
wpa2-psk,wpa3-psk
add configuration.mode=ap .ssid=Trogdor disabled=no mac-address=\
4A:A9:8A:CA:1B:31 master-interface=Homestar2Ghz name=IoT2Ghz \
security.authentication-types=wpa2-psk,wpa3-psk
add configuration.mode=ap .ssid=Strongbad disabled=no mac-address=\
4A:A9:8A:CA:1B:30 master-interface=Homestar2Ghz name=Strongbad2Ghz \
security.authentication-types=wpa2-psk,wpa3-psk
add configuration.mode=ap .ssid=Strongbad2 disabled=no mac-address=\
4A:A9:8A:CA:1B:2E master-interface=Homestar5Ghz name=Strongbad5Ghz \
security.authentication-types=wpa2-psk,wpa3-psk
/interface vlan
add interface=bridge1 name=MGMT vlan-id=100
/interface list
add include=all name=Access
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=Homestar2Ghz pvid=160
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=Homestar5Ghz pvid=160
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=Strongbad2Ghz pvid=120
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=IoT2Ghz pvid=200
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=Strongbad5Ghz pvid=120
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=*12 pvid=200
/ip neighbor discovery-settings
set discover-interface-list=all
/interface bridge vlan
add bridge=bridge1 tagged=ether1,bridge1 vlan-ids=100
add bridge=bridge1 tagged=ether1 untagged=Strongbad2Ghz,Strongbad5Ghz \
vlan-ids=120
add bridge=bridge1 tagged=ether1 untagged=Homestar2Ghz,Homestar5Ghz vlan-ids=\
160
add bridge=bridge1 tagged=ether1 untagged=IoT2Ghz vlan-ids=200
/interface list member
add interface=MGMT list=Access
add interface=ether1 list=Access
add interface=ether2 list=Access
add interface=bridge1 list=Access
add interface=Homestar5Ghz list=Access
add interface=Homestar2Ghz list=Access
/ip dhcp-client
add interface=MGMT
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set winbox port=56473
set api-ssl disabled=yes
/system clock
set time-zone-name=America/New_York
/system note
set show-at-login=no
/system routerboard settings
set auto-upgrade=yes
/tool mac-server
set allowed-interface-list=none
/tool mac-server mac-winbox
set allowed-interface-list=Access