Extending wireless network coverage is often a necessity in large apartments, multi-story buildings, or offices with thick walls. Instead of purchasing an additional router or an expensive mesh system, you can effectively use MikroTik equipment in repeater mode. This solution not only boosts the signal but also maintains full control over network parameters, which is especially valuable for advanced users.
The basic idea is to configure the device to receive a signal from the main router over the air and transmit it to your devices. In MikroTik terms, this is accomplished through a combination of wireless interface modes, where the device acts as a client or a station. Proper configuration allows you to create a transparent bridge connecting the WAN and LAN segments.
Unlike simple consumer routers, where the repeater function is often limited and unstable, MikroTik RouterOS Provides flexible radio channel management tools. You can configure MAC address filtering, select the optimal frequency and channel width, and ensure data transmission security. However, keep in mind that the speed in repeater mode may be lower than with a wired connection due to the operating characteristics of the half-duplex radio interface.
Selecting the right model and preparing equipment
Before beginning setup, ensure your equipment supports the required operating modes. Not all MikroTik models are equally suitable for wireless bridging. The key factors are having a supported wireless card driver and the processor's hardware capabilities to handle traffic at high speeds.
For organizing a stable connection, the devices of the series are best suited hAP, cAP or specialized access points wAPFor example, models hAP ac² or cAP ac They demonstrate excellent results thanks to dual-band radio modules. It's important to understand that to operate in repeater mode (Station), you'll need a device with firmware support for this mode, as some operator versions may have limitations.
⚠️ Important: Make sure your device is running the latest RouterOS version. The interface and menu item names may differ between v6 and v7. If you're using an older firmware, functionality may be limited or named differently.
It's also a good idea to prepare your primary network information in advance: SSID name, encryption type, and password. Without this information, it's impossible to set up a connection. If your primary router broadcasts in the 5 GHz band, the MikroTik router must also support this band to achieve maximum speeds.
Resetting settings and initial configuration
You should always start configuration from scratch. Old configuration scripts or residual firewall rules can lead to unpredictable network behavior and IP address conflicts. A factory reset ensures you have control over every step of the process.
To reset the settings on a MikroTik device, you need to hold down the button Reset when turning on the power. Hold it until the indicator ACT The indicator light will not start flashing. After this, the device will reboot and be ready for initial setup. Connect to it via cable or open WiFi (if the model has a built-in access point by default).
☑️ Preparing MikroTik
After logging in, the first thing we recommend is to change the user password. adminDevice security is critical, especially when it will be operating in a wireless environment. Furthermore, you should disable all unnecessary services to minimize the attack surface.
Setting up the wireless interface in Station mode
The central step is configuring the wireless interface. You need to switch it from access point (AP) mode to client mode. In the WinBox or WebFig interface, this is done through the menu. Wireless. Select the desired interface (usually wlan1 or wifi1) and open its properties.
In the window that opens, find the parameter Mode and change its value to station or station-bridge. Mode station-bridge This is preferable if you want devices connected to the MikroTik to be on the same subnet as your main network devices. This simplifies access to shared resources, printers, and NAS.
Next, go to the tab Wireless (or Scan (in older versions) and click the scan button. The system will find all available networks within range. Select your main router's network from the list and click ConnectThe device will automatically enter the SSID and frequency.
What to do if the network is not found?
If scanning doesn't produce results, check that the Country setting in your wireless interface settings matches your region. Some frequencies may be restricted by law and hidden if the wrong country is selected. Also, make sure you're scanning in the correct band (2.4 GHz or 5 GHz).
After selecting the network, you need to configure the security settings. Go to the tab Security Profile. Make sure the profile is active and in the field Security the correct encryption type is selected (usually wpa2-psk or wpa3-psk). In the field Passphrase Enter the password for your main WiFi network.
Bridging and IP configuration
Once a wireless connection is established, it is necessary to combine the wireless interface and Ethernet ports into a single logical network segment. This is done using a mechanism BridgeThis will allow devices connected to the MikroTik via cable to receive IP addresses from the main router.
Go to the menu Bridge and create a new bridge (if it is not already created by default). Add a wireless interface to it (wlan1) and the required Ethernet ports (ether1, ether2 etc.). Now traffic will be transparently transmitted between the wireless channel and wired ports.
| Parameter | Meaning / Action | Description |
|---|---|---|
| Mode | station-bridge | WiFi interface operating mode |
| Security | wpa2-psk | Encryption type (must match the main router) |
| IP Address | DHCP Client | Obtaining an address automatically from the main router |
| Bridge | bridge1 | Combining ports and WiFi into one network |
An important point is IP addressing configuration. In this setup, MikroTik shouldn't act as a DHCP server for clients; the main router takes over that role. Therefore, you need to configure the Bridge interface. DHCP Client. Go to the menu IP → DHCP Client, add a new client and select the created bridge as the interface.
If the main router assigns addresses in the 192.168.88.0/24 range, the MikroTik will also receive an address from the same subnet. This will allow access to the repeater's settings using its new IP address. Remember or write down the assigned address, as the default 192.168.88.1 may become unavailable.
Optimizing connection speed and stability
Simply connecting devices isn't enough for a comfortable experience. Wireless environments are full of interference, and incorrect settings can lead to slow speeds and connection drops. The key parameter here is Wireless ProtocolFor MikroTik devices, it is recommended to use the protocol nv2 or leave 802.11, if you need maximum compatibility with equipment from other vendors.
Pay attention to the channel width. In a congested environment (apartment building), the use of width 40 MHz or 80 MHz may lead to interference. Sometimes it is advisable to artificially limit the width to 20 MHzto ensure a stable, albeit slower, connection. It's also worth experimenting with the frequency selection, manually locking it rather than leaving it in default mode. scan-list.
⚠️ Caution: Using repeater mode (Wireless Bridge) theoretically reduces the maximum channel throughput by up to 50%, as the radio module operates in half-duplex mode (receiving and transmitting alternately). For mission-critical applications, consider connecting via cable or using PowerLine adapters.
For additional stability, you can configure WDS (Wireless Distribution System), if the primary router is also a MikroTik device. This will allow for the transmission of service frames and improve client management. In the menu Wireless check the box WDS Mode And WDS Ignore (if you need to ignore WDS from other points).
Diagnosing problems and common mistakes
Even with proper setup, difficulties can arise. Users often encounter a situation where the connection status connected, but the IP address is not obtained. In this case, you need to check the logs (Log) and the DHCP client status. It's also worth making sure that MAC address filtering is not enabled on the main router.
Another common problem is a network loop if you accidentally connect the cable from the main router to a repeater port that's already using Wi-Fi. To avoid this, you can enable the protocol in the Bridge settings. RSTP (Rapid Spanning Tree Protocol), which will automatically block the duplicate port.
To monitor signal quality, use the built-in tools. In the menu Wireless on the tab Registration or Interfaces you can see the signal level (signal strength) and noise level (noise floor). A signal better than -70 dBm is considered optimal. Anything lower (for example, -85 dBm), the connection quality will be poor.
If you are experiencing constant reconnections, check your transmitter power settings (TX Power). Too much power can lead to module overheating and instability, while too little power can lead to the "client" hearing the router, but the router not hearing the client.
Questions and Answers (FAQ)
Is it possible to make a repeater if the main router is not MikroTik?
Yes, you can. Mode station or station-bridge is standard for WiFi equipment. The key is that the encryption types (WPA2/WPA3) and standards (802.11n/ac/ax) match on both devices. However, some features specific to the MikroTik ecosystem (such as CAPsMAN) will not work.
Why is the speed through a repeater lower than directly?
This is a physical limitation of WiFi technology. The radio channel is half-duplex: a device cannot simultaneously receive and transmit data on the same frequency. It switches between modes very quickly, but the effective throughput is roughly split in half. Using dual-band routers (one band for communication with the base station, the other for clients) helps mitigate this issue.
Do I need to configure NAT on the repeater?
No, NAT is unnecessary and even harmful in repeater (bridge) mode. The device should operate as a transparent switch (Layer 2). NAT is only required in complex setups where the repeater network needs to be isolated from the main network, but then it would no longer be a classic repeater, but a router behind a router.
How do I regain access to the web interface if my IP address has changed?
Use the utility MikroTik Neighbor Discovery (built into WinBox) or check the client list on your main router. Your MikroTik's new IP address, assigned by the DHCP server, will be displayed there. You can also reset the settings using the Reset button if access is permanently lost.