Hey
I want to setup a mikrotik device as an AP. it would connect to my router via an ethernet connection, and then phones would connect to my mikrotik device.
I have the settings as followed. However this doesn't work. I can connect to the mikrotik device, but i cannot connect to my router via the wifi connection.
thank you in advance
# jan/02/1970 00:48:08 by RouterOS 6.45.7
# software id = ZWKS-3RHH
#
# model = 951Ui-2HnD
# serial number = []
/interface bridge
add name=bridge1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" management-protection=allowed mode=dynamic-keys name=\
[] supplicant-identity="" wpa2-pre-shared-key=[]
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX disabled=no frequency=2442 \
mode=ap-bridge security-profile=[] ssid=[]
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
/ip address
add address=192.168.1.11/24 interface=bridge1 network=192.168.1.0