It's common for a desktop computer or laptop without a built-in module to require a wireless connection. Buying a new USB dongle or PCIe card isn't always justified, especially if you have an old router or modem lying around. excess equipment — this not only saves your budget, but also provides an excellent opportunity to get a more powerful antenna than in standard compact adapters.
Turning a router into Client Wi-Fi (or receiver) allows you to share the Internet via a LAN cable with one device or create a new wireless network. This process is often referred to as setting up a modem. WDS, Bridge or client modeImplementation depends on the specific device model and firmware version installed by the manufacturer.
Before tweaking settings, make sure your equipment is technically compatible. Not all budget models support client functionality. It is critical that your modem's chipset supports Client Mode or Repeater, otherwise software configuration will not be possible. In some cases, it will be necessary to replace the software with a third-party one, for example, OpenWrt or DD-WRT.
Checking compatibility and preparing equipment
The first step is to accurately identify your device model. This information is usually found on a sticker on the bottom of the device. You'll need the model, hardware platform version (Ver), and current firmware version. This information is essential for finding the appropriate manual or compatible alternative firmware.
There are several ways to check if your device supports the required mode without delving into technical specifications. The easiest method is to log into the administrator's web interface. If the wireless network settings menu doesn't have "Operating Mode," "Operating Mode," or "Wireless Mode" options, the default firmware likely limits functionality.
To successfully implement your plans, you will need:
- 💻 A computer or laptop with an Ethernet network card for initial setup.
- 🔌 Network cable (patch cord) for connecting a PC and a modem.
- 📡 The main router distributing the Internet, to which our "receiver" will connect.
- 🔧 Information about the encryption type and password of the main Wi-Fi network.
It's important to understand the difference between a modem and a router in this context. Pure ADSL or 4G modems without routing functionality or a LAN port (USB only) are virtually impossible to convert into a Wi-Fi receiver for a PC without complex soldering and chip reprogramming. We're considering the case where you have a fully-fledged router with WAN/LAN port.
⚠️ Attention: Before making any changes to the device's settings or firmware, be sure to perform a factory reset. This will prevent conflicts with old configurations that could prevent the device from switching operating modes.
Basic setup via the standard interface
Most modern devices from manufacturers such as TP-Link, Asus, Keenetic or Zyxel, have a built-in client mode function. First, connect your computer to one of the LAN ports of the modem you're configuring using a cable. Don't connect it to the main internet network yet.
Enter the device's IP address into your browser. Standard addresses often look like this: 192.168.0.1 or 192.168.1.1After logging in (the default login and password are usually on the sticker), find the section responsible for wireless connections. Depending on the firmware, it may be labeled "Wireless," "Wi-Fi," or "Seamless Network."
Within this section, look for the "Operation Mode" drop-down list. Select "Client," "Bridge," or "Repeater." Terminology may vary:
- 📶 Client Mode: The modem receives Wi-Fi and distributes it only via a LAN cable.
- 🔄 Repeater Mode: The modem receives Wi-Fi and broadcasts it further, creating a new access point with the same or a different name.
- 🌉 WDS Bridge: A more complex bridge mode that requires configuration on both routers and often only works between devices of the same brand.
After selecting the mode, click the "Search" or "Scan" button to see a list of available networks. Select your primary network from the list. The system will ask you to enter a security key (Wi-Fi password). Make sure the encryption type matches (usually it's WPA2-PSK).
A critical point is setting up IP addressing. To avoid address conflicts, the IP address of the receiving modem itself must be in the same subnet as the main router, but not the same. For example, if the main router has an address 192.168.1.1, then it is better to ask the receiver 192.168.1.2 or 192.168.1.250.
Using alternative firmware
If the standard functionality is limited by the manufacturer, open operating systems come to the rescue. OpenWrt And DD-WRT These are the most popular solutions that transform a standard router into a powerful networking tool. However, installing third-party software carries risks: incorrect firmware can brick the device.
The process begins by searching for your exact device model in the supported device database on the official OpenWrt project website. Even a minor difference in hardware version (for example, v1.0 and v1.1) can mean complete incompatibility. You'll need to download the firmware file with the extension .bin or .trx, designed specifically for your revision.
Installation typically occurs through the standard software update interface. In the "System" menu, select "Firmware Update" and upload the downloaded file. The process takes a few minutes, after which the device will reboot. Important: Do not interrupt the power supply under any circumstances while writing data to the flash memory.
After successfully installing OpenWrt, you will have access to the advanced interface. LuCITo configure client mode, go to "Network" → "Wireless." There, you can edit an existing network or create a new one by changing the Device Configuration mode to "Client."
What to do if OpenWrt doesn't detect the Wi-Fi adapter?
In some cases, the wireless module requires installing additional driver packages via opkg. Look for packages with names containing 'mac80211' or the name of your chipset (ath9k, brcm).
The advantage of alternative firmware is the ability to fine-tune antenna parameters, signal strength, and security protocols, which are often hidden in stock versions. You can configure automatic reconnection when the connection is lost or create complex routing rules.
⚠️ Attention: Installing custom firmware will void the manufacturer's warranty. Ensure the device's battery (if removable) is charged and the power source is stable, as a power surge during the firmware update can be fatal.
Network setup and IP conflict resolution
Once the modem switches to receiver mode, it ceases to be the primary gateway for devices connected to it. All internet access requests must now be handled by the primary router. Therefore, the server must be disabled in the LAN settings of the device being configured. DHCP.
Leaving DHCP enabled on both devices will create chaos on your local network: computers won't know which router to send data to, leading to constant connection drops or complete network inoperability. Disabling this feature switches the modem to a simple switch with a wireless bridge.
Let's look at the table for correctly setting up IP addresses for the "Main Router + Modem Receiver" combination:
| Parameter | Main router (Source) | Modem-receiver (Client) | Computer (Connected to receiver) |
|---|---|---|---|
| Device IP address | 192.168.1.1 | 192.168.1.2 | Received automatically |
| Subnet mask | 255.255.255.0 | 255.255.255.0 | 255.255.255.0 |
| Default Gateway | 192.168.1.1 (or from your provider) | 192.168.1.1 | 192.168.1.1 |
| DHCP Server | Enabled (Distributes 192.168.1.100-200) | Turned off | Client (Receives IP) |
After applying the settings, the receiving modem will likely require a reboot. Once powered on, connect your computer to its LAN port. If everything is set correctly, the WAN indicator (or globe) on the receiver may be off or blinking differently, as it is now receiving internet via Wi-Fi rather than transmitting it.
Check the connection by opening a command prompt and entering the command ping 8.8.8.8If packets are transmitted without loss, the bridge is working. Your PC now has access to the network via radio, using the old router's antennas, which often provides a better signal than the laptop's built-in module.
Optimizing connection speed and stability
Using a wireless bridge inevitably introduces delays and reduces the actual data transfer rate. Theoretically, the speed drops by at least 50% in repeater mode, since the radio module operates in half-duplex mode (it cannot simultaneously receive and transmit on the same frequency). To minimize losses, use a range 5 GHz, if the equipment supports it.
The 5 GHz frequency is less congested with neighboring networks and provides a wider channel. However, it has less penetration through walls. If the main router and receiver are in different rooms, separated by two concrete walls, 2.4 GHz may be more stable, despite the slower speed.
To improve stability, please follow these steps:
- 📡 Lock the Wi-Fi channel on your main router, disabling automatic channel selection. Use channels 1, 6, or 11 for 2.4 GHz.
- 🔒 Use encryption WPA2-AESMixed modes (TKIP+AES) or old WEP can limit the speed to 54 Mbps.
- 📍 Place the modem-receiver in a strong reception area. The signal level should not drop below -70 dBm.
☑️ Optimization checklist
It's also worth paying attention to the channel width. Setting the value 20 MHz instead of 40 MHz or Auto can significantly improve connection stability in multi-apartment buildings by sacrificing peak speed for the absence of interruptions.
Advanced Features: Antennas and USB Modems
If you're using an old router as a receiver, you have a unique opportunity to improve your signal. Many models have removable antennas with SMA connectors. You can remove the standard antenna connectors and connect a high-gain antenna (e.g., 14-20 dBi) via an extension cable, pointing it toward your main router.
Another interesting scenario is using a router with a USB port. Some firmware versions (especially OpenWrt) allow you to connect a 3G/4G modem to the USB port and broadcast mobile internet over Wi-Fi, or vice versa—receive Wi-Fi and distribute it via the USB modem (although this is rare). More often, the USB port is used to connect an external drive, turning the router into a network-attached storage (NAS) for the entire network.
⚠️ Attention: When connecting external antennas, ensure the connectors (SMA vs. RP-SMA) are compatible. Using an antenna without a connector on some high-power models can cause the radio module to burn out due to reflected power.
Keep in mind that the characteristics of radio modules in older routers may be inferior to modern standards. Wi-Fi 6 (802.11ax)If your main router distributes internet at 500 Mbps, and the old receiver only supports 802.11n, it will become the bottleneck, limiting the speed to 100-150 Mbps in real-world conditions.
Frequently Asked Questions (FAQ)
Is it possible to connect two different routers (for example, TP-Link and Asus) in bridge mode?
Yes, it is possible, but only if both devices support standard mode WDS or Client ModeHowever, WDS often requires both devices to be of the same brand. "Client" mode (where the second router simply connects to the first's Wi-Fi as a device) almost always works between different brands, but requires disabling DHCP on the second device.
Why did my internet speed drop by half after setup?
This is normal for repeater modes, as the radio channel is used for both receiving and transmitting data sequentially. To avoid this, use "Client" mode (distribution via cable only) or choose routers with dual-band modules, where one band (5 GHz) is used for communication with the main router, and the other (2.4 GHz) is used for distributing data.
How do I reset my router if I'm confused about the settings?
Find the hole with the inscription on the body Reset or RestoreWith the device turned on, press it with a paperclip and hold it for 10-15 seconds until the indicators blink simultaneously. After this, the router will boot up with factory settings, and you can access the menu using the address indicated on the sticker.
Does my 4G modem (with SIM card) support Wi-Fi reception mode?
Most likely not. Most 4G/3G USB modems and portable routers (MiFi) only function as transmitters (access points). Wi-Fi reception (WAN over Wi-Fi) is only available in full-fledged routers with the appropriate firmware. It's impossible to convert a dongle into a receiver using software without re-soldering.