The situation where the main internet source is in one part of the house, and the computer or second router is in another is a classic coverage issue. It often becomes necessary configure the modem to receive WiFi from another router, turning it into a powerful access point or client to distribute the signal further or connect wired devices where cables cannot be laid.
This process requires switching the device to a secondary operating mode, which may be called differently in different models: Client Mode, WDS Bridge or simply "Client Mode." Unlike a simple repeater, a full-fledged client mode allows you to stabilize the signal and create a separate subnet or expand an existing one without the speed loss typical of cheap repeaters.
Before you begin setting up, you need to clearly understand the architecture of your future network. You'll be creating a "Main Router - Client (your modem)" connection, where the first device distributes the internet, and the second receives it over the air and broadcasts it further through LAN ports or its own WiFi module. It is critical that the receiving device (modem) supports Client or WDS mode, as standard ADSL modems without WiFi antennas will not be able to perform this function.
Selecting equipment and checking compatibility of modes
The first step is to verify the capabilities of your equipment. Not all devices commonly referred to as "modems" have the functionality of a full-fledged router. You need to make sure that the device's hardware supports functioning as a wireless signal receiver. Most often, universal routers have this functionality. Wi-Fi routers with the possibility of reflashing or built-in software from manufacturers like Asus, Keenetic, TP-Link.
Pay attention to wireless standards. If the main router only broadcasts a signal within the range 5 GHz, the receiving device must also support this frequency range. Trying to connect a dual-band router to a single-band client that only operates at 2.4 GHz is doomed to failure. Check the specifications on the sticker on the bottom of the router or in the device documentation.
⚠️ Please note: Many providers issue subscribers with specific terminals (ONT/ONU) that operate exclusively in bridge mode or with a strictly defined configuration. Attempting to reprogram such a device may result in loss of access to the provider's network and requires a reset via a remote server.
Antenna power is also important to consider. If you plan to receive a signal through several walls or from a long distance, built-in antennas may not be sufficient. In such cases, it makes sense to use external antennas. USB WiFi adapters with support for monitor or client mode, if the router allows them to be connected and operate in the corresponding mode, although this is a rare functionality for stock software.
Preparing for setup: reset and accessing the interface
Before beginning configuration, isolate the device being configured from the main network to avoid IP address conflicts. Connect the modem, which will be operating in receive mode, to the computer via a LAN cable. Do not connect it to the main router yet. First, perform a full reset (Hard Reset). To do this, find the recessed button Reset on the body, press it with a paper clip for 10-15 seconds with the power on until the indicators blink.
After rebooting, the device will return to factory settings. You will need to know its IP address to access the control panel. Default addresses usually look like this: 192.168.0.1, 192.168.1.1 or 192.168.10.1This information is always indicated on the sticker on the bottom of the case in the field IP Address or Default Access.
Open your browser and enter the address in the address bar. If the page doesn't load, check your computer's network adapter settings. They should be set to obtain an IP address automatically (DHCP). If the login requires a username and password, use the standard data (often admin/admin), indicated on the device label.
☑️ Preparing for reconfiguration
Setting up Client Mode or Bridge
Interfaces vary significantly between manufacturers, but the setup logic remains the same. You need to find the section responsible for the wireless module's operating mode. In the menu Asus This is in the section Administration → Operating Mode. In interfaces TP-Link the desired function is often hidden in Working mode or Operation Mode. Select an option Client Mode or Wireless Bridge.
After selecting the mode, the device will reboot. Log in to the interface again (the address may have changed; use the manufacturer's device search utility if the default one doesn't work). Now you need to find the main network. Go to WiFi settings and scan for available networks. Select the SSID of your main router from the list.
Enter the password for your primary WiFi network. Please note that in client mode, the receiving router often stops broadcasting its own WiFi (unless repeater mode is enabled) and only transmits internet via cable. If you need to broadcast WiFi from this device as well, look for the "Repeater" mode. Repeater or Universal Repeater, which combines the functions of a client and an access point.
What to do if Client mode is not in the list?
If the standard menu doesn't offer client mode, the device may only support WDS. In this case, you'll need to manually enter the device's MAC addresses. It's also possible that this functionality is hidden or blocked by your provider, requiring a firmware update to alternative software, such as OpenWRT or DD-WRT, if the model is supported by the community.
Configuring IP addresses and DHCP server
One of the most important steps is to correctly configure IP addressing to avoid network conflicts. If the main router has an address 192.168.1.1, then a custom client shouldn't have the same address. Change its LAN IP to an address on the same subnet, but with a different ending, for example, 192.168.1.2 or 192.168.1.250.
The next critical step is to turn it off. DHCP servers On the receiving device. There should only be one server (the main router) distributing IP addresses on the network. If DHCP remains enabled on both devices, a conflict will occur, and devices on the network will constantly lose connection or be unable to obtain an IP address at all.
Find the section LAN or Local area network. Make sure the checkbox is checked. Enable DHCP Server Removed. Save the settings. After this, the computer connected to the client router should automatically receive an IP address from the main router.
| Parameter | Main router (Source) | Secondary router (Client) | Comment |
|---|---|---|---|
| IP Address | 192.168.1.1 | 192.168.1.2 (or another free one) | The addresses must be in the same subnet, but unique. |
| DHCP Server | Enabled | Disabled | Critical to avoid addressing conflicts |
| SSID (WiFi name) | Home_WiFi | Home_WiFi_Client (or any) | The client's network name is required for its initial setup. |
| WAN port | Used to log in to the provider | Not used (usually) | In client mode, the Internet comes via WiFi |
Setting up security and encryption type
The security of the connection between routers directly impacts the stability and speed of data transfer. When connecting a client to the main network, ensure that the encryption types match. The modern standard is WPA2-PSK (AES)Using outdated encryption WEP or TKIP may significantly reduce speed or make connection impossible.
If you're using WDS bridge mode, MAC address binding is often required. You'll need to access the main router's settings and add the client device's MAC address to the white list. You can find the MAC address on the device's label or in the connection status in the settings menu.
⚠️ Note: Interfaces and menu item names may vary depending on the firmware version and router model. Manufacturers regularly update their software, changing the layout of functions. If you don't see the described items, check the official instructions for your specific hardware revision.
It is recommended to set a static IP address for the client router in the settings of the main device (MAC address reservation) so that the address 192.168.1.2 was not accidentally given to another gadget if DHCP on the client is suddenly enabled by mistake or if a failure occurs.
Connection diagnostics and troubleshooting
After saving all settings, reboot both devices. First, turn on the main router and wait until it fully boots up, then turn on the client router. The WiFi indicator on the client should light up or start blinking in a specific rhythm, indicating a successful connection. Check the connection status in the client's web interface: it should say "Connected" and indicate the signal strength.
If you have a connection but no internet, check your DNS settings. Try manually entering DNS servers (for example, 8.8.8.8 (from Google) in the WAN or DHCP client settings. Often, the problem stems from the inability to resolve domain names.
To check the channel quality, use the utility pingOpen a command prompt on the connected computer and enter the command:
ping 192.168.1.1 -t
Where 192.168.1.1 — this is the address of the main router. Pay attention to the parameter time (response time) and no packet loss (Lost). High ping or packet loss (>1-2%) indicate a poor signal, interference, or incorrect channel configuration.
Frequently Asked Questions (FAQ)
Is it possible to connect routers from different manufacturers (for example, TP-Link and Asus)?
Yes, it is possible, but only through universal standards. Regime WDS Often only works between devices of the same brand or chipset. For mixed hardware, it's better to use the Client Mode or Universal Repeater, as they are less dependent on the vendor.
Will my internet speed drop with this connection?
Yes, the speed will inevitably decrease. Using a single radio module for both reception and distribution reduces speed by approximately 50%. If your router is dual-band, you can configure reception on 5 GHz and distribution on 2.4 GHz, which minimizes loss. Speed also depends on signal strength and airborne noise.
Is a cable required between routers in client mode?
No, the essence of Wireless Client mode is precisely the transmission of data over the air. A cable is connected only from the client router to the computer or TV to distribute the received WiFi signal. However, for the initial interface setup, a cable between the PC and the router being configured is required.
What should I do if my router doesn't see 5 GHz networks?
Most likely, your device only supports the 2.4 GHz band. To work with 5 GHz networks, you need to support the standard. 802.11ac or 802.11ax and the corresponding hardware. Check the model specifications on the manufacturer's official website.