Do you want to extend your Wi-Fi coverage but don't know how to make your old router work as a Wi-Fi router? signal receiverOr do you need to connect a device without built-in Wi-Fi (like a Smart TV or gaming console) to the internet via an Ethernet cable? In both cases, your router can become a fully-functional wireless network client — it’s enough to set it up correctly.
In this article we will discuss three main operating modes, which will turn your router into a receiver: WISP (wireless internet service), Bridge And RepeaterYou'll learn which method is best for your needs, how to avoid common setup mistakes, and which router models support these features. For advanced users, we've prepared setup instructions via Telnet/SSH and alternative firmware.
Before you begin, please check that your router supports at least one of the modes listed. You can check this in the device's manual or on the manufacturer's website (look for sections Wireless ISP, Client Mode or Universal Repeater). If your model doesn't support the required mode out of the box, don't despair—flash-flash software can often help, for example, DD-WRT or OpenWRT.
1. What is the difference between WISP, Bridge and Repeater modes?
All three modes allow the router receive a Wi-Fi signal from another access point, but they work differently. The choice depends on your purpose:
- 📡 WISP (Wireless ISP) — the router connects to another network as a client and distributes internet access to its ports (including Wi-Fi). This is suitable for connecting devices to Wi-Fi. via cable (for example, PC or Smart TV).
- 🌉 Bridge — a router connects two networks at the data link layer, transparently transmitting traffic. It's used to combine networks (for example, a primary router and a second one located in another room).
- 🔄 Repeater/Universal Repeater — the router receives the signal and retransmits it further, increasing the coverage area. Cons: Speed is halved due to the double data transfer.
We'll examine each mode in more detail in separate sections. For now, here's a quick comparison table:
| Mode | Purpose | Need a cable? | Does it support Wi-Fi on output? | Loss of speed |
|---|---|---|---|---|
WISP |
Connecting devices via Ethernet to someone else's Wi-Fi | Yes (for clients) | Yes (optional) | Minimum |
Bridge |
Combining two networks (for example, the main and additional router) | No | Yes | No (if configured correctly) |
Repeater |
Increasing Wi-Fi coverage | No | Yes | Up to 50% (due to relay) |
Important: If your router does not support the required mode in the standard firmware, it can be “unlocked” using alternative software (for example, DD-WRT). However, this requires experience and may void the warranty.
2. Configuring the router in WISP mode (for connecting devices via cable)
Mode WISP (or Client Mode) is ideal if you need to connect a device to Wi-Fi that does not have a wireless module, but has a port Ethernet. For example:
- 🖥️ Desktop PC without Wi-Fi adapter
- 📺 Smart TV or media player (for example, Xiaomi Mi Box)
- 🎮 Game console (PlayStation, Xbox)
In this mode the router acts as a client of someone else's Wi-Fi network and transmits the Internet to its LAN-ports. Its own Wi-Fi network can be disabled (to avoid interference) or run in parallel (if you need to distribute internet over the air).
Step-by-step instructions for TP-Link routers
Let's look at the setup using an example TP-Link Archer C6 (the interface may differ slightly for other models):
- Connect to the router via cable or via its Wi-Fi (if it is already distributing the network).
- Open the control panel at
192.168.0.1or192.168.1.1(login/password usuallyadmin/admin). - Go to
Advanced Settings → Network → WAN. - In the section
WAN connection typeselectWireless connection (WISP). - Click
Search, select the network you want to connect to and enter the password. - Save the settings and reboot the router.
After rebooting, connect your device (eg PC) to LAN- router port - it will receive Internet from someone else's Wi-Fi network.
Is the router powered on?|Is WISP mode selected in the WAN settings?|Is the network and password correct?|Did you reboot the router after saving?|Is the device connected to the LAN port?-->
⚠️ Attention: If the internet still doesn't work after setup, check if there are any IP address conflicts. For example, if the main router is distributing addresses in the range192.168.1.x, and your router in WISP mode has an address192.168.0.1, connected devices may not be able to access the network. Solution: Change the IP address of the WISP router to192.168.1.2(in settingsLAN).
Setting up WISP on ASUS routers
On ASUS RT-AC66U and similar models the path will be different:
- Go to
Administration → Operating Mode. - Select
Wireless Adapter Mode (Media Bridge). - In the section
Wireless networkEnter the SSID and password of the target network. - Save the settings and connect the device to
LAN-port.
Please note: On some ASUS models the mode Media Bridge Disables the router's own Wi-Fi network. If you need the router to simultaneously receive and distribute Wi-Fi, use the "Send" mode. Repeater (repeater).
3. Bridge Mode: How to connect two networks without losing speed
Mode Bridge (bridge) is used for transparent unification of two networksUnlike WISPHere, the router doesn't act as a client, but rather connects two networks at the data link layer. This is useful if:
- 🏠 You have two routers and want to expand your network without creating a separate subnet.
- 🖧 You need to connect devices located in another room to the main network (for example, via a second router).
- 🔌 You are using Powerline adapters and want to integrate them into a wireless network.
The main advantage of a bridge over a repeater is no loss of speed, since the data is not relayed, but transmitted directly. However, to set it up, you will need:
- 🔧 Mode support
BridgeorClient Bridgein the router firmware. - 📶 Identical security settings (encryption type, password) on both routers.
- 🔢 Different IP addresses for routers (but in the same subnet).
Instructions for Keenetic routers
On Keenetic The bridge is configured via the web interface:
- Connect to your router and open the control panel (
192.168.1.1). - Go to
Home Network → Segments. - Click
Add segmentand select the typeBridge. - In the section
Wireless networkEnter the main router's SSID and password. - In the settings
IPv4turn it offDHCP server(so that only the main router distributes IP addresses). - Save the settings and reboot the router.
After setting up the devices connected to LAN-ports of the second router will receive IP addresses from the main router, as if they were connected directly.
⚠️ Attention: If after setting up the bridge the devices are not receiving an IP address, check if there are any conflicting DHCP ranges. For example, if the main router is distributing addresses from192.168.1.100to192.168.1.200, and the second router in bridge mode has an IP192.168.1.1, a conflict may occur. Solution: change the IP address of the second router to192.168.1.2.
Setting up a bridge on MikroTik routers
For MikroTik (For example, hAP ac²) the setting is performed via Winbox:
- Connect to the router via
Winbox. - Go to
Wireless → Security Profilesand create a profile with a password from the main network. - IN
WirelessclickScan, select the network and connect to it. - Create a bridge:
Bridge → Add New. - Add interfaces to the bridge
wlan1(Wi-Fi) andether2-ether5(LAN ports). - Disable DHCP server in the tab
IP → DHCP Server.
You can also configure it on MikroTik WDS (Wireless Distribution System) is a type of bridge that is not supported by all routers, but provides an even more stable connection.
4. Repeater: How to increase Wi-Fi coverage
Mode Repeater (repeater) is the easiest way extend the Wi-Fi range Without laying cables. In this mode, the router receives the signal from the main access point and retransmits it further, increasing the coverage range. However, there is an important caveat: connection speed drops by half, since the router must simultaneously receive and transmit data.
This mode is suitable if:
- 📶 Some rooms have a weak Wi-Fi signal.
- 🏡 Need to cover a large house or office with Wi-Fi.
- 🚫 There is no way to extend the network cable.
Disadvantages of a repeater:
- ⚠️ Internet speed decreases (sometimes up to 50%).
- ⚠️ Latency (ping) increases, which is critical for online games.
- ⚠️ Not all routers support this mode in their standard firmware.
Setting up a repeater on TP-Link routers
On most models TP-Link (For example, TL-WR841N) the repeater mode is called Universal Repeater:
- Go to the control panel (
192.168.0.1). - Go to
Wireless → Wireless Settings. - Check the box
Enable Universal Repeater Mode. - Click
Search, select the network and enter the password. - Save the settings and reboot the router.
Once configured, the router will rebroadcast the signal with the new SSID (usually a suffix is added _EXT). Connect to this network if you need to boost the signal.
⚠️ Attention: If the main router usesWPA3, and the repeater only supportsWPA2, the connection may not be established. Solution: temporarily switch the main router toWPA2-PSKor update the repeater firmware.
Setting up a repeater on ASUS routers (AiMesh mode)
On ASUS instead of a classic repeater, technology is used AiMesh, which allows you to create seamless Wi-Fi network:
- Update the firmware of both routers to the latest version.
- On the main router, turn on
AiMeshin the settings (Administration → Operating Mode). - On the second router, select
AiMesh Node Modeand follow the connection instructions.
Advantage AiMesh in front of a regular repeater - automatic switching between access points without breaking the connection (as in mesh systems).
Which is better?
repeater or mesh system?:
A repeater is cheaper, but it reduces speed and increases ping. A mesh system (for example, TP-Link Deco or ASUS ZenWiFi) is more expensive, but provides stable coverage without speed loss. If you have a large home or office, it's better to consider a mesh network. For a temporary solution (for example, at a summer house), a repeater will suffice.
5. Alternative methods: flashing DD-WRT and setting up via Telnet
If your router does not support the required mode in the standard firmware, you can install alternative software, For example:
- 🔧 DD-WRT - supports most modes, including
Client BridgeAndRepeater Bridge. - 🔧 OpenWRT - more flexible, but difficult to configure.
- 🔧 Tomato - simple interface, but limited list of supported devices.
Warning: Flashing alternative firmware may void the warranty And if installed incorrectly, you can brick your router. Only do this if you're confident in your abilities!
Installing DD-WRT and Configuring Client Bridge
Let's look at the process using an example TP-Link TL-WR841N:
- Download the firmware DD-WRT for your model from the official website (dd-wrt.com).
- Go to the router control panel and update the firmware via
System Tools → Firmware Update. - After installation, go to
192.168.1.1(default login/password:root/admin). - Go to
Wireless → Basic Settingsand selectClient Bridge. - IN
Wireless SecuritySpecify the primary network settings. - Disable DHCP in
Setup → Network Setup. - Save the settings and reboot the router.
Now the router is in bridge mode and you can connect devices to it. LAN-ports.
Setup via Telnet/SSH (for advanced users)
If the web interface does not provide the required options, you can configure the router through Telnet or SSHFor example, to enable client mode on OpenWRT:
uci set wireless.sta=wifi-ifaceuci set wireless.sta.device='radio0'
uci set wireless.sta.mode='sta'
uci set wireless.sta.ssid='NETWORK_NAME'
uci set wireless.sta.encryption='psk2'
uci set wireless.sta.key='PASSWORD'
uci commit
wifi
This command connects the router to the specified network in client mode. Setting up a bridge or repeater requires additional parameters.
⚠️ Attention: Incorrect commands inTelnet/SSHmay disrupt the router's operation. Before experimenting, back up your settings usingBackupin the web interface.
6. Common mistakes and how to avoid them
When setting up a router as a receiver, users often encounter common problems. Here are the most common ones and how to solve them:
| Problem | Possible cause | Solution |
|---|---|---|
| The router does not connect to the main network | Incorrect password or encryption type | Check your security settings (eg. WPA2-PSK instead of WPA3) |
| There is no internet on connected devices | IP address conflict or DHCP is disabled | Change the IP address of the receiving router or enable DHCP on the main router. |
| Internet speed has dropped significantly | Repeater mode or weak signal | Use a bridge instead of a repeater or move the router closer to the signal source |
| The router constantly reboots | Incompatible firmware or overheating | Restore the default firmware or check the ventilation |
Another common mistake is double NAT (When both routers assign their own IP addresses). This can cause problems with online gaming, VoIP, or remote access. To avoid double NAT:
- 🔧 Disable DHCP on the receiving router (if it is operating in bridge or WISP mode).
- 🔧 Configure your main router to distribute IP addresses in a wider range (for example,
192.168.1.100–192.168.1.200). - 🔧 Use static IP addresses for critical devices.
If after all the manipulations the Internet still does not work, try resetting the router to factory settings (button Reset for 10 seconds) and repeat the setup from scratch.
7. Which router should I choose to work as a receiver?
Not all routers perform equally well as a receiver. When choosing, consider:
- 📶 Receiver sensitivity — the higher the signal, the better the router will pick up a weak signal. Look for models with external antennas (for example, TP-Link Archer C7).
- 🔄 Support of the required modes - check if it is in the specifications
Client Mode,BridgeorRepeater. - 🔧 Possibility of firmware - If there are few standard functions, make sure that the router is supported DD-WRT or OpenWRT.
- 💰 Price — for receiver mode, you don’t need a top-end router; a mid-range model is sufficient.
Here are some proven models for different tasks:
| Task | Recommended model | Advantages | Estimated price (2026) |
|---|---|---|---|
| WISP mode (cable connection) | TP-Link TL-WR841N | Cheap, supports Universal Repeater, easy to stitch |
1 500–2 000 ₽ |
| Bridge for network unification | ASUS RT-AC66U | Supports Media Bridge, stable work |
3 500–4 500 ₽ |
| Repeater to increase coverage | Keenetic Lite III | Easy setup, support WDS |
2 500–3 000 ₽ |
| Advanced settings (DD-WRT/OpenWRT) | GL.iNet AR150 | Support for alternative firmware, compact size | 4 000–5 000 ₽ |
If you plan to use the router exclusively as a receiver, you can save money and buy a used model (for example, TP-Link TL-WR740N or D-Link DIR-300). The main thing is to test the modes before purchasing.
⚠️ Attention: Cheap routers (priced below 1,000 ₽) often do not support modesBridgeorRepeaterBefore purchasing, check the specifications on the manufacturer's website.
FAQ: Frequently asked questions about setting up a router as a receiver
Is it possible to use a router in receiver mode and distribute Wi-Fi at the same time?
Yes, but not in all modes. WISP And Universal Repeater The router can receive a signal from one network and distribute its own Wi-Fi network. In the mode Bridge (bridge) own Wi-Fi network is usually disabled, since the router acts as a "transparent" channel between networks.
Why don't devices receive an IP address after setting up the bridge?
This is due to a DHCP server conflict. Solution:
- Disable DHCP on the receiving router (if it is operating in bridge mode).
- Make sure the IP address of the receiving router is in the same subnet as the main router (e.g.
192.168.1.2, if the main router has192.168.1.1). - Check that the cable is connected to
LAN-port (not toWAN!).
Which mode is better for online gaming: Bridge or Repeater?
For online games It's better to use a bridge (Bridge), as it does not reduce speed or increase ping. Repeater (Repeater) retransmits the signal, which leads to delays and packet loss - this is critical for multiplayer games.
If the bridge cannot be configured, try the mode WISP with connection of a game console or PC via cable.
Is it possible to use 5GHz for receiver mode?
Yes, but with some reservations:
- 🔹 Mode
5 GHzNot supported by all routers as a receiver (check specifications). - 🔹 Signal on
5 GHzweakens faster than on2.4 GHz, so the receiving router should be located closer to the source. - 🔹 Some routers in bridge or repeater mode only work on
2.4 GHz.
If your router supports 5 GHz In receiver mode, use this range - it is less crowded and provides higher speed.