The problem of "dead zones" in the home or office is familiar to many users, when the router signal doesn't reach distant rooms. The solution is WiFi repeater, which receives the signal from the main source and transmits it further. The company's equipment MikroTik ideal for this task due to the flexibility of the operating system RouterOS.
Unlike simple home routers, Mikrotik allows for complex network expansion schemes while maintaining high speed and connection stability. You don't need to buy specialized, expensive mesh systems if you have a compatible device. In this article, we'll explore how to turn your router into a powerful extender.
The setup may seem complicated for a beginner, but by following the step-by-step instructions, you can complete the task in 15-20 minutes. The key is to understand how wireless bridges operate and set the frequency channels correctly. This will avoid interference and ensure maximum channel throughput.
Selecting equipment and preparing for work
Before you begin setting up, you need to make sure that your equipment supports the required operating modes. Not all models MikroTik They perform equally well as repeaters, especially with older chip versions. It's important to choose a device that supports the standard. 802.11ac or newer to ensure decent speed.
It's also worth noting the availability of two frequency bands. Dual-band models allow for backhaul (the communication channel between routers) to be established on one frequency while distributing internet to clients on another. This significantly reduces speed losses that are inevitable when using a single radio interface.
To work you will need:
- 📡 The main router with the Internet configured
- 📡 Device MikroTik as a repeater
- 💻 A computer or smartphone for initial setup
- 🔌 Ethernet cable (recommended for initial configuration)
Make sure you know the network SSID and password on your primary router. Without this information, you won't be able to configure Mikrotik in client-bridge mode. Write down the MAC address of the primary device if you plan to filter by IP address.
Basic interface setup and configuration reset
Getting started with the device MikroTik You should always reset the configuration to factory settings. This will eliminate conflicts with old firewall or routing rules that may be left over from the previous owner or experiments. A hardware reset can be performed by holding down the button. Reset when turning on the power.
After the reset, connect the computer to any LAN port of the device. By default, the IP address may be 192.168.88.1, but in repeater mode, we'll be changing the network logic. Open a browser and enter the device's address or use the utility WinBox, which is the de facto standard for administration.
☑️ Initial preparation of the device
It is important to immediately update the software to the latest stable version. In the menu System -> Packages press the button Check for UpdatesNew versions RouterOS often contain fixes for wireless protocol vulnerabilities and driver stability improvements.
⚠️ Attention: After updating the firmware, the device may reboot. Do not interrupt power supply while the new firmware is being uploaded, otherwise you risk bricking the router, which will require specialized equipment to repair.
Setting up a wireless interface (Wireless)
Let's move on to the most important step – setting up the radio interface. In the menu Wireless Select your adapter (usually wlan1 or wlan2) and open its properties. In the field Mode you must select a value station-bridge or stationBridge mode allows forwarding of client MAC addresses, which is critical for proper network operation.
Next, go to the tab ScanA list of available wireless networks will appear here. Find your primary network, select it, and click the button. ConnectIf the network is password-protected, the system will prompt you for a security key. Make sure you enter the password correctly, taking into account the case of the characters.
After a successful connection, the interface status will change to connected to SSIDNow you need to configure security settings. Go to the tab Security Profile and make sure that the profile with encryption is selected WPA2 AESUsing legacy TKIP may limit connection speed.
What should I do if the status doesn't change to connected?
Check if MAC address filtering is enabled on the main router. If so, whitelist the Mikrotik interface's MAC address. Also, make sure the frequency channels match.
For stable operation, it is recommended to fix the channel frequency rather than leave the value autoIn an apartment building, automatic channel selection can lead to constant channel hopping and connection drops. Select the channel with the least congestion using the built-in frequency scanner.
Bridging and DHCP client organization
To ensure that devices connected to the repeater receive IP addresses from the main router, you need to combine the wireless interface and LAN ports into a single logical bridge. Go to the menu Bridge and create a new bridge (if it isn't created automatically). Add ports to it. ether1 (or other LANs) and wlan1.
Now configure the IP address acquisition. Go to the section IP -> DHCP Client. Create a new client, select your bridge interface (bridge1) and make sure the box is checked Use as default routeThis will allow the repeater to understand where to send internet requests.
| Parameter | Value for Station | Value for AP |
|---|---|---|
| Opening hours | station-bridge | ap-bridge |
| SSID | Source network name | Your network name |
| IP Address | Dynamic (DHCP) | Static / Pool |
| Bridge | Combines WLAN and LAN | Combines WLAN and LAN |
Check the status of receiving the address in the tab Leases on the main router. You should see a new device named MikroTikIf the address is received, then the communication channel between the routers is established correctly.
Advanced Security and WDS Settings
To improve security and stability, it is recommended to disable unused services. In the menu Services block access to telnet, ftp And www, leaving only ssh And winbox (preferably with IP restrictions). This will minimize your network's attack surface.
Technology WDS (Wireless Distribution System) allows network expansion while preserving broadcast packets. However, in modern versions RouterOS And when using station-bridge modes, WDS is often unnecessary or even a hindrance. If you use proprietary Mikrotik extensions, you can enable default-ap-tx-limit to limit the speed of clients.
Configure firewall rules. In the menu IP -> Firewall make sure it's in the chain forward Traffic is allowed to pass between bridge interfaces. By default, Mikrotik's decision policy can block certain packet types due to complex routing.
⚠️ Attention: Interfaces and menu names may differ depending on the version. RouterOS (v6 or v7). Version 7 changed the wireless driver logic, and some old commands may no longer be relevant. Always consult the official documentation for your software version.
To protect against unauthorized access to the repeater settings, change the user password. admin Or create a new user with full rights. The password must be complex, contain special characters, and must not match your WiFi password.
Troubleshooting and Signal Optimization
After setup, you need to check the connection quality. Use the built-in diagnostic tools. Team /tool ping This will help check the availability of the gateway and external resources. High ping or packet loss will indicate problems with the radio channel.
Optimizing the signal requires proper placement of the repeater. It should be within the range of the main router's strong signal, but close to the area where internet access is needed. Avoid installing the device in metal enclosures or behind thick concrete walls without first taking measurements.
Use a chart Sniffer or Torch To analyze traffic, this will help you determine whether the channel is cluttered with unwanted broadcasts. If the airwaves are congested, it might make sense to switch to a less popular frequency, even if the signal there is slightly weaker but still cleaner.
Check the device logs in the menu regularly LogAssociation errors or reconnections may indicate incompatible security settings or antenna hardware issues. Logs often provide clues as to why the network is slow.
Frequently Asked Questions (FAQ)
Is it possible to connect two Mikrotik routers wirelessly via WiFi?
Yes, this is the primary use case for repeater mode. One router is configured as an access point (AP), and the other as a client (Station). They are connected via a wireless bridge, expanding the range.
Why is the speed through a repeater lower than directly from the router?
In repeater mode (especially on a single frequency), the channel's bandwidth is split in half, as the device first receives and then transmits data. Using two bands (5 GHz for communication, 2.4 GHz for clients) solves this problem.
Does Mikrotik support Mesh technology?
Yes, in new versions RouterOS v7 Support for CAPsMAN and simplified mesh network schemes has been implemented, enabling seamless roaming between devices from the same manufacturer.
Do I need a separate IP address for the repeater?
For device management, yes, it will receive one from the main router via DHCP. Client devices don't need to create a separate IP pool on the repeater; they will receive addresses from the main network.