Hello all,
I have Mikrotik hap ac, which I want to use as router. I buy it as second hand, and it is not configured. I would like to use Sfp port as network input and Lan’s port for user(laptops) and as well wifi for users. I try to configure device, but when I connect device(laptop) via Lan or wifi on it I dont have internet access. Does anybody have maybe some basic script to share with me? How exactly device needs to be configured to be operational? Device running on current FW 6.48.6.
Start from reset it: https://help.mikrotik.com/docs/display/ROS/Reset+Button
Hi BartoszP, I done that and it take me to CAP. managed by CAPsMAN.
This is now configuration
# jan/02/1970 00:07:13 by RouterOS 6.48.6
# software id = N06G-N2QY
#
# model = RB962UiGS-5HacT2HnT
# serial number = HDA08D8X0PG
/interface bridge
add admin-mac=18:FD:74:D0:6A:DB auto-mac=no comment=defconf name=bridgeLocal
/interface wireless
# managed by CAPsMAN
set [ find default-name=wlan1 ] ssid=MikroTik
# managed by CAPsMAN
set [ find default-name=wlan2 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
add bridge=bridgeLocal comment=defconf interface=ether3
add bridge=bridgeLocal comment=defconf interface=ether4
add bridge=bridgeLocal comment=defconf interface=ether5
add bridge=bridgeLocal comment=defconf interface=sfp1
/interface wireless cap
#
set bridge=bridgeLocal discovery-interfaces=bridgeLocal enabled=yes \
interfaces=wlan1,wlan2
/ip dhcp-client
add comment=defconf disabled=no interface=bridgeLocal
/system identity
set name=RouterOS
In this thread:
http://forum.mikrotik.com/t/how-do-i-configure-a-hap-ac-as-a-wireless-access-point/152430/1
a configuration that is almost entirely the default one has been posted, with a RoS version that is near to the one you have.
But if you do now again a reset through Winbox, you should see a settings window like this one:
http://forum.mikrotik.com/t/configuration-reset-caps-mode/129931/1
likely it now has the CAPS mode selected/checked, if this is the case, try unchecking it (all checkbox should be empty for resetting to default/factory)
Hi Jaclaz,
I done restart trough winbox, and now, when I connect FO cable to switch port, port is block( protection is activated) probably because of wrong configuration.