How to connect two Wi-Fi routers into one network

Many users are familiar with the situation where the power of a single wireless router is insufficient to cover the entire area of ​​an apartment or house. The signal may fail to penetrate thick concrete walls or metal ceilings, or simply fade over long distances, leaving "dead zones" without internet access. In such cases, purchasing a new, powerful device isn't always justified, and it's much more efficient to use existing equipment by connecting two routers into a single network.

Connecting two routers not only extends the Wi-Fi range but also increases the number of available ports for wired connections to computers, TVs, and game consoles. There are several proven methods for accomplishing this: creating a wired connection between the devices, using a wireless bridge, or converting one of the routers to access point mode. The choice of a specific method depends on the architecture of your home, the availability of existing cables, and the type of equipment used.

In this guide, we'll detail the technical nuances of each setup so you can choose the best option for your situation. You'll learn how to properly configure IP addresses, avoid DHCP server conflicts, and ensure stable data transfer between devices. Understanding these principles will help you transform a chaotic collection of gadgets into a unified, manageable, and powerful home network.

Choosing a connection scheme: wired or wireless

The first step before setting up is to determine the physical topology of the future network. There are two main approaches: connecting routers with twisted-pair cables (Ethernet cables) or creating a wireless bridge (WDS). The wired option always provides higher speed and stability, as it eliminates packet loss typical of a wireless channel. If the house already has cable runs or can be installed without damaging the interior, this is a good option. most preferred scenario.

A wireless connection (repeater mode or WDS) is suitable for situations where cable installation is not possible. However, it's important to note that with this type of connection, the actual speed on the second router may be halved, as the radio module simultaneously receives and transmits data. A wireless bridge is also more susceptible to interference from neighboring networks and household appliances.

When making a decision, it's important to weigh your priorities: if speed is critical for online gaming or watching 4K video on a second router, a cable is a must. If the goal is simply to provide access to instant messaging apps and news sites in a distant room, wireless mode is an acceptable compromise.

⚠️ Attention: When using wireless bridging (WDS), both routers must operate on the same frequency band (2.4 GHz or 5 GHz). It is not possible to connect a router that only operates on 2.4 GHz to a router that only operates on 5 GHz in bridge mode.

Equipment compatibility is also worth considering. To create a stable wireless bridge, it's best to use routers from the same manufacturer or model, although the WDS standard allows connecting devices from different brands, albeit with limited functionality.

LAN-to-LAN diagram: creating a single local area network

A LAN-to-LAN connection involves combining routers into a single logical network, where all devices are on the same subnet and can "see" each other. In this configuration, the first router (the master) assigns IP addresses to all connected devices, while the second router functions as a Wi-Fi switch. To implement this method, the LAN port of the master router must be connected to the LAN port of the secondary device.

The key here is to configure the IP addresses correctly. If the main router has an address 192.168.0.1, then the second router needs to be assigned a static address from the same subnet, for example, 192.168.0.2This will allow you to access the settings of both devices at any time through a browser. It's important that the addresses don't conflict and are in the same range.

The most critical step is disabling the DHCP server on the second router. Since there can only be one active DHCP server on the network (on the main router), enabling this feature on the second device will cause chaos: devices will receive incorrect gateway addresses and lose internet access. After disabling DHCP, the second router ceases to function as a full-fledged router and becomes an access point.

Why can't LAN-WAN be connected in this diagram?

If you connect the LAN port of the first router to the WAN port of the second, you'll create two different subnets (double NAT). Devices behind the second router won't be able to see printers or media servers connected to the first router, which violates the principle of a single network.

After setup, it's recommended to check resource availability. The computer connected to the second router should have direct access to the network storage or printer connected to the first. This confirms that the network is functioning correctly and there is no isolation.

LAN-WAN diagram: cascading router connections

An alternative method, known as cascading or a LAN-WAN scheme, creates a hierarchical structure where the second router forms its own subnet within the first router's network. In this case, a cable from the LAN port of the main device is connected to WAN (Internet) Secondary router port. This setup is often used by providers to separate traffic or to isolate a guest network from the main one.

The main advantage of this setup is its ease of setup. The second router automatically receives an IP address from the first (like a regular client) and distributes its addresses to devices connected to it. You don't need to manually disable DHCP or change IP addresses if they are on different subnets (e.g., 192.168.0.x and 192.168.1.x). However, devices on different subnets cannot see each other by default, which can be inconvenient for file sharing.

This configuration creates the so-called double NAT (Double NAT). This isn't a big deal for casual surfing, but it can cause problems with online gaming, torrents, or video surveillance systems that require port forwarding. If you need complete network transparency, a LAN-to-LAN configuration is better.

☑️ Checking the cascade settings

Completed: 0 / 4

However, a LAN-WAN setup is ideal if you want to create a separate network segment for a smart home or guests, limiting their access to your personal computers. Modern routers often implement this feature through "Access Point" or "Repeater Mode," which software-based changes to the port logic.

Configuring DHCP and IP addresses for stable operation

Proper IP addressing configuration is the foundation for the stable operation of a composite network. Each network interface must have a unique address. When connecting two routers, conflicts often arise if both devices have a default address. 192.168.1.1 or 192.168.0.1To avoid this, it's best to configure the secondary router separately, before connecting it to the main one.

Connect your computer to the second router, log into its web interface and find the section LAN or Network. Change the IP address of the device to a unique one, for example, if the main one has 192.168.1.1, ask the second one 192.168.1.254Save the settings and reboot the router. You will now need to use the new address to access its settings.

Next, you need to ensure that the DHCP server on the secondary router is disabled (for a LAN-to-LAN setup). This will force all devices to request an IP address from the primary router, ensuring they are on the same subnet. If you're using a LAN-to-WAN setup, DHCP must be enabled on the secondary router, but its address pool must not overlap with the primary router's addresses, although this happens automatically if the subnets are different.

Don't forget about the gateway. On all client devices, the gateway should be the address of the main router that connects to the internet. With proper DHCP configuration, this parameter is assigned automatically, but when manually assigning static IP addresses, it is a critical parameter.

Setting up a wireless bridge (WDS) without cables

If cable installation isn't possible, a wireless bridge is the only option. WDS (Wireless Distribution System) technology allows routers to be connected over the air, transmitting traffic between them. To configure this feature, both routers must support WDS. On the main router, you must assign a fixed Wi-Fi channel (e.g., 1, 6, or 11), as WDS doesn't work with automatic channel selection.

On the secondary router, enable WDS in the wireless settings and start scanning for networks. In the list that appears, select the primary router's network and enter its Wi-Fi password. Once connected, the indicators on the secondary router should show wireless bridge activity. It's important that the network names (SSIDs) and passwords are identical to create seamless roaming, even though these will technically be separate access points.

Speed ​​losses should be taken into account. If the main router distributes internet at 100 Mbps, then only 40-50 Mbps may reach the second router via a wireless bridge due to protocol overhead and half-duplex operation. To increase speed, modern routers use a dedicated 5 GHz channel for communication between themselves, leaving 2.4 GHz for clients.

Parameter LAN-LAN diagram LAN-WAN diagram Wireless bridge
Stability High High Average
Speed Maximum Maximum Reduced (up to 50%)
Device visibility Everyone sees everyone Subnet isolation Everyone sees everyone
Difficulty of setup Average Low High
📊 What type of connection do you plan to use?
Wired LAN-LAN (single network)
Wired LAN-WAN (cascade)
Wireless DS Bridge
I don't know yet, I need to think about it.

Solving common network problems and conflicts

Even with careful configuration, problems with internet access or local resources may arise. One common mistake is using the same IP addresses on both routers. If you can't open the control panel for the second router, check if its address has changed or try resetting it using the reset button. Reset and start the setup again by disconnecting from the network.

Another common problem is the lack of internet access on devices.