Community discussions

MikroTik App
 
ThatsACamel
just joined
Topic Author
Posts: 7
Joined: Tue Jul 26, 2016 8:14 pm

I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 2:23 pm

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
 
User avatar
AlainCasault
Trainer
Trainer
Posts: 632
Joined: Fri Apr 30, 2010 3:25 pm
Location: Prévost, QC, Canada
Contact:

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 3:39 pm

Hello,

I'll be assuming that there's only one subnet for all devices.

You can configure your AP as a basic L2 device. Add ether1 to the bridge. Make sure it's address (bridge1) is on your routers subnet and doesn't clash with another. No dhcp client or firewall on AP.

Should be ok.

Sent from my cell phone. Sorry for the errors.

 
ThatsACamel
just joined
Topic Author
Posts: 7
Joined: Tue Jul 26, 2016 8:14 pm

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 3:43 pm

I think the settings i have are mostly similar to what you said. But it doesn't work :(
 
User avatar
AlainCasault
Trainer
Trainer
Posts: 632
Joined: Fri Apr 30, 2010 3:25 pm
Location: Prévost, QC, Canada
Contact:

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 3:54 pm

Did you add ether1 to the bridge?

Sent from my cell phone. Sorry for the errors.

 
mbovenka
Member
Member
Posts: 365
Joined: Mon Oct 14, 2019 10:14 am

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 3:56 pm

If you have your network connected to ether1, that's not part of your bridge. Ether add it to the bridge (like Alain suggests) or connect your network to one of the other Ethernet ports. I have a RB4011iGS+5HacQ2HnD-IN setup that way, with all ports added to the bridge (ether1-9, wlan1 & -2 and sfp-sfpplus1, with wlan ports in ap-bridge mode). Works fine.
 
ThatsACamel
just joined
Topic Author
Posts: 7
Joined: Tue Jul 26, 2016 8:14 pm

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 4:09 pm

I have the ethernet cable connected to ether3, which is in the bridge.
 
ThatsACamel
just joined
Topic Author
Posts: 7
Joined: Tue Jul 26, 2016 8:14 pm

Re: I tried to set a device as wireless AP but it doesnt work :(

Wed Nov 27, 2019 4:16 pm

ok so i think i figured it out. it's my stupid router. i had to turn off the wireless on my router or it won't work somehow I don't know why.

The reason i had wireless on was because the devices are far away and i don't wanna walk when I set it up.

thx all for help