Many users face a situation where a desktop computer or modern Smart TV can't connect to a wireless network due to a missing built-in module or poor signal strength. In such cases, an old, but functional router that's been gathering dust on a shelf comes to the rescue. Converting a router into a client access point isn't just a way to save money on a new USB dongle, it's also a way to achieve a more stable connection.
The method involves changing the device's operating logic. Instead of creating its own network and distributing internet, the router begins searching for an external network, connecting to it, and broadcasting the received signal through the LAN port to the connected device. This mode is often called Client Mode, WDS, or simply bridge mode. Implementation varies by model and firmware, but the general principle remains the same for most equipment.
Before you begin setting up, you need to ensure your equipment supports the required functionality. Not all budget models have hidden client capabilities. However, even in this case, the situation can be remedied with alternative software that provides access to advanced network interface management features.
Checking compatibility and selecting equipment
The first step is a detailed review of your existing equipment. You'll need a router that will operate in client mode and a primary device that distributes the internet. It's crucial to understand that not all models support native client mode in their firmware. This option is most often found in mid- and high-end devices.
If the standard interface doesn't offer the required settings, the only solution is to install third-party software. Firmware is the leader in this area. OpenWrt, DD-WRT And PadavanThey allow you to transform virtually any router with the appropriate amount of memory into a powerful networking tool. However, before downloading the firmware, you need to know the exact device model and its hardware version.
- 🔍 Check the sticker on the bottom of the router: it indicates the exact model and hardware revision (Ver. 1.0, Ver. 2.0).
- 📡 Make sure your device supports the standard 802.11n or 802.11ac to ensure decent data transfer speed.
- 💾 Check your RAM: installing alternative firmware often requires at least 32 MB of RAM.
⚠️ Warning: Installing unofficial firmware always carries the risk of bricking your device. If you're unsure or can't find the exact instructions for your board revision, it's best to stick with the factory settings or buy a compatible model.
It's also worth paying attention to the frequency range. If the main router only broadcasts in the 5 GHz band, and your client only supports 2.4 GHz, a connection will fail. Matching wireless standards is the foundation upon which all subsequent network configuration is built.
Preparing to flash your router
If the default functionality doesn't allow you to activate client mode, you'll have to resort to reflashing the firmware. This process requires care and preparation. You'll need a computer with a network port, an Ethernet cable, and a firmware file downloaded from the developer's official repository. Using files from untrusted sources may result in unstable operation or complete inoperability of the device.
Before beginning the procedure, it is recommended to perform a factory reset. This will eliminate any configuration file conflicts that may have been left over from the previous owner or previous experiments. The reset is usually performed via the web interface or by pressing the physical button. Reset on the device body for 10-15 seconds.
☑️ Preparing for flashing
An important step is to statically configure an IP address on your computer's network card. By default, routers often have an address 192.168.0.1 or 192.168.1.1For the computer to “see” the device in recovery mode or during first setup, its IP must be in the same subnet, for example, 192.168.0.10.
What to do if the firmware does not install?
If the installation process is interrupted or the file isn't being received, try using the TFTP utility. To do this, initiate the file transfer as the router boots, often within the first 2-3 seconds after powering on. Timing is crucial here.
Don't ignore the device's power supply. Use only the original power supply or a source with similar voltage and current specifications. Voltage surges or power shortages during the critical moment when writing data to flash memory can cause irreversible damage.
Setting up client mode (WDS) on stock firmware
For router owners TP-Link, Asus or Keenetic You're often more fortunate, as many models from these brands have a client mode built into the factory software. This eliminates the need to risk the warranty by installing third-party software. The setup process in this case boils down to properly configuring the interface.
To begin, log in to the device's web interface. In the browser's address bar, enter the router's IP address, which is by default located on the sticker. After logging in, find the section responsible for the operating mode. It may be called "Operating Mode," "Operating Mode," or "Wireless Mode."
Select "Client Mode," "Client," or "WDS Bridge." After selecting the mode, the device will prompt you to scan for available wireless networks. From the list that appears, select your primary network to connect to and enter its password. Be careful not to confuse the WiFi password with the router's administrator password.
Any (often not used)
| Parameter | Meaning for the Client Router | Importance for the Main Router |
|---|---|---|
| Opening hours | Client / WDS / Bridge | Access point / Router |
| LAN IP address | Unique within a subnet (e.g. 192.168.1.2) | Default Gateway (192.168.1.1) |
| DHCP Server | Disabled | Enabled |
| SSID (Network Name) | Your WiFi network name |
The key is to disable the DHCP server on the router being configured. In client mode, all IP addresses should be assigned by the main router. Leaving DHCP enabled on both devices will result in an address conflict, and the network will stop functioning properly. Devices will constantly lose connection or fail to obtain an IP address at all.
OpenWrt Installation and Configuration for Advanced Users
If the factory firmware limits your capabilities, OpenWrt becomes a real lifesaver. It's a full-fledged Linux-based operating system designed for embedded devices. It provides access to thousands of packages and allows you to configure your router in ways impossible with standard tools.
The installation process begins with searching for the firmware image (.bin or .sysupgrade.bin) specifically for your model on the project website. After downloading the file, you need to upload it through the standard software update interface. In some cases, an initial installation of an intermediate firmware version is required before the final stable version is available.
After successful installation and first reboot, the router will create an open network named OpenWrtOnce connected, you will be taken to the web interface. LuCIThe setup logic here is different from what we're used to. You'll need to customize the interface. WAN as a wireless client. To do this, in the "Network" -> "Wireless" section, disable the existing access point and add a new network in "Client" mode.
⚠️ Note: OpenWrt interfaces may vary depending on the version. If you don't see the options you need, make sure the packages are installed.
luci-proto-wirelessAndwpad-basicorwpad-opensslto support encryption.
In the wireless interface configuration, you must specify the primary network's SSID and encryption key. It's important to select the correct security protocol (WPA2-PSK, WPA3), otherwise the connection will fail. After saving the settings, the router will attempt to connect. You can check the connection status in the "Overview" or "Status" sections.
Don't forget to configure your firewall. In OpenWrt, traffic between zones may be restricted by default. You need to add a rule to allow traffic forwarding out of the zone. lan into the zone wan (which in this case is the WiFi client). Without this, the internet will not work on connected devices, although the local network may be accessible.
Network setup and IP conflict resolution
Once a physical or logical connection is established, it's critical to configure IP addressing correctly. As mentioned earlier, the DHCP server on the client router should be disabled. It's also important to ensure that the router's static IP address doesn't conflict with the default gateway address.
For example, if the main router has the address 192.168.1.1, then it is better to assign an address to the device being configured 192.168.1.2 or any other free address in this range. This will allow you to always access the client router's management interface in the future by simply entering its IP in a browser.
If you use a router to connect your PC via a LAN port, make sure your computer is also configured to obtain an IP address automatically. In the rare case where a static IP address is required on the PC, the default gateway and DNS server should be set to the address of the main router, not the client router.
The connection is checked by the command pingOpen the command prompt on the connected device and enter ping 8.8.8.8If the packets are going through, then the routing is working. Then check ping google.com — this will confirm that the DNS is working. If the IP can be pinged but the domain name cannot, the problem lies in the DNS settings.
Optimizing connection speed and stability
Even with a successful connection, speeds through multiple routers may be lower than expected. This is due to the overhead of double encryption and signal retransmission. To minimize loss, use the 5 GHz band if your equipment supports it. It's less congested and provides higher throughput.
Antenna placement also plays a role. Try to place the client router within range of the primary signal source. Walls, mirrors, and household appliances can significantly weaken the signal. Sometimes, moving the device 50 centimeters to the side can double the connection speed.
In the wireless settings (Wireless Mode) it is worth choosing the most modern standard supported by both devices, for example, 802.11ac or N-only. Mixed modes (b/g/n) can reduce overall network performance because the protocol is forced to take into account the capabilities of the oldest devices.
It also makes sense to fix the wireless channel on the main router. If the main router constantly hops between channels looking for a free one, the client router may lose connection each time it switches. Choosing a static, less congested channel will improve stability.
Why is the speed via a router's WiFi adapter lower than via a cable?
Speed will always be lower due to protocol overhead, the need for packet acknowledgement, and the half-duplex mode (simultaneous transmission is impossible on the same frequency). Furthermore, the signal travels twice: from the main router to the client and from the client to the PC.
Is it possible to connect routers of different brands in WDS mode?
The WDS standard isn't strictly unified. Bridge mode often only works reliably between devices of the same brand or even the same series. For connecting disparate equipment, it's better to use Client Mode or universal firmware like OpenWrt.
Will IPTV work through this adapter?
Yes, but it requires proper configuration. It's necessary for multicast traffic to be forwarded correctly. In OpenWrt, this often requires installing a package. igmpproxy and interface settings. Factory firmware sometimes includes a separate checkbox for "IPTV" or traffic prioritization.
How to reset the router to its original state?
To restore factory settings, simply perform a hard reset. While the device is turned on, press and hold the reset button for 10-15 seconds until the indicators flash. If you installed a third-party firmware, you may need to re-flash the device using the original image via Recovery Mode.
Does the router get hotter than usual in client mode?
The processor and radio module load in client mode is comparable to that in access point mode. However, if the device is located in a poorly ventilated area or is obscured by objects, overheating is possible. In client mode, the router constantly scans the airwaves and maintains a connection, which requires resources.