How to set up Mikrotik as a Wi-Fi repeater

Expanding the coverage area of ​​a wireless network often becomes an urgent need in modern apartments with thick walls or multi-story buildings. MikroTik router As a signal repeater, it effectively solves the problem of "dead zones" where the primary signal simply doesn't reach. Unlike cheap consumer devices, this brand's equipment offers flexible traffic management tools and stable operation, which is critical for office networks or demanding users.

Before you begin setting up, it is important to understand that RouterOS The operating system of these devices doesn't have a single "make a repeater" button, like some consumer models. You'll need to manually configure bridges, interfaces, and security settings. However, this approach gives you complete control over the connection process, avoiding typical issues with connection drops or speed drops common with simple WDS clients.

In this article, we'll walk you through the steps to turn your router into a powerful network extension hub. We'll cover wireless interface setup, bridging, and IP address configuration. The main condition for successful setup is complete identity of the security parameters (encryption and password) on the main router and on the Mikrotik you are setting up. Without observing this rule, connection is impossible in principle.

Preparing equipment and resetting settings

The first step is to prepare the device that will operate as a repeater. If the router has been used previously, it may have conflicting settings, so a clean configuration is the best start. Connect the device to your computer using an Ethernet cable to any port except the first (if it's marked as WAN), or use Wi-Fi if you know the current password.

To ensure that old rules are deleted, it's best to perform a full reset. This can be done physically by holding down the button. Reset on the body when the power is on until the indicator flashes ACTAfter this, the device will return to factory settings and wait for a connection.

Connect to the web interface or use the utility WinBox. Enter the standard login details: login admin and an empty password (or the password indicated on the sticker). It is recommended to update the package immediately Wireless to the latest version, as older firmware may have vulnerabilities or protocol compatibility issues.

⚠️ Note: Interfaces and menu item names may differ slightly depending on the version RouterOS (v6 or v7). If you don't see an item, check if it's hidden in the advanced view mode (Advanced Mode button).

☑️ Preparing for setup

Completed: 0 / 4

Configuring the client's wireless interface

Now you need to configure the radio module itself so it can search for and connect to the main network. Go to the menu Wireless (or Interfaces -> Wireless). Select your wireless interface (usually wlan1 or wifi1) and open its properties by double-clicking.

In the tab Wireless change the parameter Mode on station (for v7 it may be called station-bridge or require the creation of a separate interface Wifi with the regime station). This mode transforms the router from an access point into a client that connects to another access point.

Next, click the button ScanA list of available networks within range will open. Find your primary network in the list, select it, and click Connect or Make Bridge (depending on the software version). The system will automatically insert SSID (network name) in the interface settings.

Go to the tab Data Rates or Advanced. Make sure that the standards supported by both devices are selected (for example, 802.11ac or 802.11axIf your main router only broadcasts 5 GHz, your Mikrotik device must also be configured to operate in this range, otherwise it simply won't see the network to connect to.

Security configuration and connection

The most critical step is setting up encryption. The security settings on the client (your Mikrotik) should mirror those of the main router. Go to the "Security" tab. Security in the wireless interface settings.

In the field Security Profile select default or create a new profile. In the profile window that opens (menu Wireless -> Security Profiles) make sure that the boxes next to the desired modes are checked: WPA2 PSK, WPA3 PSK or a combination of them, depending on what the main point uses.

In the field WPA2/WPA3 Pre-Shared Key Enter the password for your primary Wi-Fi. Pay attention to the case and special characters—any error will result in an infinite connection loop without assigning an IP address.

After entering the password, return to the interface settings and make sure that the connection status has changed to connected to SSID. If the status connecting or registering, double-check the password and encryption type. It's also worth checking if there's any filtering enabled on your main router. MAC addresses.

⚠️ Attention: When using the mode station-bridge (or simply station in v7) Mikrotik becomes a transparent bridge. This means that the main router, not this device, will act as the DHCP server for all devices connected to it.

What to do if the status is "No Link"?

The "No Link" status means the radio module cannot physically connect to the base station. Check: 1. Whether the device finds the network when scanning. 2. Whether the channel width standard (20/40/80 MHz) matches. 3. Whether the distance limitation (Distance) in the advanced settings is set to auto or real.

Creating a bridge to forward traffic

To enable devices connected to your Mikrotik's LAN ports to access the internet, you need to combine the wireless interface and physical ports into a single logical bridge. Go to the menu Bridge.

Create a new bridge (button +), if it is not already created by default. Name it, for example, bridge1. Then go to the tab Ports and add two interfaces to this bridge: your wireless client (wlan1) and a physical Ethernet port (ether1 or ether2-5, depending on the model).

It is important to configure the port order correctly. In the bridge settings (Bridge -> tab Bridge -> double click on the bridge -> tab Ports) make sure that the wireless interface has the parameter Horizon does not block traffic if you use complex topologies.

Your router now functions as a switch with a Wi-Fi antenna. Any cable plugged into the LAN port and any device connected via Wi-Fi (if you left the access point enabled for clients) will receive an IP address from the main router.

📊 What operating mode do you plan to use?
Wired clients (LAN) only
Sharing your Wi-Fi
Mixed mode
For tests only

Configuring DHCP and IP addressing

Since Mikrotik now functions as both a client and a bridge, it doesn't need to be assigned addresses (unless you're setting up a complex subnetting scheme). The DHCP client must be configured to obtain an address for the router itself so you can manage it over the network.

Go to the menu IP -> DHCP Client. Add a new client (+). In the field Interface select your bridge (bridge1) or wireless interface. Make sure the box is checked. Add Default Route (usually with a distance of 1) so that all traffic goes through the main network.

Check the tab IP -> Addresses. The address assigned by the main router should appear there (e.g., 192.168.1.50). If the address isn't there, the Wi-Fi connection isn't established or the password is incorrect.

For ease of management, we recommend assigning a static IP address to the device within your network range, but outside the main router's DHCP pool. For example, if your main router assigns addresses from .100 to .200, assign Mikrotik an address of .10. This will ensure it can always be found using the same address.

Parameter Main router (Master) Mikrotik (Repeater) Comment
Opening hours Access Point Station / Station-Bridge Key Difference in Roles
SSID MyHomeWiFi MyHomeWiFi (in the scanning profile) Network name to search for
IP Address 192.168.88.1 192.168.88.50 (DHCP) Management address
DHCP Server On Off (on the bridge) The master is in charge of distribution

Speed ​​and stability optimization

Repeater mode inherently reduces channel throughput, as the radio channel is used for both receiving and transmitting data. To minimize losses, it's necessary to properly configure the frequencies and channel width.

In the wireless interface settings (Wireless -> wlan1) set a fixed frequency (Frequency), on which the main router operates, instead of the mode scan or superscanThis will speed up reconnection in case of breaks.

It also makes sense to disable unnecessary features if they're not used. For example, if you don't need clients to connect to Mikrotik itself via Wi-Fi, you can disable access point mode (AP) in the security profile or simply do not create virtual AP interfaces.

Use the protocol NV2 or TDMA Only if both devices support them and are in point-to-point mode. For client-to-point mode (standard Wi-Fi), it's best to leave the default 802.11 settings.

⚠️ Note: Speed ​​in repeater mode will always be lower than with a wired connection due to the overhead of repeating packets. Expect a loss of up to 40-50% of the primary channel's maximum speed.

Why does the speed drop?

The speed drop is caused by Wi-Fi's half-duplex mode. The device cannot simultaneously receive and transmit data on the same frequency. Solution: Use different frequencies for receiving (backhaul) and distributing (client) data if your Mikrotik model has two radio modules (dual band).

Diagnostics and troubleshooting

If the connection fails, first use the built-in diagnostic tools. In the menu Wireless there is a tab Registration (or Peers). If it's empty, there's no physical connection. Check the antennas and distance.

If the status associating, but the IP address isn't being assigned. There's a problem with security or DHCP settings. Try temporarily disabling encryption on your main router for a test. If that works, there's a problem with the password or encryption type.

Use the tool Torh (in WinBox: Tools -> Torch) to analyze passing traffic. It will show whether packets are passing through the interface. Also useful Log (System -> Log), where you can see the reasons for the authorization refusal.

Keep in mind that metal structures and household appliances (microwaves, baby monitors) create significant interference. Placing the Mikrotik in a strong signal area ensures stable operation of the entire extended network.

Can MikroTik be used as a repeater if the main router is not MikroTik?

Yes, you can. Mode station or station-bridge This is standard for Wi-Fi equipment. The main requirement is that the primary router supports standard encryption protocols (WPA2/WPA3) and doesn't use proprietary technologies (such as vendor-specific Mesh) that block third-party devices.

What is the difference between station and station-bridge modes?

IN RouterOS v6 mode station works like a regular network adapter (requires NAT or complex routing), and station-bridge works as a transparent bridge (Layer 2), which is ideal for network expansion. RouterOS v7 The logic has changed and transparent bridging often involves creating a Wifi interface with a security profile running in client mode.

How many devices can be connected to such a repeater?

Theoretically, this is possible until 2007 (protocol limitation), but in practice, the number is limited by processor performance and radio airtime. For stable operation, no more than 15-20 active clients are recommended, especially if they consume a lot of traffic (video, torrents).

Do I need to configure NAT on the repeater?

No, if you are using bridge mode (station-bridge (or a transparent client in v7). NAT should only be enabled on the primary router that distributes the internet. Enabling NAT on the repeater will create a double address translation, which can cause problems accessing local resources (printers, NAS).