Expanding wireless network coverage in a large home or office often requires additional equipment. When a single device isn't enough, it becomes necessary to connect multiple access points, creating a unified infrastructure. Connecting three routers into a single WiFi network is technically feasible, but it requires precise steps and an understanding of IP addressing logic.
The main difficulty is that, by default, each router attempts to create its own subnet and distributes addresses through its DHCP server. Simply connecting them with cables or attempting to link them without configuration will result in address conflicts, and the devices will be unable to "see" each other. Proper configuration transforms the three devices into a single system, where client devices seamlessly switch between signal sources or operate on a single segment.
In this article, we'll walk you through a detailed workflow to avoid common pitfalls like double NAT or switching loops. We'll look at a setup where one router acts as the main gateway, while the other two operate in bridge or access point mode, ensuring stable coverage throughout the entire room.
Selecting a connection scheme and preparing equipment
Before setting up, you need to determine the network topology. For connecting three devices, the most effective configuration is a star or cascade connection, where one router is the master and the others are slaves. The master router receives internet from the provider and assigns IP addresses to all other network members, including the other two routers.
It's important to understand that a wireless connection between routers (WDS bridge or repeater mode) will inevitably result in a decrease in speed, as the radio channel is split between transmitting and receiving data. If possible, it's best to connect devices with a cable, but if a WiFi connection between nodes is required, ensure that all three devices support the standard. WDS (Wireless Distribution System) or have a "Wireless Bridge" function.
⚠️ Attention: Not all firmware versions support three routers in a single WDS bridge. Some models only allow one remote node to connect to the main node. Check your model's specifications in the "Operating Mode" section before purchasing or setting up.
To get started, you'll need one main router with internet configured and two additional routers, which it's best to reset to factory settings. This will eliminate any old configurations that could interfere with the proper operation of the new setup. The reset is performed by holding down the button. Reset on the device body for 10-15 seconds.
Setting up the main router (Master)
Setup begins with the main device, which will control the entire network. Connect to it from a computer or smartphone and log in to the web interface, usually accessible at 192.168.0.1 or 192.168.1.1The first step is to set up your wireless network settings, as they will serve as the standard for all other devices.
In the wireless mode section (Wireless Settings) set the network name (SSID) and password. For stable operation of the bridge, it is critical to manually select the broadcast channel. Automatic channel selection (Auto) isn't suitable here, as changing it will break the connection between the routers. Choose a free channel, such as 1, 6, or 11, and remember its value.
Next, you need to enable the WDS or bridge function. In the interface, this may be called Enable WDS BridgingOnce activated, a "Search" or "Scan" button will appear, allowing you to find the networks of neighboring devices. However, at this stage, we're simply recording the main router's settings. Make sure the DHCP server on the main router is enabled, as it will distribute addresses to all clients and secondary routers.
After applying the settings, the master router will reboot. Its WiFi network should now be visible to other devices, but for now it will operate in normal mode, without communicating with other nodes. The next step is to prepare the secondary routers that will connect to this master router.
Configuration of the second router (Slave 1)
Connect the second router to your computer via cable or WiFi (if it's sharing its own network by default). Go to its settings. First, you need to change the router's IP address so it doesn't conflict with the main router. If the main router has an address 192.168.1.1, ask the second one 192.168.1.2This is the address you will use to manage this device in the future.
In the LAN settings, disable the DHCP server. This a critical stepThere should only be one address-distributing device (the main router) on the network. If DHCP remains enabled on the second device, conflicts will arise, and the internet on connected devices will become unstable or even disappear completely.
Go to wireless settings and enable WDS. Click the network search button and select the SSID of your main router. Enter the password for the main router's WiFi network. The encryption type and password must match exactly. After saving the settings, the second router will attempt to connect to the first.
☑️ Secondary Router Setup Checklist
Setting up the third router (Slave 2)
The procedure for the third device is identical to setting up the second, but requires attention to addressing. The third router must receive a unique static IP address in the same subnet, for example, 192.168.1.3Make sure this address is not occupied by other devices on your network.
As in the second case, disable the DHCP server. In the WiFi section, configure WDS, selecting the main router's network (or, in some setups, the second router's network if you're building a daisy chain, but it's more reliable to connect everything to the main router). Enter the password and save the settings.
After rebooting, the third router should establish a connection. The WiFi indicator on the device may change behavior (for example, blinking or changing color), indicating successful bridging. You now have three access points broadcasting the same network.
⚠️ Attention: When setting up the third router, make sure you're connected to it directly via a cable or through its factory network. After changing the IP address and enabling the bridge, its interface may only be accessible via the new IP address or after successfully connecting to the main network.Table of parameters for network configuration
To easily compare the settings of all three devices, use the following table. Correctly filling out these parameters ensures the absence of address conflicts and proper routing within the local network.
>Access Point + WDS
Parameter Main router Second router The third router IP address (LAN) 192.168.1.1 192.168.1.2 192.168.1.3 Subnet mask 255.255.255.0 255.255.255.0 255.255.255.0 DHCP Server On Turned off Turned off WiFi mode WDS Bridge WDS Bridge Channel Fixed (eg 6) Same (6) Same (6) Device placement and signal optimization
The physical placement of the routers is just as important as the software configuration. To create an effective bridge, the second and third routers must be within range of the main device's signal. If the signal is too weak, data transfer speeds will drop to a minimum, and ping will increase.
The optimal placement is when all three devices can see each other, or are lined up with overlapping coverage areas. Avoid placing routers next to each other, as this will cause significant interference. Place them 5-10 meters apart or through one wall to ensure seamless roaming.
Use the 5 GHz band to bridge between routers, if your equipment supports it. This band is less congested and provides higher throughput for transit traffic. Client devices can still operate in the 2.4 GHz band.
Why is the speed dropping in WDS?
WDS technology requires the router to receive the packet, process it, and forward it. This doubles the load on the radio channel. Furthermore, packet headers become slightly larger, reducing the useful throughput.
Possible problems and solutions
Even with proper configuration, difficulties can still arise. One common issue is that devices connect to WiFi, but the internet doesn't work. In this case, check that the gateway and DNS are correctly specified in the main router's DHCP settings. Clients should receive a gateway address that matches the main router's IP address.
Another common error is a network loop, which occurs when you accidentally connect routers with cables on both ends (LAN-to-LAN and LAN-to-WAN simultaneously) while loop prevention is enabled. In the case of a WiFi bridge, the issue may be due to incompatibility between chipsets from different manufacturers. WDS is a standard, but implementations vary between vendors (TP-Link, Asus, D-Link).
If your connection is unstable, try reducing the channel width from 40 MHz to 20 MHz. This will increase the signal range and connection stability, but sacrifice the maximum theoretical speed. For web and video streaming, this is often sufficient.
⚠️ Attention: Router firmware interfaces are constantly updated. The menu item layout may differ from what's described. Look for similar sections: "Wireless," "WDS," "Bridge," and "LAN Settings." If the WDS function is unavailable, use the "Repeater" or "Amplifier" mode, if available.Is it possible to connect routers from different manufacturers?
Technically, the WDS standard is open, but in practice, different manufacturers often use their own protocol extensions. Connecting routers from different brands (for example, TP-Link and Asus) into a WDS bridge isn't always possible. The chances are higher if you use devices from the same brand or universal firmware like OpenWrt.
What to do if the second router does not see the first one’s network?
Make sure MAC address filtering is not enabled on the main router. Also, check that the WiFi channel is not set to "Auto." The distance between devices should be within reasonable limits to ensure a clear line of sight to the radio signal.
Will the internet speed decrease on secondary routers?
Yes, when using a WiFi bridge, speed inevitably decreases, often by 30-50% of the main router's speed, since the channel operates in half-duplex mode. For mission-critical tasks, it's better to use a wired connection between nodes.
Do I need to reboot all routers after setup?
It's recommended to perform a full reboot of the entire system: power off all three devices, power on the main one, wait for it to boot up, then power on the second and third ones. This will allow them to correctly obtain IP addresses and routes.