Many users are familiar with the situation where the wireless signal from the main router doesn't reach remote rooms or a summer house. Concrete walls, metal reinforcement, and household appliances create significant obstacles to radio waves, turning high-speed internet into a slow and unstable connection. Using repeaters often doesn't produce the desired results due to the loss of speed, so the most reliable solution is to run cable and install a second router as an access point.
This approach allows you to create a unified local network with coverage that reaches all hard-to-reach areas. Unlike wireless repeaters, a wired connection between devices guarantees stable data transfer without speed loss, which is especially critical for 4K video streaming and online gaming. All you need is a free LAN port on the main device and the ability to install the required length of twisted-pair cable.
Before physically connecting, it's important to determine the role of the second device. It can operate as an independent subnet or as a full-fledged access point, extending the range of the main network. Selecting the correct operating mode is the foundation upon which all subsequent equipment configuration will be built, and ignoring this step often leads to IP address conflicts.
Selection and preparation of equipment for network expansion
To implement this scheme, you don't need to purchase specialized, expensive equipment. Almost any modern router that supports the following standards can serve as a second router. IEEE 802.11n or 802.11acEven older models gathering dust in a closet can effectively function as an access point if their software allows you to change the operating mode of the LAN ports.
The key element here is the quality of the cable. For connecting two routers, it is recommended to use shielded twisted pair cable of category Cat5e or Cat6, especially if the distance between devices exceeds 15-20 meters. Incorrectly terminated cable or using a lower-grade material can cause speeds to drop to 100 Mbps, even if your data plan includes gigabit access.
It's also worth paying attention to the connection ports. If your primary router only has Fast Ethernet ports (100 Mbps), and the secondary one has Gigabit Ethernet, the older device will be the bottleneck. In this case, it might be worth considering replacing the primary router with a more powerful model that supports it. WAN/LAN auto-sensing.
⚠️ Caution: Before working on any network equipment, ensure the power cables are disconnected from the power source. Although modern routers have surge protection, static electricity or an accidental short circuit when connecting a hot cable can damage the network cards.
The preparation process involves not only physically presenting the devices but also resetting the second router to factory defaults. This will eliminate any conflicts with configurations left over from the previous provider or other operating system. The reset is typically performed by holding down a button. Reset on the rear panel for 10-15 seconds with the power on.
Connection schemes: LAN-LAN and LAN-WAN
There are two main methods for physically connecting routers, each with its own configuration and operating logic. The choice of method depends on whether you want the devices to be on the same subnet with shared access to resources or whether you need to isolate the second router's network.
The first and most common option is a connection type LAN-to-LANIn this case, a cable connects the LAN port of the primary router to the LAN port of the secondary router. This setup turns the secondary device into a simple Wi-Fi switch, where all clients receive IP addresses from the primary router. This is ideal for creating a unified namespace and accessing network printers or NAS storage from all devices.
The second option is connection LAN-to-WANA cable runs from the LAN port of the main device to the WAN (Internet) port of the secondary device. In this case, the second router creates its own subnet, operating as a separate node. This is useful for separating traffic, for example, separating a guest network from the main one, but it creates a double NAT, which can interfere with some online games and torrents.
For most home users simply looking to improve coverage, a LAN-to-LAN setup is preferable. It provides more transparent network operation and simplifies management of connected devices. However, implementing this setup requires careful manual configuration of IP addresses to avoid conflicts.
Setting up IP addresses and a DHCP server
The most critical step in setup is correctly assigning IP addresses. Leaving both routers with their default settings will result in address conflicts, as both devices will attempt to assign addresses to the same subnet (usually 192.168.0.1 or 192.168.1.1). To avoid this, you need to change the IP address of the second router.
Connect your computer to the LAN port of the second router (without connecting to the main one yet) and log into its web interface. Find the section LAN Settings or Network SettingsYou need to change the IP address of the device itself 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.1.1, ask the second one 192.168.1.2 or 192.168.1.254.
The next step is to disable the DHCP server on the second router. In access point mode (LAN-to-LAN configuration), only the main router should be distributing addresses. Find the settings DHCP Server and select the option Disable or OffAfter saving the settings, the router will most likely require a reboot.
| Parameter | Main router | Second router (setup) | Second router (result) |
|---|---|---|---|
| Device IP address | 192.168.1.1 | 192.168.1.2 (we're changing) | 192.168.1.2 |
| Subnet mask | 255.255.255.0 | 255.255.255.0 | 255.255.255.0 |
| DHCP Server | Enabled | Disabled | Turned off |
| Address range | 192.168.1.100 - 192.168.1.199 | - | - |
After completing these steps, you'll need to reconnect your computer so it receives the new address from the main router. If everything is done correctly, you'll be able to access the second router's interface using the new address, even when it's connected to the shared network.
Wi-Fi wireless network configuration
To create a seamless roaming experience (although full mesh roaming requires support for 802.11k/v/r protocols, which are not available in all routers), you need to configure your wireless network settings correctly. Network name (SSID) and the password on the second router must completely match the settings of the main device.
However, there's a nuance with broadcast channels. To avoid interference, the Wi-Fi channels on the two routers should not overlap. For the 2.4 GHz band, channels 1, 6, and 11 are recommended. If the primary router broadcasts on channel 1, it's best to assign the second router to channel 6 or 11.
Why can't you put the same channels?
If two neighboring routers operate on the same channel, their signals will interfere, creating a "mess" of radio waves. The client device will constantly switch between signal sources of equal strength, leading to connection interruptions and a drop in speed.
In the 5 GHz band, the situation is simpler due to the larger number of non-overlapping channels, but the principle remains the same: separate the frequencies. Also, make sure the encryption type (usually WPA2-PSK or WPA3) is identical on both devices, otherwise some gadgets may refuse to connect to the second point.
Signal strength also plays a role. If the routers are close to each other, it makes sense to reduce the transmit power on both devices to 75% or 50%. This will force client devices to quickly switch to a stronger signal as they move around the apartment, rather than "cling" to the router as it moves away.
Access Point operating mode
Many modern routers, such as TP-Link, Asus or Keenetic, have a built-in software operating mode called "Access Point Mode." This significantly simplifies the task, as the device automatically changes the necessary IP and DHCP settings.
To activate this mode, find the section in the router menu Operation Mode or Opening hours. Select a value Access Point or Access pointAfter applying the settings, the router will reboot. In this mode, the WAN port is often software-reassigned as an additional LAN port, allowing you to connect the cable to any port.
☑️ AP Mode Setup Checklist
Using the access point's default mode is preferable to manual configuration, as manufacturers often optimize buffers and network interfaces specifically for this scenario. Additionally, this mode may enable additional features, such as time synchronization or client management via the manufacturer's cloud service.
If your router doesn't have this mode (often found in older models or firmware from operators), manual configuration by disabling DHCP and changing the IP address, as described above, is the only correct way.
Diagnostics and troubleshooting
After connecting the routers with a cable and configuring the settings, you may encounter a problem with the internet on the second router. First, check the indicators on the router's case: the indicator for the LAN port where the cable is plugged should be lit or blinking. A lack of signal indicates a physical problem with the cable or port.
If there's a physical connection but IP addresses aren't being assigned, make sure DHCP is truly disabled on the second router. A common mistake is saving settings without rebooting the device. Also, check whether your antivirus or firewall software is blocking network discovery on your computer.
⚠️ Note: Router interfaces may vary between manufacturers. Menu locations and item names (e.g., "Bridge" instead of "AP") depend on the firmware version. Always consult the official documentation for your specific model if you can't find the setting you need.
For diagnostics, use the command pingOpen the command prompt and try pinging the second router's address. If packets are received, the devices are connected, and the problem should be looked for in the DNS or gateway settings on the client devices.
In complex cases where the network is unstable, it's a good idea to check the integrity of all eight twisted-pair wires with a cable tester. To operate at speeds above 100 Mbps, all eight wires must be connected correctly. Damage to even one wire can reduce connection speed to a minimum.
Comparison of network expansion methods
The choice of network expansion method depends on your capabilities and requirements. Connecting two routers with a cable provides maximum stability, but requires installation. Let's consider how this method compares to alternatives.
| Characteristic | Two routers (cable) | Wi-Fi Repeater | Mesh system |
|---|---|---|---|
| Stability | High (wire) | Low/Medium | High |
| Speed | No losses | Drops by 50% | Lossless (tri-band) |
| Complexity | Average | Low | Low |
| Price | Low (used router) | Low | High |
As the table shows, a dual-router setup offers a "golden mean" between inexpensive but slow repeaters and expensive mesh systems. You get wired speed and reliability for the cost of only a second device and cable.
This method is especially relevant in large apartments, private homes, or offices where internet connections are already installed, but a router alone isn't enough. Proper setup will allow you to forget about "dead zones" and enjoy fast internet anywhere in the room.
Is it possible to connect routers via Wi-Fi without a cable?
Yes, many modern routers support WDS (Wireless Distribution System) mode or wireless bridging. However, the speed in this mode will be significantly lower than over a cable, and connection stability depends on many factors, including wall thickness and airwave congestion.
Which cable is better to use: flat or round?
Flat cable is more convenient for installation under baseboards or in narrow ducts, but round cable (Cat5e/Cat6) typically has better shielding and is less prone to strand breakage when bent. For distances up to 10 meters, the difference in speed is imperceptible, but for longer runs, high-quality round cable is better.
Do you need a crossover cable to connect routers?
With modern equipment, this is no longer a concern. Ethernet ports support Auto-MDI/MDIX technology, which automatically detects the connection type and switches the contacts within the port. You can use a regular straight-through patch cord, and the connection will be established correctly.
Will the internet speed drop on the second router?
When connecting via a LAN-to-LAN or LAN-to-WAN cable, there will be no speed drop if the cable and ports support the gigabit standard (1000 Mbps). Losses may only occur when using older equipment with Fast Ethernet ports (100 Mbps) or with poor-quality cable.