Hello, I have in one building several cAPs (RBcAPGi-5acD2nD, RBcAPL-2nD) providing two SSIDs, managed by CAPsMAN on CCR1016, and everything is working fine.
But I had to cover the yard also, so I decided to put there wAP G-5HacT2HnD (because it is waterproof), but it simply does not work, even if I reset the configuration to the CAPs mode.
On the wAP in the wireless interfaces there looks everything OK and both wlans are managed by CAPsMan, providing the signal and SSID.
But any client connected to this wAP can not access internet, despite the fact that in Log and Registration Tables the client is well connected (good signal strenght). It simply does not transfer any data (client - wAP), ping from the wAP to WAN works, the bandwith test inside LAN is also OK.
Client devices rather connect to the other CAP, which is far away and on bad signal, than to this strange wAP.
Replacing this wAP by pure CAP solve this issue, but I would like to have outdoor wAP (or something similar) working as CAP?
Does anyone have any idea what to do?
Here is the full RSC from the wAP:
/interface bridge
add admin-mac=CC:2D:E0:E7:BE:44 auto-mac=no comment=defconf name=bridgeLocal
/interface wireless
After another day of investigation, I did not find a way, how to do it.
I got another wAP, put it to other CAPsMAN controlled installation - the same problem… Could it be some HW issue?
Is there anyone who has the wAPG-5HacT2HnD sucesfully runing in CAP mode?
Or what model do you use to cover outdoor areas by wlan managed by CAPsMAN?
Do clients get a correct IP address (including gateway and DNS)?
Have you tried configuring the wAP manually instead of through CAPsMAN?
Could it be a regularity thing, because it is used outside (not all 5G channels are allowed to be used outside)?
I’m running CAPsMAN on a HapAC2 and it’s controlling 3 ssid on five WAP AC ( wAPG-5HacT2HnD ) in CAP mode. All works fine on 6.43.16 with channel auto reselect every 10 minute on both bands. In about 30 minutes all CAPs gets own best frequency. At the moment my five WAPs are using 4 different channel on 5 Ghz and 3 different channel on 2,4 Ghz.
# sep/03/2019 15:56:32 by RouterOS 6.43.16
# software id = 3BBH-ATBL
#
# model = RouterBOARD wAP G-5HacT2HnD
# serial number = 7DF1086C1E0C
/interface bridge
add admin-mac=CC:2D:E0:32:6E:61 auto-mac=no comment=defconf name=bridgeLocal
/interface wireless
# managed by CAPsMAN
# channel: 2462/20/gn(16dBm), SSID: W-HOME, local forwarding
set [ find default-name=wlan1 ] antenna-gain=2 band=2ghz-b/g/n channel-width=\
20/40mhz-Ce country=italy disabled=no frequency=auto frequency-mode=\
regulatory-domain name=W2-SALA ssid=W-HOME wmm-support=enabled
# managed by CAPsMAN
# channel: 5600/20-eeeC/ac(23dBm), SSID: W-MEDIA, local forwarding
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-eCee \
disabled=no frequency=auto name=W5-SALA ssid=W-HOME5
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
/interface vlan
add interface=bridgeLocal name="GUEST 200" vlan-id=200
add interface=bridgeLocal name="PRIVATE 100" vlan-id=100
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/interface bridge port
add auto-isolate=yes bridge=bridgeLocal comment=defconf interface=ether1 \
pvid=100
add bridge=bridgeLocal interface=W2-SALA pvid=100
add bridge=bridgeLocal frame-types=admit-only-vlan-tagged interface=\
"GUEST 200" pvid=200
add bridge=bridgeLocal frame-types=admit-only-vlan-tagged interface=\
"PRIVATE 100" pvid=100
add bridge=bridgeLocal interface=W5-SALA pvid=100
/interface detect-internet
set detect-interface-list=all
/interface wireless cap
#
set bridge=bridgeLocal caps-man-addresses=192.168.100.1 discovery-interfaces=\
bridgeLocal enabled=yes interfaces=W2-SALA,W5-SALA
/ip address
add address=192.168.100.2/24 interface="PRIVATE 100" network=192.168.100.0
add address=192.168.200.2/24 interface="GUEST 200" network=192.168.200.0
add address=192.168.0.2/24 interface=bridgeLocal network=192.168.0.0
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid interface=bridgeLocal
/ip dns
set servers=192.168.100.1
/ip route
add check-gateway=ping distance=1 gateway=192.168.100.1
add distance=2 gateway=192.168.0.1
/system clock
set time-zone-name=Europe/Rome
/system identity
set name="WAP SALA"
/system package update
set channel=long-term
Between HAP AC2 and WAP AC there is a simple tp-link managed switch.
I know that on VLAN and WAN config, there is space for improvement and correction. I’m still studying and testing. This is my first “professional” gear, and i use it at home.