Expanding wireless network coverage is one of the most pressing concerns for owners of large apartments or multi-story buildings. It often happens that in distant rooms or on the top floor, the signal from the main device drops or becomes unstable, causing irritation when working or watching videos.
Using a second router in conjunction with the main one not only boosts the signal but also creates a unified local network, integrating all devices into a single system. This solution is much more effective than simple USB extenders or cheap dongles, as a full-fledged router has more powerful antennas and a processor.
In this article, we'll explore all the nuances of connecting equipment, examine various connection schemes, and help you choose the best option for your specific situation. You'll learn how to avoid IP address conflicts and set up seamless roaming.
Choosing a connection scheme: bridge, access point or repeater
Before physically connecting the cables, it's important to clearly define the operating mode of the second device. There are three main scenarios, each addressing specific traffic distribution and network management needs.
Mode access points This is considered the most stable and preferred over a wired connection. In this case, the second router simply extends the network's range without creating a subnet, and all devices are in the same broadcast domain. This is ideal if you can run cable between rooms.
If laying a cable is not possible, a wireless connection known as WDS bridge Or repeater mode. Here, the second router receives the signal over the air and retransmits it further, which inevitably results in a speed drop of approximately half due to the nature of half-duplex communication.
- 🔌 Router mode: Creates a separate subnet with its own rules, suitable for isolating a guest network or individual devices.
- 📡 Access Point Mode: Expands the existing network, all devices see each other, ideal for home.
- 🔄 Repeater mode: Wireless coverage extension without using cables, but with loss of speed.
⚠️ Attention: When choosing repeater mode, be sure to keep in mind that the distance between the devices should be sufficient for the primary router to reliably reach the secondary router. If the secondary router is located in a "dead zone," it won't be able to receive the signal for further amplification.
It's important to understand that not all equipment models support all of the listed operating modes. Older or low-end devices may not have WDS functionality or bridge mode, so it's important to review the specifications first. Tp-Link, Asus or Keenetic will help you avoid wasting time.
Preparatory work and resetting the settings
Any major reconfiguration of network equipment should begin with a full reset to factory defaults. This is a critical step to avoid configuration conflicts left over from the previous provider or owner.
To perform a reset, find the button on the device body Reset or RestoreIt's usually recessed into the housing to prevent accidental pressing, so you'll need a paper clip or needle.
Press and hold the button for 10-15 seconds until the lights on the front panel blink simultaneously or turn off. The router will then reboot and return to its default state, emitting standard Wi-Fi with the name printed on the sticker underneath.
☑️ Equipment preparation
At this stage, you also need to find out the gateway IP address of your main router. This can be done by looking at the sticker on the bottom of the first device or by checking the network settings on the connected computer using the command ipconfig in the command line.
Configuring the LAN interface and DHCP server
The most common error when connecting a second router is an IP address conflict. If both devices have the same address, such as the default 192.168.0.1, the network will not work, and there will be constant connection breaks.
To avoid this, connect your computer to the second router (without connecting to the first one yet) and log in to the web interface. You'll need to change the local IP address of the second device so that it's in the same subnet, but with a different last digit.
For example, if the main router has the address 192.168.1.1, then give the second one an address 192.168.1.2 or 192.168.1.250This will allow you to easily find the network extender control panel in the future.
| Parameter | Main router | Second router (recommended) | Meaning |
|---|---|---|---|
| IP address | 192.168.1.1 | 192.168.1.2 | Static, unique |
| Subnet mask | 255.255.255.0 | 255.255.255.0 | The same |
| DHCP Server | On | Turned off | Critical! |
| DHCP range | 100-200 | - | Not used |
The next critical step is to turn it off DHCP servers On the second device. Only one router should be the one distributing addresses—the primary router. If you leave DHCP enabled on both devices, your devices will receive incorrect gateway settings and lose internet access.
What happens if you don't turn off DHCP?
If there are two active DHCP servers on the network, devices will receive IP addresses randomly from either one. This will result in some devices receiving the correct gateway and operating, while others will receive the wrong one, resulting in internet downtime. Periodically, the network may crash completely until the clients are rebooted.
After changing the IP address and disabling DHCP, save the settings. The connection to the router will likely be lost as the computer attempts to obtain a new address. You'll need to reconnect by entering the new IP address of the second device in the browser.
Physical connection and Wi-Fi setup
Once the software is ready, you can move on to the physical connection. Take an Ethernet cable and plug one end into any LAN port the main router, and the second one is in WAN port (or LAN, depending on the chosen scheme) of the second router.
If you're using an access point setup, the cable is typically plugged into the LAN port of the second device, bypassing the WAN, so it functions simply as a switch. However, modern models often feature automatic port type detection (Auto MDI/MDIX), making this easier.
Now you need to configure the wireless network settings. To create a seamless roaming effect (at least a basic one), it is recommended to set the same network name on the second router (SSID) and the password is the same as on the main one.
However, if you want to clearly see which device you're connected to, you can name the second network with the prefix "_ext" or "_room." This will help you control the load distribution on the network.
⚠️ Attention: Web control panel interfaces are constantly updated by manufacturers. The location of the "LAN," "DHCP," or "Wireless" menu items may vary depending on model year. Look for sections containing the words "LAN," "Wireless," or "Network."
Don't forget to check your security settings. Use an encryption protocol. WPA2-PSK or WPA3, if your hardware supports it. Using legacy WEP or an open network will make your local network vulnerable to data interception.
Features of setting up in WDS bridge mode
If it is impossible to stretch a cable between rooms, the only option left is to use technology WDS (Wireless Distribution System)This mode allows you to connect two routers over the air, turning the second one into a signal receiver.
To set up WDS, both devices must support this feature and, preferably, be from the same manufacturer, although the standard allows for connecting disparate equipment. On the second router, enable WDS in the wireless settings and click the "Search" or "Scan" button.
In the list that appears, select your primary router's network and enter its password. The second router will then attempt to establish a connection. A successful connection is usually indicated by the WDS status changing from "Disabled" to "Run" or the appearance of the corresponding icon.
It's important to note that when using WDS, data transfer speeds are reduced because the radio module cannot simultaneously receive and transmit data on the same frequency. This is a physical limitation of the technology.
To minimize speed loss, try to place the second router in a strong reception area where the primary router's signal strength is at least -65 dBm. You can check the signal strength using dedicated smartphone apps, such as WiFi Analyzer.
Diagnosing problems and checking network operation
After completing all the settings, you need to ensure that the network is working correctly. First, check whether devices connected to the second router are receiving IP addresses from the default gateway range.
Try running the command ping to the gateway and to an external resource, such as a Google server. If the ping is lost, the routing is configured correctly.
ping 8.8.8.8 -t
Pay attention to latency (ms). If ping spikes or packets are lost when moving from room to room, devices may be clinging to a weak signal from a distant router instead of switching to a nearby one.
- 📶 Checking the signal level: Walk around your apartment with your phone and make sure the signal is stable within the second router's coverage area.
- 🔄 Switching test: During a video call, move between coverage areas, monitoring the connection quality.
- 🔒 Security Check: Make sure that no other devices can connect to the network.
If you experience constant disconnects, try switching to a less congested wireless channel or updating your router's firmware to the latest version available on the manufacturer's website.
Frequently Asked Questions (FAQ)
Is it possible to connect routers from different manufacturers, for example, Asus and Tp-Link?
Yes, this is possible, especially in access point or repeater mode. However, it's best to use equipment from the same brand for WDS bridging, as manufacturers often implement this technology with proprietary extensions that may be incompatible.
Will my internet speed decrease when I connect a second router?
With a wired connection (access point mode), speed losses are virtually imperceptible and amount to fractions of a percent. With a wireless connection (repeater or WDS mode), speeds can drop to 50% of the original due to the nature of signal retransmission.
Do I need to buy a special cable to connect routers?
No, any standard Ethernet cable (twisted pair) of Category 5e or higher will work. Modern router ports automatically detect the cable type (straight-through or crossover), so there's no need to search for a specific crossover cable.
What should I do if the internet disappears on all devices after setup?
Most likely, there's an IP address conflict or the DHCP server is enabled twice. Disconnect the second router from the network, reset it using the Reset button, and repeat the setup procedure, paying particular attention to disabling DHCP and changing the LAN IP.
Is it possible to use the second router only as a switch?
Yes, if you simply need to add ports for wired connections to devices (TV, set-top box, PC), you don't need to configure Wi-Fi on the second device. Simply configure the IP and DHCP settings described above and use the LAN ports to connect cables.