How to connect a Wi-Fi router to another router via cable: 3 working schemes + settings

Extending a home or office Wi-Fi network with a second router is a popular solution when a single device isn't enough to cover the entire area. Connecting via a network cable (Ethernet) ensures maximum connection stability and minimal speed loss compared to wireless bridges. However, improper connection or configuration can lead to IP address conflicts, double NAT, or a complete loss of internet access on client devices.

In this article we will analyze Three basic schemes for connecting routers with cables (LAN-to-LAN, LAN-to-WAN, cascading), we will dwell in detail on the settings for popular brands (TP-Link, ASUS, Keenetic, MikroTik), and we'll also look at typical errors and how to fix them. We'll pay special attention to configuring a DHCP server and correctly distributing IP addressesto avoid network conflicts.

Why connect a router to a router via cable?

Using a second router via an Ethernet cable is relevant in several scenarios:

  • 📶 Increasing Wi-Fi coverage — when the main router doesn't reach remote rooms or floors. A cable connection is more reliable than a signal repeater.
  • 🖥️ Dividing the network into segments — for example, for guest access with limited rights or for connecting smart devices (IoT) to a separate subnet.
  • 🎮 Wired connection of gaming consoles/PCs — the cable ensures minimal ping and stable speed, critical for online gaming or 4K streaming.
  • 🏢 Networking in the office — dividing traffic between departments or creating a backup channel.

Advantages of a cable connection over a wireless one (WDS or Mesh):

  • No loss of speed — wireless bridges lose up to 50% of their bandwidth.
  • 🛡️ High reliability - no interference from other networks or household appliances.
  • 🔧 Easier setup - no need to synchronize channels or select compatible Wi-Fi standards.
⚠️ Attention: If your internet service provider uses MAC address bindingAfter connecting a second router, you may need to clone the MAC address of the main device or register a new address in your personal account.
📊 Why are you connecting a second router?
Increase Wi-Fi range
Divide the network into segments
Connect a gaming console/PC
Another option

Three router-to-router cable connection schemes

The choice of scheme depends on your goals: whether the second router needs to assign its own IP addresses (create a separate subnet) or operate as a "smart switch" within the same network. Let's consider all options:

1. LAN-to-LAN scheme (one DHCP server)

This is the easiest and most recommended method for most users. In this case:

  • Both routers are in one subnet (For example, 192.168.1.0/24).
  • The DHCP server is running only on the main router.
  • The second router acts as access point + switch.

Pros: All devices see each other on the network, no double NAT, minimal settings.

Cons: It is not possible to split traffic into different subnets (for example, for guest access).

2. LAN-to-WAN scheme (two subnets, double NAT)

Used when needed:

  • Create isolated subnet (for example, for guests or IoT devices).
  • Connect the second router to to another Internet provider (backup channel).

Pros: Complete traffic isolation, possibility of different firewall rules.

Cons: devices from different subnets do not see each other without additional settings, problems with UPnP and online games.

3. Cascading (bridge mode)

The second router works as signal amplifier, without creating your own network. Suitable for:

  • Coverage area expansion without changing the main network settings.
  • Connecting devices that require wired connection (IP cameras, NAS).

Pros: minimal settings, no IP conflicts.

Cons: limited traffic management capabilities.

Scheme Usage DHCP NAT Difficulty of setup
LAN-to-LAN Network expansion without isolation One (on the main one) No Low
LAN-to-WAN Isolated subnet or backup channel Two (on both) Double Average
Cascading Signal boosting without network changes One (on the main one) No Low

Step-by-step instructions: LAN-to-LAN connection

This setup is suitable for 90% of cases where you simply need to extend your Wi-Fi range or add wired ports. Follow the instructions:

1. Physical connection

Connect the routers network cable (patch-cord):

  • Insert one end of the cable into LAN port of the main router (any except WAN).
  • The other end is in LAN port of the second router (also not WAN!).

⚠️ Do not use the WAN port on the second router. - this will lead to a LAN-to-WAN scheme with double NAT.

2. Setting up a second router

Connect to the web interface of the second router (usually at 192.168.0.1 or 192.168.1.1, see the sticker on the device).

Disable DHCP server|Change the router's IP address (e.g. to 192.168.1.2)|Configure the same Wi-Fi SSID and password as your main router (optional)|Save the settings and reboot the device-->

Detailed settings for popular brands:

  • 🔧 TP-Link: Go to Network → LAN, change the IP address (for example, to 192.168.1.2). Then in DHCP → DHCP Settings Turn off the server.
  • 🔧 ASUS: IN Local Network → IP Address set a new address. In Local Network → DHCP Server select "Disable".
  • 🔧 Keenetic: IN Home Network → Segments Disable DHCP for the Home Network segment.

⚠️ Attention: If the IP address of the main router 192.168.0.1, and you will ask the second one 192.168.1.2, devices from different subnets will not see each other! Addresses must match in the first three octets (for example, 192.168.1.1 And 192.168.1.2).

3. Setting up Wi-Fi (optional)

To automatically switch devices between routers without losing connection:

  • Set it on the second router same SSID (network name) And password, as on the main one.
  • Install different Wi-Fi channels (eg 1 and 6 for 2.4 GHz) to avoid interference.
  • Turn it off WPS - This will improve security.

Setting up a LAN-to-WAN scheme (two subnets)

This scheme requires more steps, but allows you to create an isolated network. It's useful for:

  • 🔒 Guest Wi-Fi with limited access to local resources.
  • 📡 Connection to another Internet provider (backup channel).
  • 🖧 DMZ organization for public services (web server, IP camera).

1. Physical connection

Connect:

  • LAN port main router → WAN port second router.

This is the key difference from the LAN-to-LAN scheme!

2. Setting up a second router

In the web interface of the second router:

  1. In the section WAN (or Internet) select the connection type Dynamic IP (if the main router distributes addresses via DHCP) or Static IP (if you need to set the address manually).
  2. In the settings LAN ask another IP range, than on the main router. For example:
    • Main router: 192.168.1.0/24
    • Second router: 192.168.2.0/24
  • Enable the DHCP server on the second router (range, for example, 192.168.2.100–192.168.2.200).
  • 3. Configure routing (if necessary)

    To allow devices from different subnets to see each other, add a router to the main router. static route:

    • Target network: 192.168.2.0
    • Mask: 255.255.255.0
    • Gateway: The IP address of the second router in the network of the first (For example, 192.168.1.2)
    ⚠️ Note: Double NAT may cause problems with:
    • UPnP — ports for torrents or games will not open.
    • VPN — some protocols may not work.
    • VoIP — calls may be dropped.

    If these services are critical, use a LAN-to-LAN scheme.

    Setting up cascading (bridge mode)

    This method is the simplest, but is only suitable for expanding the network without creating a new subnet. The second router acts as advanced switch.

    1. Physical connection

    Connect:

    • LAN port main router → LAN port second router.

    2. Disabling DHCP and changing IP

    In the settings of the second router:

    1. Disable the DHCP server (as in the LAN-to-LAN scheme).
    2. Set the IP address from the range of the main router (for example, 192.168.1.2).
    3. In the section Wireless (or Wi-Fi) set up the same SSID And password, which is on the main router.

    3. Disabling the firewall (optional)

    On some routers (for example, MikroTik) may need to be disabled firewall between LAN ports so that traffic passes without filtering.

    How to check if cascading works?

    Disconnect the cable from the main router. The second router's clients will lose internet access. This is normal, as it doesn't have its own WAN connection and acts as an extension of the main network.

    Common errors and how to fix them

    Even with a proper connection, problems can arise. Let's look at the most common ones:

    Problem Cause Solution
    There is no internet on the second router. Invalid IP address or subnet mask Check that the router addresses are in the same subnet (for example, 192.168.1.1 And 192.168.1.2)
    The devices don't see each other Double NAT (LAN-to-WAN scheme) Use LAN-to-LAN or set up static routes
    Wi-Fi works, but there is no internet access The DHCP server is disabled on both routers. Enable DHCP on your main router or set a static IP
    Low speed between routers Low category cable (e.g. Cat.5 instead of Cat.5e) Replace the cable with Cat.5e or higher

    Additional tips:

    • 🔌 Check the cable - use direct (not a crossover!) Cat.5e or Cat.6 cable. The length should not exceed 100 meters.
    • 🔄 Reboot both routers after changing settings - sometimes changes are applied only after a reboot.
    • 📡 Disable Wi-Fi on one of the routers, if you don't need a wireless network from both - this will reduce interference.
    ⚠️ Warning: If you use PPPoE-connection, make sure that the login/password is entered only on main routerOn the second router (in the LAN-to-WAN scheme), select Dynamic IP or Static IP, but not PPPoE!

    FAQ: Frequently Asked Questions

    Is it possible to connect a router to a router without a cable?

    Yes, but it's less reliable. Alternatives:

    • 📶 WDS mode - wireless bridge (up to 50% speed loss).
    • 🔗 Wi-Fi Repeater - signal repeater (easier to set up, but also reduces speed).
    • 🏠 Mesh system - ideal for large areas (e.g. TP-Link Deco or ASUS ZenWiFi).

    Cable connection is always preferred for stability and speed.

    What cable is needed to connect routers?

    Use twisted pair cable category 5e or higher (Cat.5e, Cat.6, Cat.6a). Basic requirements:

    • 🔌 Straight crimp (not crossover!) - both ends must be crimped to T568B standard.
    • 📏 Length up to 100 meters - exceeding this limit will result in signal loss.
    • 🛡️ Shielded cable (STP) is recommended for installation near sources of interference (for example, near electrical wiring).
    Why did my internet speed drop after connecting a second router?

    Possible reasons:

    • 🐢 Double NAT - If you use a LAN-to-WAN scheme, some protocols may work slower.
    • 🔌 Low quality cable - replace with Cat.5e or higher.
    • 📡 Wi-Fi congestion — if both routers broadcast on the same channel, enable automatic channel selection or set different ones (for example, 1 and 6 for 2.4 GHz).
    • 🔄 Poor performance of the second router - If it is older than 5 years, its processor may not be able to handle the load.

    Solution: Check the speed via cable (by connecting your PC directly to the second router). If the speed is normal, the problem is with the Wi-Fi.

    Is it possible to use a second router as a switch?

    Yes! To do this:

    1. Turn it off on it DHCP server.
    2. Set the IP address from the range of the main router (for example, 192.168.1.2).
    3. Turn it off Wi-Fi (if not needed).
    4. Connect the cable in LAN port (not WAN!).

    Now the router works as a managed switch with additional ports.

    How can I make devices automatically switch between routers?

    For seamless roaming between access points:

    • 🔄 Ask the same Wi-Fi SSID and password on both routers.
    • 📶 Use different channels (for example, 1 and 6 for 2.4 GHz or 36 and 149 for 5 GHz).
    • 📱 On client devices, disable the "auto-connect to weak networks" function (in Wi-Fi settings).
    • 🔧 If the routers support 802.11k/v/r (For example, ASUS AiMesh or Ubiquiti UniFi), enable these protocols for faster switching.

    ⚠️ On Android And iOS You may need to manually "forget" the network and reconnect after changing the settings.