Wireless AP Configuration RB Metal 2sphn

Hi, im just new for this device and it seems that i have a hard time for me to configure.

scenario:

i like to set this device as Access Point only,
i had a pfsense dhcp server and captive portal installed.
how is the proper configuration in rb metal 2 to get an ip and to link to my pfsense captive portal?

thank you

See this code.

Login with “winbox” see on my website
http://www.wirelessinfo.be/index.php/mikrotik/pages/winboxe

Reset the groove without default configuration.
Login again and click on “new terminal”
Copy and paste this code in the window.
Caution this example is made with the groove A-52HPn and can be different.


/interface bridge
add name=bridge_local
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g frequency=auto mode=ap-bridge
wds-default-bridge=bridge_local wds-mode=dynamic
/interface bridge port
add bridge=bridge_local interface=ether1
add bridge=bridge_local interface=wlan1
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=bridge_local
/system leds
set 0 interface=wlan1
/system routerboard settings
set cpu-frequency=400MHz
/tool romon port
set [ find default=yes ] cost=100 forbid=no interface=all secrets=“”


You must enable and edit the wireless settings