How to Turn an Old Wi-Fi Router into a Powerful Repeater: 3 Proven Methods

Have you ever found yourself in a situation where your Wi-Fi signal barely reaches distant rooms, and buying a new repeater seems like a waste of money? Old router, gathering dust on the shelf, can become a great solution—it's easy to reflash or configure as a signal repeater. In this article, we'll look at three working methods converting a router into a repeater: via standard firmware, alternative software (for example, DD-WRT) and mode WDSYou'll learn which models support this feature out of the box, how to avoid common setup mistakes, and the difference between a repeater and a bridge. WDS.

Before you begin, please check that your router has at least one LAN port (for a wired connection to the main network) and maintain the mode Repeater, Universal Repeater or WDSIf the web interface doesn't have such options, it's not a problem: many devices (for example, TP-Link TL-WR841N or Asus RT-N12) can be "unlocked" using custom firmware. But remember: Some budget models (especially with MediaTek chipsets) may not work stably in repeater mode due to hardware limitations..

1. Checking router compatibility: which models are suitable

Not every router can be used as a repeater. Manufacturers often limit the functionality of budget devices to encourage the purchase of specialized equipment. Here are the key selection criteria:

  • 🔍 Availability of Repeater/WDS mode in the standard firmware. Check in the menu Wireless → Operation Mode or Network → WAN.
  • 📡 Support for the 802.11n/ac standard. Devices with standard 802.11g (up to 54 Mbps) will slow down the network.
  • 🔄 Dual-band models (2.4 + 5 GHz) allow you to use 5 GHz to connect to the main router, and 2.4 GHz for clients, reducing speed loss.
  • 🛠️ Possibility of installing DD-WRT/OpenWRTOn the website dd-wrt.com There is a database of supported devices.

Examples of compatible models (as of 2026):

Brand Model Repeater mode DD-WRT support Dual-band
TP-Link Archer C6 Yes (standard) Yes Yes
Asus RT-N12 No Yes No
Xiaomi Mi Router 4A Yes (via MiWiFi) Partially No
Keenetic Giga III Yes (Booster mode) No Yes
⚠️ Attention: Router firmware from ZTE And Huawei (especially carrier versions) often block changing operating modes. Before buying a used device, check its origin.
📊 Which router do you plan to use as a repeater?
TP-Link
Asus
Xiaomi
Keenetic
Another brand
I haven't decided yet

2. Method 1: Setting up the repeater via the standard firmware

The easiest method is if your router supports the mode Repeater or Range Extender "out of the box." Let's look at the process using an example. TP-Link Archer C6:

  1. Connect to the router via cable or Wi-Fi. Open the web interface, usually at 192.168.0.1 or 192.168.1.1.
  2. Go to Advanced → Operation Mode and select Range Extender.
  3. Click Save and wait for the reboot. After that, a list of available networks will appear.
  4. Select your primary network, enter the password and save the settings.

For Keenetic the path will be different: Internet → Wi-Fi BoosterHere you can choose whether the repeater will use the same SSID, the same as the main router (recommended for seamless roaming), or a separate network name.

Reset the router to factory settings (Reset button)

Update firmware to the latest version

Write down the MAC address of the main router (may be required for WDS)

Disable DHCP on the future repeater (if required)

-->

After saving the settings, the router will reboot and begin rebroadcasting the signal. Important: In repeater mode, the device will lose access to settings using its previous IP address. The new address will be specified in the instructions (e.g., 192.168.0.254 For TP-Link).

⚠️ Attention: If the repeater does not provide Internet after setup, check whether it is turned on on the main router AP Isolation (Client Isolation). This feature blocks communication between devices on the same network.

3. Method 2: Using WDS (Wireless Distribution System) mode

WDS — is a standard that allows multiple access points to be connected into a single network wirelessly. Unlike a regular repeater, WDS supports roaming (automatic switching between points) and can work with several repeaters simultaneously. However, there are some nuances:

  • 🔗 All devices in WDS should use same channel And encryption type (For example, WPA2-PSK).
  • 📉 The connection speed drops by about 50%, since the data is transmitted in two hops.
  • 🔧 Not all routers support WDS in mode Repeater (some just like Bridge).

Instructions for Asus RT-N12 with firmware DD-WRT:

  1. Login to the web interface and go to Wireless → Basic Settings.
  2. In the field Wireless Mode select Repeater Bridge.
  3. IN Wireless Network Mode please indicate Mixed (if you are not sure about the standard of your main router).
  4. IN Wireless Network Name (SSID) Enter the name of the primary network.
  5. In the section Virtual Interfaces add a new interface with the same SSID (for clients).
  6. Save the settings and go to Wireless → Wireless Securityto specify the password.
  7. IN Setup → Network Setup turn it off DHCP and specify the IP address from the main router's subnet (for example, 192.168.1.2, if the main router has 192.168.1.1).
What is the difference between Repeater Bridge and Client Bridge?

In mode Client Bridge The router connects to the main network as a client, but does not retransmit Wi-Fi (it only distributes the Internet via cable). Repeater Bridge It creates a new access point by repeating the signal. The second mode is needed to boost Wi-Fi.

After setup, test the connection: connect to the repeater network and try accessing the website. If the page doesn't load, check:

  • Do they match? SSID and the password with the main network.
  • Is it disabled? DHCP on the repeater.
  • Is the MAC address of the main router found in the list? WDS (sometimes you need to specify it manually in the settings).

4. Method 3: Installing custom firmware (DD-WRT/OpenWRT)

If the standard firmware does not support the repeater mode, DD-WRT or OpenWRT may reveal hidden capabilities of the device. This method requires caution: incorrect firmware can brick the router.

Preparation:

  1. Download the correct firmware version for your model from the official website. dd-wrt.com or openwrt.org.
  2. Connect the router to the computer via cable.
  3. Reset to factory settings (30/30/30 reset: hold down Reset, turn on the power, hold for 30 seconds, turn off the power for 30 seconds, turn on again and hold Reset another 30 seconds).

Firmware via web interface:

  1. Log in to your router's control panel.
  2. Go to the firmware update section (usually Administration → Firmware Upgrade).
  3. Upload the downloaded file and wait for it to complete (do not turn off the power!).
  4. After rebooting, enter the new interface DD-WRT (the default login and password are usually root/admin).

Setting up a repeater in DD-WRT:

  1. Go to Wireless → Basic Settings.
  2. IN Wireless Mode select Repeater.
  3. IN Wireless Network Name (SSID) Specify the name of the primary network.
  4. IN Virtual Interfaces add a new interface with the same SSID (for clients).
  5. Save the settings and go to Wireless → Wireless Securityto enter the password.
  6. Turn it off DHCP V Setup → Network Setup.
⚠️ Attention: Firmware OpenWRT Requires additional packages to be installed to operate in repeater mode. After flashing, run the following commands:
opkg update

opkg install relayd

and configure the configuration files /etc/config/wireless And /etc/config/network.

5. Optimizing Repeater Operation: How to Reduce Speed ​​Losses

A repeater always reduces connection speed because it has to simultaneously receive and transmit data. But there are ways to minimize losses:

  • 📶 Spread the channelsIf your main router operates on channel 6, set the repeater to channel 1 or 11 (for 2.4 GHz). This will reduce interference.
  • 🔄 Use 5 GHz to communicate with your router, and 2.4 GHz is for clients. This will reduce losses.
  • 📡 Position the repeater correctly: it must be located in the area of ​​confident reception of the main network (at least 70% signal level).
  • 🔌 Disable unnecessary features: QoS, IPv6, Guest Network They eat up resources on the repeater.

To check the connection quality, use the following utilities:

  • WiFi Analyzer (Android) - shows channel load.
  • NetSpot (Windows/macOS) — creates a heat map of the signal.
  • ping And traceroute in the command line to diagnose delays.
Parameter Recommended value Explanation
Channel width (2.4 GHz) 20 MHz 40 MHz increases speed but increases interference.
Wireless network mode N-only or AC-only Mixed mode (B/G/N) reduces speed.
MTU 1472 The default value (1500) may cause packet fragmentation.
MoCA (if supported) Turn on Allows you to use coaxial cable to connect to your router.

6. Common mistakes and their solutions

Even with proper settings, the repeater may still operate unstable. Here are the most common issues and how to fix them:

  • 🚫 The repeater does not connect to the main network:
    • Check if your main router supports the mode WDS or Repeater.
    • Make sure the filter is disabled on your main router. MAC address.
    • Try to specify the channel manually (not Auto).
  • 🔄 Constant connection breaks:
    • Reduce the channel width to 20 MHz.
    • Turn it off 802.11r (Fast Roaming) - It may conflict with some devices.
    • Update the firmware on both routers.
  • 📉 Low speed (less than 10 Mbps):
    • Check if it is turned on on the repeater QoS or Bandwidth Limiter.
    • Switch from 2.4 GHz on 5 GHz (if supported).
    • Make sure that the main router is not overloaded (check DHCP Leases).

If the repeater is working but clients cannot get an IP address, run:

ipconfig /release

ipconfig /renew

in the Windows command line or restart the device.

⚠️ Please note: Some providers (eg. Rostelecom or Beeline) bind access to the network by MAC address the main router. In this case, the repeater won't be able to distribute the internet. The solution is to clone MAC main device on the repeater (optional MAC Clone in the settings WAN).

7. Alternatives to a DIY Repeater: When is it Better to Buy a Ready-Made Solution?

Despite the cost savings, a homemade repeater isn't always suitable. Consider purchasing a specialized device if:

  • 🏠 Coverage area exceeds 150 m² - Mesh systems (for example, TP-Link Deco or Asus ZenWiFi) cope better.
  • 🎮 A stable connection is needed for online gaming or 4K streaming, the repeater adds latency (ping).
  • 📱 Roaming required between multiple points - most DIY solutions do not support seamless switching.
  • Design is important - compact repeaters (for example, Xiaomi Wi-Fi Repeater 2) easy to hide.

Comparison of a homemade and factory-made repeater:

Criterion Homemade repeater Factory repeater
Price 0 ₽ (if you have an old router) from 1,500 ₽
Max. speed (2.4 GHz) up to 150 Mbps (with losses) up to 300–1200 Mbps
Mesh support No Yes (in models with EasyMesh)
Setting up Complex (requires knowledge) Simple (via mobile app)

If you still decide to buy a ready-made device, pay attention to models with support Mu-MIMO And Beamforming - they distribute the signal between clients more efficiently.

FAQ: Frequently asked questions about setting up a repeater from a router

Is it possible to use a repeater to boost the signal from a neighbor (with his permission)?

Technically yes, but there are some nuances:

  • The speed will be lower due to the double "hop" of the signal.
  • Some routers block connections from other people. MAC addresses.
  • Legally, this may violate the terms of the provider's agreement (prohibition on distributing Internet to third parties).

It's better to agree with your neighbor about laying the cable and setting it up. Access Point.

Why does the repeater show "Connected without internet access"?

Reasons and solutions:

  • Invalid IP address: Make sure the repeater is in the same subnet as the main router (e.g. 192.168.1.x).
  • MAC blocking: Clone MAC address main router on the repeater.
  • DHCP does not issue an address: Set up a static IP on the repeater or check the settings DHCP on the main router.
  • Problems with the provider: Connect to the main router directly and check if there is internet.
How to turn a router into a repeater without losing speed?

It is impossible to completely avoid losses, but they can be minimized:

  1. Use wired connection between routers (mode Access Point).
  2. Set up dual-band repeater: 5 GHz for communication with the router, 2.4 GHz for clients.
  3. Turn it off unnecessary functions on the repeater: QoS, Parental Control, IPv6.
  4. Install alternative firmware (For example, DD-WRT) with optimized drivers.

Under ideal conditions (100 Mbps, 5 GHz signal), losses will be ~30–40%. When using 2.4 GHz, losses will be up to 50–60%.

Can a 3G/4G router be used as a Wi-Fi repeater?

Yes, but with some reservations:

  • The device must support the mode Wi-Fi Repeater (For example, Huawei B525).
  • In the settings, you need to disable the mobile connection and configure Wi-Fi relay.
  • Speed ​​will be limited by capabilities Wi-Fi module router (usually up to 300 Mbps).

For stable operation, it is better to use a separate repeater or router with support WDS.

How do I reset the repeater if I forgot the password?

Reset methods:

  1. Hard reset: Press and hold the button Reset (usually 10-15 seconds) until the indicators flash.
  2. Via the web interface: If you remember the IP address of the repeater, go to the control panel and find the option Restore Factory Defaults.
  3. Via Telnet/SSH (for firmware DD-WRT/OpenWRT):
    erase nvram
    

    reboot

After the reset, the settings will return to factory settings and you will be able to log in by default (usually admin/admin or admin/blank password).