How to connect two Wi-Fi routers to the same network via cable

Extending wireless network coverage in a home or office often becomes a pressing need when the standard signal from the main router is insufficient for stable operation in remote rooms. The most effective and reliable solution to this problem is to use a second router connected to the first via a physical Ethernet cable. This approach creates a unified infrastructure where all devices can see each other, and internet access is distributed as quickly as possible without the speed degradation typical with wireless repeaters.

Unlike using Wi-Fi repeaters, which cut the channel speed in half, a wired connection provides full throughput network on both devices. This is especially important for streaming 4K video, online gaming, and transferring large amounts of data between computers on a local network. Properly setting up your equipment will help you avoid address conflicts and create seamless coverage that covers even the most complex room layouts.

Before you begin configuring the software, you need to prepare the appropriate equipment and cables. You'll need a patch cord (twisted pair) long enough to connect the two points, and, of course, two routers. It's best if both devices support the standard. IEEE 802.11ac or later to provide high-speed wireless connections to users' end devices.

⚠️ Caution: Before performing any physical manipulation of cables and ports, be sure to disconnect power from both routers to avoid short circuits or damage to network interfaces.

Selecting a connection diagram and preparing equipment

There are two main methods for connecting routers with a cable, each with its own application. The first option, often called "router-to-router," involves both devices acting as full-fledged routers with a DHCP server enabled on one of them. The second option, called "access point," involves the second router simply broadcasting a signal, receiving IP addresses from the main device. The choice of setup depends on your needs: whether you need to segment your network or simply expand it.

To implement any of the schemes, you will need a standard network cable. UTP Cat5e or Cat6It's important to ensure the cable is in good condition and that all eight wires are connected, as gigabit speeds require all wires. If you're using an older four-wire cable, the connection speed will be limited to 100 Mbps, which can become a bottleneck for modern internet connections.

  • 🔌 Check for a free LAN port on the main router and a free WAN/LAN port on the second device.
  • 📏 Make sure the cable is long enough to be routed safely without tension or kinks.
  • 🔍 Visually inspect the RJ-45 connectors for oxidation or damage to the plastic clips.
  • 📱 Prepare your computer or laptop with a network adapter for initial setup.

The physical connection must be made only after the logical configuration to avoid network conflicts. If you connect a cable between two routers with the same default IP addresses (e.g., 192.168.0.1), a conflict will occur, and you will lose access to the web interface of both devices. Therefore, the initial configuration of the second router should be performed in isolation, without being connected to the first.

⚠️ Note: Interfaces and menu item names may vary depending on the manufacturer (Keenetic, TP-Link, Asus, MikroTik) and firmware version. Always consult the official documentation for your specific hardware model.

Configuring IP addresses and resolving conflicts

The key to connecting two devices to a single network is proper organization of the address space. Each router on the network must have a unique IP address so you can manage them independently. By default, most home routers have an address 192.168.0.1 or 192.168.1.1If both devices have the same address, the network will not work.

To begin, connect your computer to the second (future slave) router via the LAN port. Access the web interface by entering the default address in your browser. Find the settings section. local network or LAN SettingsHere you need to change the IP address of the router itself. 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 any other within the same subnet, but not occupied by other devices.

After changing the IP address, your router will likely ask you to reboot. From this point on, you'll need to use the new address to access its settings. This is a critical step that beginners often miss, often trying to connect to the old address and wondering why the device is unavailable.

What to do if you forgot your new IP address?

If you've changed your router's IP address and forgotten it, you'll need to perform a factory reset (hard reset). To do this, locate the recessed Reset button on the device, press it with a paperclip, and hold it for about 10-15 seconds while the power is on. This will reset the router to its factory settings and the address indicated on the sticker on the bottom.

Next, you need to configure the range of addresses issued by the DHCP server. On the main router, the address pool could be, for example, 192.168.1.100 to 192.168.1.200On the second router, if it's operating in router mode, the range should be different or disabled entirely to prevent devices from receiving incorrect gateways. However, for simplicity and to create a unified network, it's best to disable DHCP on the second device if we're using the "Access Point" configuration.

LAN-WAN connection diagram: working through NAT

A LAN-WAN connection involves connecting the LAN port of the main router to the WAN port (sometimes labeled Internet) of a second router. In this case, the second device perceives the first router's network as external (the Internet) and creates its own subnet. This creates a dual-route NAT (Network Address Translation), which can be useful for isolating a guest network, but creates problems for games and some network services.

To configure this method, log into the second router's interface (which now has a unique IP address). Find the "WAN" or "Internet" settings section. Select the "Dynamic IP" connection type. In this mode, the second router will automatically request an address from the main router. Make sure the second router's IP address (its WAN interface) is in the same subnet as the first router's LAN, but not the same.

For example, if the first router distributes addresses 192.168.1.x, then the second WAN port will receive an address like 192.168.1.50In this case, the internal network of the second router must be in a different subnet, for example, 192.168.2.1To avoid routing confusion, devices connected to the second router will see the internet, but devices connected to the first router (printers, media servers) will not be visible unless static routes are configured.

☑️ Checking LAN-WAN settings

Completed: 0 / 4

This setup is good because it requires minimal configuration, but it's bad because it splits the local network into two segments. If you want a printer connected to the main router to print from a laptop connected to the second router, this setup will require additional complex port forwarding or static route settings.

LAN-to-LAN connection diagram: Access Point mode

The most preferred option for home use is a LAN-to-LAN setup, which turns the second router into a simple access point and switch. In this mode, all devices are on a single, flat network, visible to each other, and can exchange data at maximum speed. To implement this setup, a cable is connected from the LAN port of the main router to the LAN port of the second router (the WAN port is not used).

The main condition for this circuit to work is disconnection DHCP servers On the second router. Only the main router should distribute addresses. Leaving DHCP enabled on both devices will create chaos in the network: devices will receive different IP addresses and gateways, resulting in a loss of internet access.

The algorithm of actions is as follows:

1. Give the second router a static IP in the subnet of the first one (for example, 192.168.1.2).

2. Disable the DHCP server in the LAN tab of the second router's settings.

3. Save the settings and reboot the device.

4. Connect the cable from the LAN of the first router to the LAN of the second (not to the WAN!).

Parameter Main router Second router (AP mode)
IP address 192.168.1.1 192.168.1.2
DHCP Server On Turned off
Connecting the cable LAN port LAN port
Wi-Fi network Active Active

Once configured, the second router ceases to be a true router and becomes a transparent bridge. All client requests pass through it in transit to the main router. This ensures a unified broadcasting environment, although without automatic roaming between points unless mesh systems are used.

Setting up a wireless network and channels

Once the physical connection is established, it's necessary to optimize the wireless interfaces. Keeping the same network names (SSIDs) on both routers will create the illusion of a single network. However, standard Wi-Fi doesn't automatically switch the client device to a stronger signal. A smartphone or laptop may cling to the farther router until the connection is completely lost.

To minimize interference, the Wi-Fi channels on the two routers should be separated. In the 2.4 GHz band, non-overlapping channels are 1, 6, and 11. If the main router is on channel 1, manually set the second router to channel 6 or 11. Automatic channel selection may eventually cause both routers to be on the same frequency, resulting in a drop in speed.

In the 5 GHz band, the situation is simpler due to the large number of available channels, but the principle remains the same. Use Wi-Fi analyzers (for example, the app WiFi Analyzer on Android) to find the least crowded frequencies in your home. The correct frequency distribution is key factor of stability wireless network with multiple access points.

  • 📡 Set the channel width to 20 MHz for 2.4 GHz if there are many neighboring networks in the house, or 40 MHz if the air is clear.
  • 🔐 Use a modern encryption standard WPA2-PSK/AES or WPA3 on both devices.
  • 📶 Place routers at least 10-15 meters apart for effective coverage without mutual interference.

Don't forget that transmitter power also plays a role. If both routers are close together and operating at full power, they can "jam" each other. Some advanced firmware versions allow you to manually reduce the transmitter power on the second router to balance coverage areas.

📊 Which Wi-Fi band do you use most often?
2.4 GHz
5 GHz
Both automatically
Don't know

Diagnosing problems and checking functionality

After completing all the settings, it's time to conduct a comprehensive network test. First, test internet access from devices connected to the second router. Then, try pinging devices on the local network. From a computer connected to the second router, try pinging a computer connected to the first.

For diagnostics, use the command line. Enter the command ping 192.168.1.1 (address of the main router) and ping 192.168.1.x (the address of any device on the network). If packets pass through without loss (0% loss) and the response time is stable (usually 1-3 ms for LAN), then the network is configured correctly.

Common problems you may encounter:

1. No internet access: Check whether the gateway and DNS are specified correctly in the WAN settings of the second router (for the LAN-WAN scheme) or whether DHCP is disabled (for the LAN-LAN scheme).

2. IP conflict: Make sure that the device addresses do not overlap.

3. Low speed: Check if your connection has dropped to 100 Mbps due to a bad cable or port settings.

⚠️ Note: If you're using IPTV from a provider, TV will work without issues in a LAN-to-LAN (access point mode) setup. A LAN-to-WAN (double NAT) setup may require special IGMP Proxy settings or a dedicated port for IPTV.

It's also worth checking whether the second router's built-in firewall is blocking local traffic. In access point mode, it's often worth disabling the firewall or switching it to trusted network mode, since perimeter protection is handled by the main router.

Alternative solutions and modern standards

It's worth noting that the described method of connecting two different routers with a cable is classic, but not the only one. Modern manufacturers offer technologies Mesh, which enable the creation of unified seamless networks with intelligent client switching between nodes. However, mesh systems typically require the purchase of a set of identical devices, whereas linking two routers allows the use of existing equipment.

If your routers support the standards 802.11r/k/v, then by setting up identical network names and passwords, switching between them will be faster and more seamless for the user. These protocols help the client device quickly recognize that the signal from the current access point has weakened and initiate a reconnection to a stronger one.

In conclusion, connecting two routers with a cable is a reliable, inexpensive, and effective way to improve Wi-Fi coverage. It requires only basic knowledge of IP address configuration and an understanding of the differences between network operating modes. A properly implemented LAN-to-LAN setup with DHCP disabled on the second device is the "gold standard" for home networks.

Is it possible to connect Wi-Fi routers with a cable if they are from different manufacturers?

Yes, you can. Ethernet and TCP/IP protocols are universal standards. You can connect routers from TP-Link, Asus, Keenetic, D-Link, and any other brands using a cable. The main thing is to correctly configure the IP addressing and operating mode (LAN-LAN or LAN-WAN), regardless of the logo on the router.

What is the maximum cable length allowed between routers?

The Ethernet standard (twisted pair) guarantees stable operation over distances of up to 100 meters. With high-quality cable (Cat5e or Cat6) and properly functioning connectors, problems over distances of 20-50 meters within a house or apartment should not arise. For longer distances, active switches or fiber optic cable are required.

Do I need to set the same passwords on both routers' Wi-Fi?

Technically, passwords can be different, but for ease of use on a single network, it's recommended to set the same network name (SSID) and password. This will allow your devices to automatically connect to an available access point without manual intervention, although it doesn't guarantee instant roaming without support for special protocols.

What happens if I don't disable DHCP on the second router in a LAN-to-LAN setup?

A DHCP server conflict will occur on the network. Devices will receive IP addresses randomly, sometimes from one router, sometimes from the other. If a device receives an address from the second router, which has no internet access (because it's disconnected from the ISP), the internet will not work. Constant connection interruptions are also possible.