HOME Wifi configuration

Hi all,

I’m a beginner with routerOS 6.44.3.

I have an ethernet configuration script given by my internet provider.

The configuration is for a VPN connection L2TP with bridge to use my fiber connection to avoid giant internet provider.

I want to configure my wireless network and so configure it as below :
-enable wlan1
-mode station
-SSID : ok

My Wireless is not running but slave ! I don’t see the SSID wireless with my smartphone.

I have added this :
/interface bridge port
add bridge=bridge1 interface=wlan1

Bridge1 have an DHCP Server.

What are the main step to configure your home wireless network ?

Thanks a lot

Please look at the following link and go to the part in the table where the left hand side is mode
https://wiki.mikrotik.com/wiki/Manual:Interface/Wireless#General_interface_properties
Station means that the Mikrotik would be looking for an AP to connect to so it is not broadcasting an SSID but looking for a wireless connecting with the SSID, frequency, channelwidth etc you configured in the mikrotik. What you will need to do is set the Mirkotik to ap-bridge to allow multiple devices to connect to your mikrotiks wireless at the same time but this is only available on devices with a level 4 or higher licence, if you are unable to set t to AP-bride you can away set it to bridge mode so it allows 1 device to connect at a time and then set some access lists so only known devices can connect so you will be the only one connecting :slight_smile: