How to connect two Wi-Fi routers via cable: 3 working diagrams + step-by-step setup

Connecting two Wi-Fi routers via a network cable is one of the most stable solutions for expanding coverage or segmenting a network. Unlike wireless bridges (WDS), a wired connection guarantees minimal speed loss, no interference, and reliable synchronization of devices. However, an incorrect connection can be dangerous. IP address conflicts, double NAT or complete network collapse.

In this article we will look at three basic connection schemes - LAN-WAN (router as a repeater), LAN-LAN (unified network) and cascade via WAN port (for provider settings). You will also learn how to avoid common mistakes when setting up DHCP serversWhy is it important to turn off? AP Isolation and when to use static routes. The instructions are relevant for routers. TP-Link, ASUS, Keenetic, MikroTik and other popular brands.

Before you begin, please check for:

  • 🔌 Network cable Cat 5e/6 (recommended length up to 90 meters)
  • 📡 Two routers (at least one must support the mode Access Point)
  • 💻 A computer or smartphone to access the web interface
  • ⚡ Power supply for both devices (do not use one adapter for two routers!)
📊 Why are you combining routers?
Increase Wi-Fi coverage
Split the network into guest and main
Connect more devices via wire
Experimenting with network settings
Other

1. Choosing a connection scheme: LAN-WAN, LAN-LAN or cascade?

The connection scheme determines how devices interact on the network, how IP addresses are allocated, and how firewalls are configured. Let's consider the pros and cons of each option:

Scheme Advantages Flaws When to use
LAN-WAN
(Main router → WAN port of secondary router)
  • Easy setup
  • Network isolation (e.g. for guest Wi-Fi)
  • Support Double NAT (useful for some providers)
  • Double NAT can block UPnP And Port Forwarding
  • Devices from different networks cannot see each other.
To create a separate guest network or at the provider's request
LAN-LAN
(Both routers are connected via LAN ports)
  • Unified network (all devices see each other)
  • No double NAT
  • Maximum data exchange rate
  • Requires shutdown DHCP on the secondary router
  • IP conflicts may occur if the subnet is not configured.
To expand the network without dividing it into segments
Cascade over WAN
(Using the WAN port of the main router)
  • Suitable for specific provider settings (eg. PPPoE)
  • You can set up traffic priority
  • Complex setup
  • There may be problems with IPTV And VoIP
For advanced users with non-standard requirements

Critical note: If your ISP uses MAC address binding, the LAN-WAN scheme will have to be supplemented by MAC cloning on the secondary router or by setting up MAC Spoofing. Otherwise, the Internet will only be available on the primary device.

⚠️ Attention: if one of the routers issues IPv6 addresses, and the second one is only IPv4Devices on different subnets may lose connection even if configured correctly. Check protocol support in the menu. Local Area Network → IPv6.

2. Preparing routers before connection

Before physically connecting the cable, reset the secondary router to factory settings and update the firmware on both devices. This will prevent conflicts due to outdated configurations or software bugs.

Reset the secondary router settings (button Reset for 10 seconds)|

Update firmware of both devices via web interface|

Write down the MAC addresses of the ports (useful for binding to the provider)|

Disable Wi-Fi WPS on both routers|

Check the compatibility of Wi-Fi standards (e.g. 802.11ac And 802.11ax)

-->

How to reset settings:

  1. Find the button on the back of the router. Reset (usually recessed into the body).
  2. Take a paper clip or a toothpick, press and hold the button for 10-15 seconds.
  3. Wait for the reboot (the indicators should flash and stabilize).

To update the firmware:

  1. Connect to the router via cable or Wi-Fi.
  2. Go to the web interface (usually 192.168.0.1 or 192.168.1.1).
  3. Find the section System Tools → Software Update.
  4. Download the latest firmware version from the manufacturer's website (for example, for TP-Link Archer C6official support page).
⚠️ Attention: if the router supports Mesh networks (For example, ASUS AiMesh or Keenetic System), it's better to use proprietary technology instead of manually connecting. Otherwise, problems with device roaming between access points may occur.

3. LAN-WAN diagram: router as a repeater (mode Access Point)

This setup is suitable if you need to extend your Wi-Fi coverage without changing your primary network. The secondary router will act as wireless access point, distributing the Internet from the main device, but creating a separate subnet.

Step-by-step instructions:

  1. Connect the routers with a cable: take a patch cord and connect LAN port of the main routerSecondary WAN port.
  2. Set up a secondary router:
    • Open the web interface (usually 192.168.1.1).
    • Go to Network → WAN.
    • Select connection type Dynamic IP (if the main router distributes addresses DHCP).
    • In the field MAC address Enter the address of the main router (if the provider uses binding).
  3. Set up Wi-Fi:
    • Go to Wireless Network → Wi-Fi Settings.
    • Set a unique network name (SSID), different from the main router.
    • Select a channel that does not intersect with the main point (for example, if the main point is on Channel 6, install 1 or 11).
  • Disable the DHCP server:
    • Go to DHCP → DHCP Settings.
    • Mark Disable.

    Checking functionality:

    • Connect the device to the secondary router's Wi-Fi.
    • Make sure the internet is working (for example, open ping 8.8.8.8 (in the command line).
    • Check that devices from different networks cannot see each other (for example, from a laptop connected to the primary router, try accessing the shared folder on a PC connected to the secondary router).

    4. LAN-to-LAN diagram: a single network without double NAT

    This method allows you to create one local network, where all devices (both those connected to the first and second routers) will share the same address space. Ideal for home media servers, network printers, or LAN gaming.

    Configuration algorithm:

    1. Connect the routers: use LAN port of the main routerSecondary LAN port (not WAN!).
    2. Set up IP addresses:
      • Main router: leave 192.168.1.1 (or your current address).
      • Secondary router: change IP to 192.168.1.2 (in the same subnet, but with a different last octet).
      • In the web interface of the secondary router, go to Network → LAN and set a new IP.
    3. Disable DHCP on the secondary router:
      • Go to DHCP → DHCP Settings.
      • Select Disable.
  • Set up Wi-Fi:
    • It is recommended to use the same network name (SSID) and the password is the same as on the main router, but with a different channel.
    • Turn it off AP Isolation (client isolation), if enabled.
    • Important: If the range of DHCP addresses distributed on the main router ends with 192.168.1.100, and you assigned it to the secondary router 192.168.1.2, there will be no conflicts. But if the secondary router's address falls into the DHCP pool (for example, 192.168.1.50), devices will not be able to connect to it.

      Parameter Main router Secondary router
      IP address 192.168.1.1 192.168.1.2
      DHCP server On (192.168.1.100–192.168.1.199) Disabled
      SSID (Wi-Fi name) MyHomeNetwork MyHomeNetwork (same name)
      Wi-Fi channel 6 (2.4 GHz) 1 (2.4 GHz) or 36 (5 GHz)

      5. Cascade via WAN port: for specific provider settings

      This scheme is rarely used, but can be useful if the provider requires authorization by PPPoE, L2TP or PPTP on every device. It is also used to create multi-level NAT (for example, to bypass blocking or test network applications).

      Instructions:

      1. Connect WAN port of the main routerSecondary LAN port.
      2. On the secondary router:
        • Go to Network → WAN.
        • Select the connection type that matches your provider (e.g. PPPoE).
        • Enter your provider's login/password (the same as on your main router).
    • Set up LAN-IP secondary router on a different subnet (for example, 192.168.2.1) to avoid conflicts.
    • Turn on DHCP server on a secondary router with a range 192.168.2.100–192.168.2.199.

    The advantage of this method is the flexibility of configuration, but there are also disadvantages:

    • 🔴 Double NAT complicates port forwarding (Port Forwarding).
    • 🔴 Devices from different subnets will not see each other without additional routes.
    • 🔴 There may be problems with IPTV And VoIP.
    ⚠️ Attention: If your provider uses IPv6, with double NAT, problems may arise with some services (for example, Microsoft Xbox Live or Zoom). In this case, it is better to use the LAN-LAN scheme or configure Bridge mode on the main router.
    How to configure static routes for communication between subnets?

    If you need devices from a subnet 192.168.1.0/24 saw devices from 192.168.2.0/24, on the main router add a static route:

    1. Go to Advanced Settings → Routing.
    2. Add a rule:
      • Destination network: 192.168.2.0
      • Subnet mask: 255.255.255.0
      • Gateway: 192.168.1.2 (IP of the secondary router)
  • On the secondary router, create a reverse route:

    1. Destination network: 192.168.1.0
    2. Subnet mask: 255.255.255.0
    3. Gateway: 192.168.2.1 (if the main router has an IP 192.168.1.1, specify it as a gateway)

    6. Common mistakes and their solutions

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

    • 🔌 There is no internet on the secondary router.:
      • Check if it is enabled DHCP server on the main router.
      • Make sure the cable is connected to the correct ports (e.g. not WAN instead of LAN).
      • Check if your provider blocks the connection of several devices under one tariff (relevant for PPPoE).
    • 📡 Wi-Fi is working, but the devices can't see each other.:
      • In a LAN-WAN setup, this is normal (different subnets). For a single network, use LAN-LAN.
      • Check if it is enabled AP Isolation or Client Isolation.
    • Low speed between routers:
      • Use a cable Cat 6 instead of Cat 5 for speeds above 1 Gbps.
      • Check if it is turned on QoS or Bandwidth Control, limiting traffic.
      • Turn it off IGMP Snooping, if it interferes with multicast traffic (for example, for IPTV).
    • 🔒 Port forwarding doesn't work:
      • With double NAT (LAN-WAN) forwarding needs to be configured on both routers.
      • Use DMZ on the main router, specifying the IP of the secondary device.

    If the problem is not resolved, run diagnostics:

    ping 192.168.1.1 # Checking connection with the main router
    

    tracert 8.8.8.8 # View route to Google DNS

    ipconfig /all # View network settings (Windows)

    ifconfig # Similar to Linux/MacOS

    7. Connection optimization: how to increase speed and stability

    A wired connection between routers already guarantees high stability, but there are ways to improve performance:

    • 🚀 Use gigabit ports:
      • Ports 100 Mbps (yellow) limit the speed. Connect the cable in 1 Gbps (usually blue or black).
    • 📶 Set up Wi-Fi channels:
      • Use utilities like Wi-Fi Analyzer (Android) or NetSpot (Windows/Mac) to select the least congested channel.
      • For 5 GHz choose channels 36–48 or 149–165 (they intersect less).
    • 🔄 Enable roaming (if you use the same SSID):
      • Set up 802.11r/k/v (fast roaming) on ​​both routers.
      • Set the same security settings (WPA3 or WPA2-PSK).
    • 🛡️ Update the firmware:
      • Manufacturers regularly fix bugs that affect performance. Check for updates every 3-6 months.

    For maximum performance in the circuit LAN-LAN:

    • Turn it off DHCP on the secondary router.
    • Set up Jumbo Frames (if supported) to reduce overhead.
    • Use VLAN to separate traffic (for example, for IPTV and the Internet).

    8. Alternative methods for connecting routers

    If a wired connection is not possible, consider alternatives:

    • 📡 Wireless DS Bridge:
      • Suitable for routers with support WDS (For example, TP-Link TL-WR841N).
      • Speed ​​drops by 30-50% due to packet retransmission.
    • 🔗 Client Mode:
      • One router connects to another as a client (for example, ASUS in Media Bridge mode).
      • Does not support Wi-Fi re-distribution (wired devices only).
    • 🌐 Mesh system:
      • Uses proprietary protocols (TP-Link OneMesh, ASUS AiMesh).
      • Automatic roaming and channel optimization.
      • Requires compatible devices.
    • 🔌 Powerline adapters:
      • Data transmission over electrical wiring (eg TP-Link AV1000).
      • The speed depends on the quality of the wiring (usually 100–300 Mbps).
    • A wired connection remains the most reliable, but if it is not possible, Mesh systems or Powerline — the best alternatives.

      ⚠️ Caution: When using WDS or client mode Make sure both routers are operating on the same frequency (2.4 GHz or 5 GHz). Mixed modes (eg, 2.4 GHz on the main and 5 GHz on the secondary) are not compatible.

      FAQ: Frequently asked questions about connecting routers

      Is it possible to connect routers from different manufacturers (for example, TP-Link and ASUS)?

      Yes, the manufacturer does not matter if the routers support standard protocols (DHCP, NAT, 802.11n/ac/ax). The main thing is to correctly configure IP addresses and operating modes (for example, disable DHCP on the secondary device in the circuit LAN-LAN).

      What cable is needed to connect routers?

      Use twisted pair category 5e or 6 (supports up to 1 Gbps at distances up to 100 meters). For speeds of 2.5–10 Gbps, you will need Cat 6a or Cat 7Avoid damaged or twisted cables, as this will result in packet loss.

      Why did the Internet disappear on the main router after connecting?

      Possible reasons:

      1. Short circuit in the cable (check the integrity of the crimping).
      2. IP address conflict (for example, both routers have 192.168.1.1).
      3. The provider blocks several MAC addresses (clone the MAC of the main router to the secondary one).

      Disconnect the secondary router and check the internet connection on the primary one. If the problem disappears, there's a problem with the secondary device's settings.

      Is it possible to use both routers to increase internet speed (load balancing)?

      Yes, but this will require:

      • Two independent Internet connections (from different providers or one tariff with several IPs).
      • Router with support Dual WAN or Load Balancing (For example, MikroTik RB4011, ASUS RT-AX88U).
      • Configuring routing policies to distribute traffic.

      At home, it is easier to use one powerful router with Mu-MIMO or OFDMA.

      How can I make devices automatically switch between routers (roaming)?

      For seamless roaming:

      1. Set up on both routers the same SSID, password, and security type (WPA3 or WPA2-PSK).
      2. Use different channels (For example, 1 And 11 For 2.4 GHz).
      3. Turn on 802.11r (Fast Transition) in Wi-Fi settings (if supported).
      4. Turn it off AP Isolation And Client Isolation.

      For best results, use ro