Many users are familiar with the situation where the Wi-Fi signal isn't strong enough to cover the entire house, or where the internet speed drops to critical levels in a remote room. Often, the provider provides a powerful but single router, which is physically unable to penetrate thick walls or provide coverage over a large area. The solution is to use a second router, which can be turned into an access point or repeater by connecting them.
The most reliable and stable way to connect two devices into a single network is a wired connection. Unlike wireless bridges, a cable (twisted pair) guarantees maximum data transfer speeds and zero latency, which is critical for online gaming and 4K video playback. In this guide, we'll cover in detail how to properly connect two routers with a cable, configure their IP addresses, and avoid conflicts on the local network.
Before setting up the software, make sure you have all the necessary equipment. You'll need a primary router, which is already connected to your ISP and distributes internet, and a second router, which will extend the coverage. A patch cord—a network cable with RJ-45 connectors on both ends—is also required. The cable can be any length, but 5-10 meters is usually sufficient for home use.
Selecting a connection diagram and preparing equipment
There are two main schemes for connecting routers with a cable, and the choice between them depends on your goals and the model of the second device. The first and most common scheme is called LAN-WANIn this case, the cable runs from the LAN port of the main router to the WAN (or Internet) port of the second router. In this configuration, the second router creates its own subnet, acting as a full-fledged router with its own NAT and DHCP server.
The second scheme, known as LAN-LAN, transforms the second router into a regular access point or switch. A cable connects the LAN port of the primary device to the LAN port of the secondary device. With this configuration, all devices are on the same subnet, see each other, and share resources from a common DHCP server. This method is often preferred for establishing a unified namespace and port forwarding.
- 📡 LAN-WAN configuration: ideal for isolating a guest network or separating traffic between floors.
- 🔗 LAN-to-LAN setup: the best choice for extending Wi-Fi coverage without creating unnecessary subnets.
- ⚙️ Hybrid mode: some modern routers (eg. Keenetic or MikroTik) allow you to programmatically switch ports between modes.
It's important to understand that the second router must be configured before physically connecting it with a cable. Simply plugging the cable into an unconfigured device can cause an IP address conflict if both routers have the same default gateway address. Therefore, the first step is always performed with the computer connected to the second router, but not connected to the main router.
⚠️ Attention: Before starting setup, be sure to reset the second router to factory settings. Find the button
Reset(usually recessed into the housing), press it with a paperclip for 10-15 seconds until the lights flash. This ensures that old settings from your provider or previous network don't interfere with the new configuration.
Configuring IP addresses and resolving conflicts
The key to connecting two routers is proper addressing. Most home routers have a default address 192.168.0.1 or 192.168.1.1If the primary and secondary routers have the same IP address, the network won't work. Therefore, the first step after resetting is to change the secondary device's IP address.
Connect your computer to any LAN port of the second router and log into its web interface. Find the section Network or Local area network -> LANHere you need to change the IP address so that it is in the same subnet as the main router, but not the same. For example, if the main router has the address 192.168.0.1, the second one can be assigned 192.168.0.2 or 192.168.0.254.
After changing the address, the router will ask you to reboot. Your computer will lose connection to it, and you will need to enter the new address in your browser to continue setup. Make sure the subnet mask is set to 255.255.255.0This is a standard value for home networks, ensuring correct operation of up to 254 devices.
The next critical step is setting up a DHCP server. In a LAN-to-LAN setup, the DHCP server on the second router should be disabled, so that only the main router distributes addresses. In the LAN-WAN DHCP scheme, the second router should have included, but with a different address range to avoid overlapping with the main one. For example, if the main one distributes addresses from 100 to 150, let the second one distribute from 151 to 200.
| Parameter | Main router | Second router (for LAN-LAN) | Second router (for LAN-WAN) |
|---|---|---|---|
| IP address | 192.168.0.1 | 192.168.0.2 | 192.168.1.1 (another subnet) |
| Subnet mask | 255.255.255.0 | 255.255.255.0 | 255.255.255.0 |
| DHCP Server | On (100-200) | Turned off | On (100-200) |
| SSID (Wi-Fi Name) | Home_Wifi | Home_Wifi (same) | Home_Wifi_2 (miscellaneous) |
Operating Modes: Access Point vs. Router
Modern router firmware often offers a list of operating modes to choose from, greatly simplifying the setup process. Instead of manually changing IP addresses and disabling DHCP, you can select the appropriate profile in the interface. This is especially useful for devices from brands like TP-Link, Asus And Tenda.
Mode Access Point Automatically disables routing, NAT, and the DHCP server on the second device. It becomes a transparent bridge between the wired and wireless networks. All clients connected to it will receive IP addresses from the main router and be on the same local network. This is ideal for extending Wi-Fi coverage while maintaining the ability to use network printers and NAS storage.
Mode Router or Wireless router Leaves all features enabled. In this case, the second router creates a separate network. Devices connected to it won't be able to see devices connected to the main router unless special forwarding rules are configured. However, this mode is useful if you want to restrict guests' access to your personal files or separate play and work areas.
There is also a mode Repeater, but it's rarely used in the context of a cable connection, as it implies a wireless connection. However, some models allow you to use the cable in repeater mode to stabilize the signal if the wireless channel is too noisy.
⚠️ Attention: Firmware interfaces are constantly being updated. If you don't find the mode switch in the menu, use the manual IP and DHCP configuration described in the previous section. The absence of a mode switch button doesn't mean the device can't be configured manually.
What is the difference between bridge mode and access point mode?
Bridge mode is often confused with access point mode. In its purest form, a bridge simply forwards frames between network segments without any traffic management. Access point mode is a broader concept that includes management of wireless clients. In consumer routers, these terms are often used synonymously for a mode that disables DHCP.
Physical connection and final configuration
Once the software portion of the second router's setup is complete (IP changed, DHCP configured, or access point mode selected), you can proceed to the final stage. Take the prepared network cable. Connect one end to any available LAN-port of the main router.
The second end of the cable, depending on the chosen scheme, is connected to the second router:
- 🟡 For the diagram LAN-WAN: Insert the cable into the port labeled as
WANorInternet(usually it is blue or yellow in color and separated from the rest). - 🔵 For the diagram LAN-LAN: insert the cable into any free
LAN-port (usually they are numbered 1-4).
After physically connecting, wait for the second router to boot up (about 1-2 minutes). The connection indicator on the port should light up or start blinking, indicating a link is established. Now try connecting to the second router's Wi-Fi network (or via cable) and test internet access.
If you've configured the same network names (SSIDs) and passwords on both routers, your devices will automatically switch between them. However, it's important to remember that standard routers don't support seamless roaming (802.11r/k/v) between different devices. Switching may be delayed when a device "latches" on to the weak signal of the first router instead of the strong signal of the second.
☑️ Connection check
Optimizing Wi-Fi coverage and eliminating interference
Simply connecting routers isn't enough to ensure perfect results. For a fast and stable network, it's essential to properly configure the radio frequency parameters. The main problem with using two routers is signal interference if they operate on the same or adjacent channels.
Go to your wireless network settings (Wireless) of both routers. For the 2.4 GHz band, it is recommended to manually set channels 1, 6, and 11. These channels do not overlap. For example, set the main router to channel 1, and the second router to channel 11. It is better to set the channel width to 20 MHz for maximum stability in apartment buildings where the airwaves are very noisy.
For the 5 GHz band, the situation is simpler: there are many non-overlapping channels. Choose any free ones, for example, 36 and 149. Transmitter power (Tx Power) is also important. If the routers are located close to each other, reduce the power to "Medium" or "Low" so that they don't "jam" each other.
Security is an important consideration. Make sure both devices have modern encryption standards installed. WPA2-PSK or WPA3. Using obsolete WEP or an open network will make your traffic vulnerable to interception, especially if the signal extends beyond the apartment.
Common problems and solutions
Even if you follow all the instructions, difficulties may arise. One of the most common issues is a lack of internet on devices connected to the second router, even though the indicators are lit. This most often indicates incorrect DNS or gateway settings. Check that the IP address of the main router is specified as the gateway and DNS address on the second router (in LAN-to-LAN mode).
Another common error is a "looping connection," where the device constantly reconnects to the Wi-Fi network. This can occur due to an IP address conflict, if a third device with a static IP address matching the router's is added to the network. A faulty cable (a broken wire) can also cause this, reducing the connection speed to 10 Mbps and causing instability.
If you're using a LAN-WAN setup and can't access the second router's settings, make sure you're connected to its network. In some cases, clearing the DNS cache on your computer or resetting network settings may help. The command ipconfig /flushdns in the Windows command line often solves problems with accessing the web interface.
In rare cases, the problem lies in the cable itself. If the twisted pair cable is longer than 100 meters, the signal attenuates. This isn't a concern for home use, but the quality of the cable itself (category Cat5e or higher) plays a role at speeds above 100 Mbps.
Is it possible to connect Wi-Fi routers with a cable if they are from different manufacturers?
Yes, you can. Ethernet protocols and Wi-Fi standards are universal. You can easily connect routers with a cable. TP-Link, Asus, D-Link or Zyxel In any combination. The main thing is to correctly configure the IP addresses and operating modes described above.
Will my internet speed drop when I connect a second router?
With a wired connection (LAN-to-LAN or LAN-to-WAN), there will be virtually no speed drop if the cable is in good condition and meets the Cat5e or Cat6 standards. Losses are less than 1-2%, which is unnoticeable during normal use. Speed will be limited only by your ISP and router ports (Fast Ethernet 100 Mbps or Gigabit 1000 Mbps).
Do I need to buy a special crossover cable?
No, modern equipment uses Auto-MDIX technology, which automatically detects the connection type and switches pairs within the port. You can use a regular straight-through patch cord, which are available at any computer store. Crossover cables are only required for very old equipment, manufactured more than 15 years ago.
How can I make devices see the printer through two routers?
To do this, be sure to use a LAN-to-LAN (access point mode) configuration and disable DHCP on the second router. In this case, all devices will be on the same subnet (e.g., 192.168.0.x) and will be able to exchange data. With a LAN-to-WAN configuration, the devices will be on different subnets, and accessing the printer will require complex static route configuration.