Mikrotik as a WiFi booster: a complete setup guide

When standard wireless coverage is insufficient and the walls of your home feel like concrete bunkers, you're faced with a choice: buy expensive equipment or try to refurbish what you have. Often, old but functional routers gather dust on shelves. MikroTik, which can work wonders in the right hands. Turning a router into a repeater or client is a classic way to extend coverage without purchasing specialized repeaters.

Usage MikroTik As a signal receiver, it not only amplifies the signal but also redistributes the load, creating a separate network segment or connecting wired devices where cables are impossible. Unlike cheap Chinese amplifiers, which often halve the speed, properly configured Latvian equipment provides increased stability and control over traffic. The key here is to select the correct wireless network interface mode, as the default standard AP mode is not designed to receive a signal.

In this article, we'll explore the technical nuances that will allow you to create a reliable access point where the signal was previously weak. You'll learn how to configure Station mode, what WDS is, and why it's sometimes better to sacrifice speed for a stable connection. A thorough understanding of the processes occurring in the air will help you avoid common mistakes when building a complex network infrastructure.

How MikroTik works in client mode

To stop the router from distributing internet and start receiving it, you need to change the operating logic of its wireless module. By default, all devices operate in "Wi-Fi" mode. Access Point (AP), waiting for connections from clients. We need to switch the interface to a mode that searches for and connects to a remote access point. In RouterOS terminology, this is called Station mode.

When Station mode is activated, the device's radio card begins scanning the air, searching for known networks (SSIDs), and attempting to log in to them, just like your laptop or smartphone. After a successful connection, the router receives an IP address from the main network and can broadcast the received internet connection further—either through its LAN port or by creating a new access point. It is important to understand that in this mode the device becomes a client, not a network hub.

There are several variations of Station mode, and the choice of a particular one depends on your goals. Mode Station It is designed for transparent bridging, where devices behind the router will receive IP addresses from the main router. Station Pseudobridge allows forwarding of clients' MAC addresses, which is useful for hardware-bound providers. And the mode Station Bridge (often implemented via WDS) creates a full-fledged second-level bridge.

⚠️ Note: When switching to Station mode, you will lose the ability to connect to the router via WiFi from the same device, as it will stop broadcasting its network. It's best to configure the router using an Ethernet cable.

It's worth noting that operating in client mode imposes limitations on channel throughput. Since the radio module cannot simultaneously transmit and receive data on the same frequency (half-duplex mode), the actual speed will always be lower than the theoretical one. However, proper antenna positioning and selection of a free frequency can minimize losses.

Selection of equipment and frequency ranges

The effectiveness of signal amplification directly depends on the characteristics of the equipment used. Older models of the series hAP Lite or RB951 They can work as clients, but their single-band antennas (1x1) will become a bottleneck in a modern network. For more serious tasks, dual-band models, such as hAP ac² or wAP ac, which support the 802.11ac standard.

Choosing a frequency band is a tradeoff between range and speed. The 2.4 GHz band penetrates walls better and has a longer range, but it's heavily polluted by neighboring routers and household appliances. The 5 GHz band offers high speed and clear air, but the signal fades faster when encountering obstacles.

If your main router is dual-band, the ideal setup would be to connect the MikroTik to a 5 GHz network for a fast channel and distribute the data to clients in the 2.4 GHz band. This will avoid interference between reception and transmission when using dual-radio equipment. Otherwise, you'll have to select a single frequency for all operations.

📊 What frequency range are you planning to use for backhole?
2.4 GHz (range is more important)
5 GHz (speed is more important)
I don't know, I'll see how it goes.
I only have one range

When choosing a location for the extender, follow this rule: the device must be within range of a strong signal from the main router. If the signal strength indicator (RSSI) at the installation location is below -75 dBm, stable operation is not expected. It's best to move the MikroTik closer to the signal source, even if this requires extending the Ethernet cable to the end users.

Step-by-step setup of Station mode in WinBox

To get started, connect to the MikroTik router via cable and launch the utility. WinBox. Go to the menu WirelessIf there is no created interface there, click the plus sign and select the interface type. Make sure that the field Mode value selected station (or station-bridge, if you plan to use WDS). In the field SSID Enter the name of the network you want to connect to, or click the scan button to search for available networks.

After selecting the network, go to the tab Data RatesIt is recommended to uncheck this box. support-rates and leave only high speeds if the signal is strong, or, conversely, allow lower speeds if the distance is great. Then go to the tab Security Profiles and create a new profile or select an existing one, specifying the correct encryption type (usually wpa2) and the password for your WiFi network.

☑️ Station Setup Checklist

Completed: 0 / 5

After applying the settings, click the button Connect (or enable the interface if auto-connection is configured). If all parameters are entered correctly, the connection status will change from disconnected on connected, and in the column Signal Strength The signal strength values ​​will appear. The router now receives an IP address from the main network, and the internet should flow through it.

If the connection is not established, check the logs in the menu LogAn incorrect password or encryption type mismatch is often the cause of this error. Also, make sure MAC address filtering isn't enabled on your main router, as this could block the new device from connecting.

Organizing a WDS bridge and transparent forwarding

To create a unified network space where all devices are on the same subnet, you need to set up a bridge. In Station mode, this is done by creating a Bridge. Go to the menu Bridge, create a new bridge (for example, bridge1) and add ports to it: your wireless interface (wlan1) and physical Ethernet ports (ether2-ether5) to which clients will connect.

Use of technology WDS (Wireless Distribution System) Allows forwarding MAC addresses of end clients over a wireless channel. To do this, go to the wireless interface settings on the tab WDS you need to tick the box WDS Mode: dynamic or staticThis is critical if the main router distributes IP addresses via DHCP and filters clients.

Parameter Meaning / Description Recommendation
Mode station-bridge Required for WDS to work
WDS Mode dynamic Automatic tunnel creation
WDS Default Bridge bridge1 Bridge to which ports are added
Frequency Mode regulatory-domain Compliance with local laws

After creating the bridge, don't forget to assign it an IP address if you want to control the MikroTik over the network, or leave it without an address if you want to control it only through the main router. In the menu IP -> DHCP Client Make sure the client is running on the bridge interface (or wlan1 if the bridge is not yet active) to obtain an IP address automatically.

⚠️ Note: When using WDS, both devices (the primary and the client) must support this technology and be configured accordingly. Some proprietary WDS implementations may be incompatible between different manufacturers.

Speed ​​optimization and interference elimination

Even with a successful connection, speed may remain slow. The first step to troubleshooting is analyzing the radio airwaves. Use the built-in tool Torches or third-party applications on your smartphone (for example, WiFi Analyzer) to find the least congested channel. In the 2.4 GHz band, you should only use channels 1, 6, or 11 with a channel width of 20 MHz.

Channel width is an important parameter. Setting the width 40 MHz or 80 MHz In a noisy environment, this will lead to constant reconfiguration and a drop in speed. A stable 20 MHz is better than an unstable 80 MHz. Also, in the wireless interface settings (Advanced Mode) you can experiment with the parameter Installation: select indoor for indoor operation, which will slightly change the behavior of the power control algorithms.

Don't forget about the transmitter power (TX Power). Setting the maximum power isn't always beneficial: it can cause the device to overheat and distort the signal. Ideally, adjust the power so that the received signal level (RSSI) is between -50 and -65 dBm.

Troubleshooting and logging

If your network is unstable, the first thing you should do is check the logs. In the menu Log You can see the reasons for connection breaks. Messages like disconnected, received disassoc: sending station leaving indicate that the main router is dropping the connection, possibly due to timeouts or low speeds.

For in-depth diagnostics, use the tool Sniffer or Torches To monitor traffic in real time, pay attention to the number of retransmissions and CRC errors. A high error rate indicates a poor signal or severe interference. In this case, only moving the antennas or changing the frequency channel will help.

It's also worth checking the router's CPU load. If the CPU is at 100%, the device can't handle traffic encryption or NAT. In this case, disabling unnecessary services, simplifying firewall rules, or reducing bandwidth can help.

Why won't MikroTik connect to WiFi in Station mode?

Most often, the problem lies in an incorrect security profile. Make sure the encryption type (WPA2-PSK) and password exactly match the settings on the main router. Also, check if MAC address filtering is enabled on the main router.

Can MikroTik be used as a repeater for any router?

Yes, Station mode is compatible with any standard WiFi router. However, to create a transparent bridge (WDS), it's recommended that both devices support standard protocols, although it's often possible to pair different brands.

Will the speed drop significantly when using MikroTik as an amplifier?

Speed ​​will inevitably drop because the radio channel operates in half-duplex mode. Under ideal conditions, the loss will be approximately 30-40% of the direct connection speed. Using dual-band routers (5 GHz backhaul, 2.4 GHz uplink) minimizes the loss.