Many users face a situation where a desktop computer or old laptop can't connect to a wireless network due to a missing built-in module or a faulty receiver. Buying a separate USB dongle often seems like a simple solution, but the built-in antennas of full-featured routers provide a significantly more stable signal and greater range. Using a router as a dongle Wi-Fi adapter — is an effective way to revive outdated hardware and save money.
The method involves switching the device's operating mode from distributing internet to receiving it. In this scenario, your router stops creating its own network and begins acting as a bridge, transmitting the received signal over the air to the computer via a LAN cable. This approach is especially relevant for gaming PCs, where connection stability is critical, and for systems where installing drivers for new adapters causes conflicts.
Before setting up, you need to ensure the hardware is compatible. Not all budget models support client mode or universal repeater (WDS) functionality, so the first step should always be checking the specifications for your model on the manufacturer's official website. If the software supports it, you'll have a powerful tool for expanding your coverage area without sacrificing speed.
Checking compatibility and preparing equipment
The first step is to identify your router's capabilities. Manufacturers use different names for the same feature: for TP-Link, it might be Client Mode, ASUS has — Media Bridge or Repeater, and MikroTik has a mode StationYou'll need access to the device's web interface. To do this, connect your computer to the router via a patch cord using any LAN port other than the WAN port.
It's important to understand that when switching to client mode, the WAN port on the device is typically blocked and no longer functions. All traffic will flow through the LAN interface. It's also worth paying attention to Wi-Fi standards: if your main router only broadcasts in the 5 GHz band, and the client router only supports 2.4 GHz, a connection will fail.
⚠️ Attention: When switching from router to client or bridge mode, the device's standard DHCP server functions are often automatically disabled. This can result in loss of access to the web interface unless the computer's IP address is manually assigned to the same subnet.
To successfully implement the project you will need:
- 📡 The main router distributing the Internet (signal source).
- 🔌 A second router that will act as a receiver (client).
- 💻 A computer or laptop to configure the settings.
- 🔌 Ethernet cable for connecting the PC and the router being configured.
Reset settings and enter the control panel
Before making changes to the configuration network infrastructure It is highly recommended to perform a full reset (hard reset). This will eliminate the effects of old routing rules, conflicting IP addresses, and leftover configurations from your previous provider. To do this, find the button Reset on the back of the device, press it with a paper clip for 10-15 seconds until the indicators blink simultaneously.
After rebooting, connect to the device through a browser by entering the address indicated on the sticker at the bottom (usually 192.168.0.1 or 192.168.1.1). If you're configuring a previously used router, its IP address may conflict with the main router's address. In this case, first change the LAN interface IP address to a unique value, for example, 192.168.1.250to avoid confusion on the network.
☑️ Preparing for firmware update
In some cases, the standard factory firmware may not have the required functionality. If the client mode is not available in the menu, it may be worth considering installing alternative operating systems, such as DD-WRT, OpenWrt or PadavanThese systems unlock hidden equipment features, transforming budget models into professional tools.
Configuring Client Mode on Different Routers
The procedure varies significantly depending on the manufacturer and firmware version. Modern interfaces often include a quick setup wizard (Quick Setup), which will prompt you to select the operating mode. If there is no such wizard, look for the section Opening hours (Operation Mode) in system settings or on the main status page.
Let's look at the setup features for popular brands. TP-Link In the new interfaces (green menu), you need to select "Access Point" mode and then check the "Client Mode" box. In older blue interfaces (e.g., TL-WR740N), this functionality is often hidden and requires changing the region to "USA" or updating the firmware. ASUS In the "Administration" -> "Operating mode" section, you need to select "Media Bridge Mode" or "Repeater", which is functionally equivalent to a client for receiving a signal.
⚠️ Attention: Firmware interfaces are constantly being updated. The menu layout may differ from what's described, so look for keywords like Bridge, Client, Repeater, and WDS.
After selecting the mode, the device will ask you to reboot. After turning on, the router will enter network search mode. You will need to go to the wireless networks section (Wireless -> Site Survey or List of networks), find your main network and click the "Connect" button.
| Router brand | Mode name | Menu location | Peculiarity |
|---|---|---|---|
| TP-Link | Client / Access Point | Operating mode / Wireless | Often requires a change of region |
| ASUS | Media Bridge | Administration | Disables the guest network |
| Keenetic | Access Point / Client | Internet -> Wi-Fi Client | The most user-friendly interface |
| Tenda | Universal Repeater | Opening hours | Works without rebooting |
Wireless connection and security configuration
When connecting to the main network, it is critical to correctly specify the encryption type. Modern networks use the standard WPA2-PSK or WPA3If you enter the wrong encryption type or make a single character mistake in the password, the router will show a connection attempt, but the status will be "Disconnected" or "Obtaining IP address."
It's also worth paying attention to the wireless channel. In client mode, it's best to lock the channel on the main router (e.g., 1, 6, or 11 for 2.4 GHz) so that the client router doesn't lose connection when the main device automatically switches channels. This is less relevant for the 5 GHz band, but choosing a channel with the least congestion (DFS channels) can improve stability.
Enter the Wi-Fi network password in the appropriate field. Some models require manual entry of the main router's MAC address, although most modern devices can automatically copy it from the list of available networks during scanning.
What to do if the router doesn't see the network?
Make sure the distance between the devices isn't too great. Check if MAC address filtering is enabled on the main router. Try temporarily disabling encryption on the main router to test the connection, then restore protection.
After a successful connection, the Wi-Fi indicator on the client router should light up or change color, indicating an active link. The device is now ready to broadcast the received internet to devices connected via cable.
Configuring LAN and disabling the DHCP server
This is the most important technical detail that beginners often miss. When a router operates in client (or bridge) mode, it should not distribute IP addresses. This function (DHCP server) is performed by the main router. If DHCP remains enabled on the client device, a network conflict will occur, and the internet will be lost on all devices.
Go to LAN settings (Network -> LAN) and find the item DHCP Server. Set the value to Disable (Disable). Save the settings. Now your router adapter will transparently forward requests from your computer to the main router, which will assign the correct IP address.
Some models (such as Keenetic or newer ASUS routers) automatically disable DHCP when selecting "Media Bridge" or "Client" mode. However, manually checking this setting is always a good idea. Make sure the IP address of the client router is in the same subnet as the primary network, but not the same as the gateway address.
⚠️ Attention: After disabling the DHCP server, you may lose access to the client router settings if your computer isn't configured to obtain an IP address automatically. In this case, manually enter a static IP address on your PC's network card (e.g., 192.168.1.50) to access the interface again.
Connecting to a PC and speed diagnostics
The final step is the physical connection. Take an Ethernet cable and connect the LAN port on the client router to your computer's network card. Since the WAN port is usually disabled in this mode, use the LAN port. The computer should automatically obtain an IP address from the main router.
To check the connection quality, use the utility pingOpen a command prompt and enter the ping command to the primary network gateway. Latency (ping) should be minimal. Ideally, when using the 5 GHz band, ping should not exceed 3-5 ms within a single room.
ping 192.168.1.1 -t
If you experience high latency or packet loss, try repositioning your antennas. Align them perpendicular to each other or parallel to the main router's antennas. Metal objects and microwave ovens can cause significant interference in the 2.4 GHz band.
Possible problems and solutions
Even with proper configuration, difficulties can arise. Often, the problem lies in incompatibility of encryption standards or channel width. For example, if the main router is operating in 802.11ax (Wi-Fi 6) with a channel width of 160 MHz, and the old client router only supports 802.11n, there will be no connection. In this case, you will need to lower the requirements on the main router.
Another common problem is a stuck connection. The client router may show a connection, but the internet isn't working. This is often resolved by rebooting both devices in the correct sequence: first, turn on the primary router and wait for it to fully boot up, then turn on the client router.
- 📉 Low speed: Check if your router is operating in 2.4 GHz mode when 5 GHz is available. The speed over the air is always cut at least in half due to Wi-Fi's half-duplex mode.
- 🔒 Authorization error: Make sure MAC address filtering is disabled on the main router. Add the client's MAC address to the whitelist.
- 🔄 Cyclic reboot: The client router's power supply may be weak or faulty. Power consumption increases when signal reception is active.
Is it possible to use the router's WAN port to connect to a PC in client mode?
In most standard firmware versions, the WAN port is disabled by software in client mode. However, in some advanced firmware versions (such as OpenWrt), you can reassign ports, turning the WAN port into a regular LAN port. In stock firmware versions, use only LAN ports.
Will my internet speed drop when using my router as an adapter?
Yes, the speed will always be lower than with a direct cable connection, as Wi-Fi is a half-duplex channel (reception and transmission take turns). Losses can range from 20% to 50% of the actual speed of the plan, especially in the 2.4 GHz band.
Is this method suitable for Smart TV?
Yes, this is a great way to connect your TV to Wi-Fi if the built-in module is weak or glitchy. The router will take over the job of providing a stable signal, and the TV will receive internet via cable.
Do I need to register DNS on the client router?
No, in bridge/client mode, DNS requests must be forwarded to the main router or ISP server. Leave the DNS fields blank or set to "Automatic."
Is it possible to further distribute Wi-Fi from a client router?
Technically, this is possible (WDS or repeater mode), but it will create double NAT and significantly reduce speed. It's best to use client mode only for a single device's wired connection.