Expanding wireless network coverage is a common problem for owners of large apartments, country houses, or office spaces. Often, a single device isn't enough to provide a stable signal in all rooms, so it becomes necessary to combine two routers into a single Wi-Fi network. This allows for the creation of a unified infrastructure where devices can automatically switch between access points or simply access shared resources, such as printers or network storage.
There are several proven methods for achieving this goal, each with its own characteristics and limitations. The choice of a specific method depends on your equipment model, the presence of cables in the walls, and data transfer speed requirements. We'll cover the main scenarios that will help you efficiently expand your coverage without purchasing expensive mesh systems.
Preparing equipment and selecting a connection diagram
Before setting up, you need to determine the physical topology of your future network. The most reliable option is to connect devices with a twisted-pair cable laid between rooms. This ensures maximum speed and connection stability, eliminating packet loss typical of wireless bridges. However, if cable installation is not possible, you will have to use a wireless connection (WDS or client mode), which requires more detailed configuration.
You'll need two routers: one will act as the primary router (distributing the internet), and the other as the secondary router (extending the coverage). It's important to understand that for the entire system to function correctly, the secondary device must operate in access point or bridge mode to avoid address conflicts. If you plan to connect the devices wirelessly, make sure both devices support WDS or repeater mode, although the availability of these features often varies by manufacturer.
It's crucial to check equipment compatibility, especially if you're planning a wireless connection. Different brands, such as TP-Link, Asus or Keenetic, may implement bridging protocols differently, and connecting devices from different manufacturers via Wi-Fi is sometimes impossible without using third-party firmware.
⚠️ Note: Connecting routers of different brands via cable usually does not cause problems, but to create a wireless bridge (WDS), it is strongly recommended to use devices of the same model or at least from the same manufacturer.
Prepare two patch cords (short cables) to configure each device separately on the computer before integrating them into a single system. This will simplify the process and avoid IP address confusion during configuration.
Setting up the main router: the entire network database
Setup begins with the main device, which is connected to the ISP and distributes the internet. You need to log in to its web interface, usually accessible at 192.168.0.1 or 192.168.1.1. In the wireless network menu (Wireless) You should fix the channel and operating mode, as these parameters must be static for the connection to work stably. Automatic channel selection may cause the router to change frequency during a reboot, causing the other device to lose connection.
Write down or copy the MAC address of the host device—it may be needed to configure filtering or binding in bridge mode. It's also worth checking the address range. DHCP serversIf it issues addresses, for example, from 192.168.1.100 to 192.168.1.199, then you have a reserve of static addresses to configure the second router outside this range, which will prevent conflicts.
Don't forget to enable WDS or bridging in the main router's settings if your setup involves a wireless connection. In this case, the system will ask you to enter the MAC address of the second device. After making changes, be sure to save the settings by rebooting the device.
Configuring a secondary router and changing IP
The second router, which will extend the network, requires more careful preparation. Connect it to your computer with a cable, but do not connect it to the main router yet. First, you need to change its local IP address. If the main router has an address of 192.168.1.1, then the second router should be assigned a unique address from the same subnet, for example, 192.168.1.2. This will allow you to always have access to the settings of both devices in the future.
Go to LAN settings (Local area network) and manually enter the new IP address. Leave the subnet mask as default. 255.255.255.0After applying the settings, the router will ask you to reboot, and to access its interface further, you will have to enter the new address in your browser.
☑️ Configuring the LAN of the second router
The next critical step is disabling the DHCP server on the second device. There should only be one server distributing addresses on a single network, otherwise conflicts will arise and devices will not be able to connect to the internet. Find the section DHCP Server and select the option Disable (Disable).
⚠️ Warning: If you forget to disable DHCP on the second router, devices on the network will receive incorrect gateway and DNS settings, resulting in no internet access even with a Wi-Fi signal.
Now you need to configure the wireless network on the second router. The network name (SSID), encryption type, and password must exactly match the settings on the main router. The only difference is the channel. If channel 1 is selected on the main router, it's best to set channel 6 or 11 on the second router to avoid overlapping and causing interference, reducing overall speed.
Connecting routers with a cable: access point mode
The most stable connection method is using twisted pair cable. In this mode, the second router functions as a regular access point and switch. A cable from the main router (from the LAN port) is connected to the LAN port of the second router. Important: do not use the WAN (Internet) port on the second device if you have already disabled DHCP and changed its IP address, although some modern models automatically detect the connection type.
After the physical connection, test the network. The computer connected to the second router should receive an IP address from the main router and have internet access. This configuration will provide maximum speed, as the cable provides throughput of up to 1 Gbps or more, unlike wireless bridges, which cut the speed at least in half.
To compare connection methods, let's look at their characteristics in the table:
| Parameter | Cable (LAN-LAN) | Wireless DS Bridge | Repeater mode |
|---|---|---|---|
| Stability | High | Average | Low |
| Speed | 100-1000 Mbps | Up to 50% of the maximum | Up to 50% of the maximum |
| Difficulty of setup | Low | High | Average |
| Distance dependence | No (up to 100 m) | High | High |
Wireless bridging (WDS)
If cable installation isn't possible, wireless networking is the only option. WDS (Wireless Distribution System) technology allows two routers to be connected wirelessly, sharing internet traffic. Both devices must support this feature. Configuration is performed in the wireless mode section, where you need to enable WDS and start scanning for networks.
From the list of available networks, select the main router's SSID and enter its password. The second router will then attempt to connect. A successful connection is usually indicated by the WDS status changing to "Run" or the corresponding indicator on the router's case lighting up. Keep in mind that in bridged mode, the internet speed on client devices connected to the second router will be lower than with a direct connection.
There's a nuance with frequency bands. If you're using the 5 GHz band, make sure both routers are configured for the same channel width (e.g., 20 or 40 MHz). Mismatched channel widths are a common reason why devices can "see" each other but can't transmit data.
It's also worth considering that a wireless bridge is sensitive to obstacles. Walls, especially load-bearing ones with reinforcement, can significantly weaken the signal between routers. Ideally, they should be located within direct line of sight or separated by a single thin partition.
Resolving conflicts and checking work
After both devices are configured and connected, you need to perform a final check. Connect your laptop or smartphone to the second router's Wi-Fi network. Check if an IP address is assigned within the main router's range. In the command prompt (cmd), you can enter the command ipconfig (for Windows) or view connection details in iOS/Android. The default gateway should point to the main router's address.
Check access to shared resources. If you have a network printer or NAS connected to the main router, devices on the second router should be able to see them without issue. If there's no access, check your firewall settings—sometimes they block local traffic between subnets, although with proper LAN-to-LAN configuration, the subnet should be the same.
⚠️ Note: Router firmware interfaces are constantly being updated. The layout of menu items may differ from that described. Always consult the official documentation from the manufacturer of your specific model.
For diagnostics, use the utility pingRun a ping to the primary router's address from a device connected to the secondary router. If no packets are lost and the response time (ms) is consistently low (1-3 ms for cable, 5-15 ms for Wi-Fi), the network is functioning correctly.
What should I do if the second router doesn't distribute the Internet?
Make sure DHCP is disabled on the second router. Check that the Wi-Fi passwords on both devices match if you want to roam. Make sure the cable is working properly (the lights on the ports are lit). Try cloning the MAC address of the main router to the second one if your ISP uses MAC binding (this is relevant for WAN mode, but sometimes helps in more complex setups as well).
Frequently Asked Questions (FAQ)
Is it possible to combine routers from different manufacturers?
Via cable (access point mode) – yes, this works 99% of the time, as Ethernet standards are universal. Via wireless bridging (WDS) – this is extremely rare, as each manufacturer implements this protocol differently. For WDS, it's best to use identical models.
Do I need to connect the cable to the WAN port of the second router?
In the classic router-to-router setup, with DHCP disabled on the second device, the cable is connected to the LAN port. The WAN port remains free. If you connect to the WAN port, the second router will create its own subnet (Double NAT), and the devices will not be able to see each other on the local network.
Why is the speed dropping on the second router?
With a wireless connection (WDS/Repeater), the speed is cut at least in half because the radio module operates in half-duplex mode: it cannot simultaneously receive and transmit data on the same frequency. A cable connection does not have this drawback.
How to make seamless Wi-Fi (roaming)?
For seamless roaming (when your phone doesn't lose connection when switching between routers), standard SSID and password settings aren't enough. Support for 802.11r/k/v standards, which are found in mesh systems or advanced routers (such as Keenetic with additional access points), is required. On standard routers, switching can take several seconds.