Expanding wireless internet coverage is a challenge faced by owners of large apartments, multi-story buildings, or office spaces. The standard range of a single device is often insufficient to provide a stable signal in all rooms, especially if the walls are made of concrete or brick. The solution is to create a unified network infrastructure using multiple routers, eliminating dead zones and ensuring uninterrupted internet access throughout the space.
Connecting three routers into a single network requires a well-thought-out approach to topology planning and equipment configuration. You'll need to not only connect the devices with cables, but also assign roles correctly: one router will act as the main gateway, distributing IP addresses, while the other two will operate as access points or clients. The key point The goal here is to avoid addressing conflicts and create seamless or pseudo-seamless roaming for end users.
In this article, we'll take a detailed look at the physical and software aspects of router aggregation. You'll learn about the differences between hardware operating modes, cable routing methods, and DHCP server configuration. Proper configuration will transform disparate devices into a single, powerful system, where switching between access points will be seamless.
Selecting the appropriate connection diagram
Before starting work, you need to decide on the equipment connection method. There are several basic topologies, each with its own advantages and disadvantages depending on your building's architecture. The most common and stable option is a wired connection, where all devices are interconnected via twisted-pair cable. In this case, the main router connects to the ISP, and from there, cables run to the other two devices, forming a star or daisy chain.
If cable installation is not feasible, wireless networking may be an option. However, it's important to note that using three routers in WDS (Wireless Distribution System) or repeater mode may significantly reduce internet speed at the endpoints. Wireless connection between routers "cuts" the channel's bandwidth, since the radio module is forced to simultaneously receive and transmit data, doubling the delay.
The third option involves using specialized mesh systems, but if you already have three regular routers, we'll configure them in Access Point mode. This is the most universal method, working with equipment from different manufacturers. In this setup, all devices will broadcast the same network, providing coverage over a large area.
The choice of network design also depends on the number of LAN ports on the host device. If there aren't enough ports, an additional unmanaged switch will be required to connect all network branches. It's important to plan the node locations in advance to ensure the cable length is sufficient but not excessive.
Necessary equipment and preparation
To complete this project, you'll need three routers. It's best if they're the same model or at least from the same manufacturer; this will simplify setting up unified security settings and ensuring feature compatibility. If you're using different devices, make sure they support the 802.11n/ac/ax Wi-Fi standards and have the ability to disable the DHCP server, which is critical for our purposes.
In addition to the routers themselves, you'll need to prepare Cat5e or Cat6 twisted-pair network cables. The length of each cable should be sufficient to allow for easy movement of the equipment during installation. To connect three devices in a daisy-chain or star configuration, you'll need at least two additional cables, unless they're built into the design or included in the kit.
Also, don't forget to have a computer or laptop handy for initial setup of each device individually. Before setting up the shared network, it's recommended to update the firmware on all routers to the latest version. Manufacturers frequently release updates that fix security vulnerabilities and improve the stability of the wireless module.
You may need an RJ-45 connector and a crimper as additional tools if you plan to make your own cables. However, for most DIY projects, purchasing ready-made patch cords of the required length from a computer store is sufficient.
☑️ Preparing for network consolidation
Setting up the main router
Setup begins with the device that will be directly connected to the ISP's cable. Connect your computer to its LAN port and log in to the web interface, usually accessible at 192.168.0.1 or 192.168.1.1First, you need to configure your internet connection according to your service provider's requirements, entering your username and password if you're using PPPoE or L2TP.
Next, we move on to setting up the local network. It's important that the range of addresses assigned by the main router's DHCP server is wide enough, but doesn't overlap with the static addresses we assign to other devices. For example, if the router's IP address 192.168.1.1, then it is better to set the address pool in the range from 192.168.1.100 to 192.168.1.254.
Pay special attention to your wireless network settings. Write down the network name (SSID) and password you set on the main router. You'll need to exactly match these settings on the other two devices. Security The network is provided with a choice of encryption protocol WPA2-PSK or WPA3, which is the most reliable at the moment.
⚠️ Important: Make sure the DHCP server is enabled on the main router. This is what will assign IP addresses to all devices on the network, including connected secondary routers. If DHCP is disabled on the main node, clients will not be able to access the internet.
After setting up the main device, check the internet connection on the connected computer. If everything is working properly, you can proceed to configuring the second and third routers, which will act as access points.
Configuring secondary routers in access point mode
To turn the second and third routers into fully functional access points, you need to change their IP addresses so they don't conflict with the main device. Connect your laptop to the second router (without connecting it to the rest of the network yet) and access its settings. Find the LAN section and change the device's IP address, for example, to 192.168.1.2 for the second router and 192.168.1.3 for the third one. The subnet mask should remain standard 255.255.255.0.
The next critical step is disabling the DHCP server on the secondary routers. Find the appropriate option in the LAN or DHCP menu and select "Disable." This action forces the router to stop handing out addresses and transfers this function to the master device. Without this step, a conflict will occur in your network, and the internet will be lost for all devices.
Now set up your wireless network. Enter the exact same network name (SSID), encryption type, and password as you set on the main router. To implement pseudo-seamless roaming, it is also recommended to set the same data transmission channel on all routers if they operate in the same frequency range, or to distribute them across non-overlapping channels (1, 6, 11 for 2.4 GHz) to avoid interference.
After making all changes, save the settings. The router may reboot, and to access its interface in the future, you will need to enter the new IP address you configured earlier. Repeat this process for the third router, assigning it the next available address in the subnet.
| Parameter | Main router | Second router | The third router |
|---|---|---|---|
| IP address | 192.168.1.1 | 192.168.1.2 | 192.168.1.3 |
| DHCP Server | On | Turned off | Turned off |
| SSID (Wi-Fi Name) | HomeNetwork | HomeNetwork | HomeNetwork |
| Wi-Fi channel | Auto or 1 | 6 | 11 |
Physical connection and operation check
After configuring all three devices, you can begin physically connecting them. Take a network cable and connect one of the LAN ports of the main router to the LAN port of the second router. It's important to connect the cable to the LAN port, not the WAN (Internet) port, as we've disabled routing and DHCP on the second router. Using the WAN port is only possible if the firmware has a special "Access Point Mode" feature, which automatically reassigns ports.
Connect the third router to the main router in the same way. You can connect it directly to the main router if there's a free port, use an intermediate switch, or even connect it to the LAN port of the second router, creating a daisy chain. However, a direct connection to the main node provides better performance.
After connecting the cables, pay attention to the indicators. On the primary router, the indicator for the LAN port to which the cable is connected should light up, indicating a link is established. The corresponding ports on the secondary routers should also be activated. If the indicators are not lit, check the cable for damage.
It's best to test network performance from a mobile device. Walk around your home or office, monitoring the signal strength. When moving from one router's coverage area to another, the connection shouldn't be interrupted, although there may be a brief delay when the client switches between access points.
What to do if there is no access to the secondary router interface?
If you can't access the second router's settings after changing the IP address, make sure your computer is on the same subnet. Manually assign a static IP address to your computer's network card, such as 192.168.1.50, and try again. Don't forget to reset your network settings to "Obtain automatically" after completing the work.
Optimization and troubleshooting
Even with proper setup, nuances may arise that require further optimization. One problem is signal interference, especially in apartment buildings where the airwaves are clogged with dozens of neighboring networks. Use Wi-Fi analyzer apps on your smartphone to find the least congested channels and manually configure them in your router settings.
If you notice that devices are stuck on a distant router even when you're close to the main one, try reducing the signal strength on distant access points. This will force client devices to switch more quickly to a closer, stronger access point. This setting is usually located in the "Settings" section. Wireless → Advanced Settings.
It's also worth mentioning the 802.11r/k/v standard, which facilitates fast roaming. If your routers support these protocols, be sure to enable them. However, if your devices are from different manufacturers, these features may not work correctly, in which case it's best to disable them and rely on the default behavior of your client devices.
⚠️ Note: Router interfaces may vary from manufacturer to manufacturer. Menu item names, such as "LAN," "DHCP Server," or "Wireless Settings," may vary. Always consult the official documentation for your specific router model.
Regularly rebooting your equipment (once a month) helps clear your router's RAM of errors and temporary files, which positively impacts the stability of your entire network. Don't neglect this simple maintenance procedure.
Comparison of equipment operating modes
Understanding the differences between operating modes helps you choose the right strategy for your specific situation. Router mode enables full device functionality, including NAT and firewall, which is only necessary for the main gateway. Bridge or access point (AP) mode disables unnecessary functions, turning the device into a transparent conduit.
Repeater mode allows you to expand your network wirelessly, but, as mentioned earlier, it's a compromise. It's convenient where cables aren't available, but it lacks the speed and stability of a wired connection to access points.
Using three routers together offers flexibility: you can set up a guest network on one of them or assign a separate SSID to IoT devices (smart home), isolating them from the main network with computers and phones. This increases the overall security of your home infrastructure.
Is it possible to combine routers from different manufacturers?
Yes, you can. The main requirement is to configure IP addresses correctly and disable DHCP on secondary devices. However, features like seamless roaming (802.11r/k/v) may not work between devices from different brands.
What cable is best to use to connect routers?
The optimal choice is a Cat5e or Cat6 cable with eight conductors. This will support speeds of up to 1 Gbps and beyond. Cables with four conductors will limit speeds to 100 Mbps.
Do I need to set up the same Wi-Fi channels on all routers?
No, for the 2.4 GHz band, it's best to use non-overlapping channels (1, 6, 11) to prevent routers from jamming each other. For the 5 GHz band, you can select different channels from the available list to minimize interference.