Many home internet users are familiar with the situation where the wireless signal doesn't reach distant rooms or the office. Often, the only reliable solution is to install an additional Ethernet cable connecting the main router to an additional signal-distributing device. This method creates a unified local area network that covers the entire room and ensures stable data transfer rates unattainable with wireless repeaters.
Connecting a Wi-Fi router via a LAN port to another router or switch is a classic network expansion scheme known as cascading. Unlike simple signal boosters, which often halve the speed, a wired connection ensures the second router receives the maximum possible incoming traffic. Cable connection eliminates the influence of walls, microwave ovens and neighboring networks on the quality of communication between nodes.
However, simply plugging cables into available ports isn't enough for the entire system to function properly. Incorrect configuration can lead to IP address conflicts, where devices lose track of where to send requests, or problems distributing addresses to clients. In this article, we'll cover in detail how to properly configure your equipment so it functions as a unified whole, rather than a collection of disparate devices.
Necessary equipment and preparation for work
Before you begin physically connecting devices, you need to make sure you have the appropriate equipment. The foundation of your network will be main router, which is already connected to the provider and configured for internet access. The second element will be an additional router, which will operate as an access point or bridge, receiving the signal via cable and transmitting it further.
To connect, you will need a piece of twisted pair cable of category no lower than Cat 5e or Cat 6Cable length can vary from a few meters to up to 100 meters, as the Ethernet standard allows data to be transmitted over such distances without loss of quality. It's important that the cable is in good condition and has crimped RJ-45 connectors with all eight wires functioning.
- 📡 A primary router with a working internet connection and a free LAN port.
- 📡 An additional router with support for Access Point mode or the ability to manually change the IP.
- 📡 A patch cord (Ethernet cable) of the required length to connect the devices.
- 📡 A computer or laptop for initial configuration of the second device.
⚠️ Important: Make sure your secondary router's firmware is up to date. Some older models may not function correctly in bridge mode or may have security vulnerabilities. Check the manufacturer's website for details, as interfaces and function names may differ depending on the firmware version.
It's also a good idea to find out the IP address of your main router in advance, as you'll need it to set up a static route or verify addressing. This address is usually found on a sticker on the bottom of the device, but it's best to double-check it in the network settings of the connected computer. Standard gateway most often has the address 192.168.0.1 or 192.168.1.1.
Physical connection via LAN cable
The simplest step in the process is connecting the equipment. You need to connect one of the LAN ports of the main router to the WAN port (or LAN port, depending on the selected operating mode) of the second device. If you plan to use the second router as a full-fledged access point without creating a separate subnet, it's best to use the LAN port on the second device, after disabling its DHCP server.
Insert one end of the cable into any available port. LAN on the main router. These ports are usually numbered and colored yellow or blue. Connect the other end of the cable to the port WAN (often blue) on the second router if you will be setting it up in router mode, or in the port LAN, if you're configuring it as a switch/access point. The difference lies in the traffic processing logic.
After physically connecting, pay attention to the indicators on the devices. The corresponding LED on both routers should light or blink, indicating network connection activity. If there is no indicator, this could indicate a faulty cable, a damaged port, or a power outage on one of the devices.
☑️ Checking the physical connection
It's important to place the second router where Wi-Fi coverage is needed, but the cable shouldn't be stretched or located near sources of strong electromagnetic interference. Although twisted pair cables are well shielded, prolonged proximity to power lines can negatively impact data transfer speeds. Physical contact must be reliable to prevent accidental connection breaks.
Configuring IP addressing and disabling DHCP
The most critical part of the setup is properly assigning IP addresses. Leaving both routers with the default settings will result in a conflict, as both devices will attempt to assign addresses from the same subnet (e.g., 192.168.0.x). To avoid network chaos, you need to change the IP address of the second router.
Connect your computer to the second router (via cable or Wi-Fi, if it's still broadcasting its signal) and log into its web interface. Find the section LAN Settings or Network SettingsChange the device's 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 an address 192.168.1.1, ask the second one 192.168.1.2 or 192.168.1.254.
- 🔧 Go to the LAN settings of the second router.
- 🔧 Assign it a static IP address from the main router's range.
- 🔧 Set the subnet mask
255.255.255.0. - 🔧 Enter the IP address of the main router as the gateway.
The next step is to disable the DHCP server on the second device. This is a mandatory procedure if you're connecting routers via LAN ports. There should only be one address "distributor" on the network—your primary router. If DHCP remains enabled on both devices, clients will receive incorrect settings and won't be able to access the internet.
⚠️ Note: After changing your router's IP address and applying the settings, you will lose connection to its web interface. To continue configuring your router, you will need to enter the new IP address you just set in your browser.
Find the section DHCP Server and select the option Disable or OffSave the settings. Now the second router has become a simple switch with wireless access point functionality. All IP address requests will be forwarded to the main router, which will manage the entire network.
What to do if you forgot your router's new IP address?
If you've changed your router's IP address and forgotten it, the only solution is to reset the device to factory settings. To do this, locate the Reset button on the router (often recessed), take a paperclip, and press it for 10-15 seconds until the LEDs blink. After this, the router will return to the address indicated on the sticker.
Wi-Fi wireless network configuration
Now that the network is configured, you need to ensure a smooth wireless connection. You can configure the second router to broadcast the same network (SSID and password) as the first, creating a unified space, or create a separate network with a different name. The first option is more convenient for mobile devices, which will automatically switch between routers.
Go to the section Wireless or Wi-Fi SettingsSet the network name (SSID) to be identical to the main router if you want seamless switching, or unique to differentiate devices. The security type should be set to WPA2-PSK or WPA3, and the password must match the main one if you chose the first option.
| Parameter | Main router | Second router (Recommended) |
|---|---|---|
| SSID (Network Name) | Home_WiFi | Home_WiFi (or Home_WiFi_2) |
| Channel | 1, 6 or 11 | Other than the main one (for example, 1 and 11) |
| Channel width | 20/40 MHz | 20/40 MHz |
| Security mode | WPA2-PSK | WPA2-PSK |
Pay special attention to the broadcast channel selection. If both routers operate on the same channel, they will interfere with each other, resulting in a drop in speed. In the 2.4 GHz band, channels 1, 6, and 11 are recommended, as they do not overlap. Configure the first router to channel 1, and the second to channel 11.
The situation is simpler for the 5 GHz band, as it has more non-overlapping channels, but a shorter range. If your devices support 5 GHzBe sure to set up broadcasting in this range as well, spreading the channels across the frequency spectrum. This will ensure maximum performance for modern smartphones and laptops.
Operating Mode: Access Point vs. Router
Many modern routers have a built-in software mode Access Point (Access Point). If your device's interface offers this option, manually disabling DHCP and changing the IP address may not be necessary—the system will do it automatically. This is the preferred and safest option for beginners.
When activating access point mode, the router automatically reconfigures its network interfaces. In this mode, the WAN port often functions as a LAN port, allowing the cable to be connected to any port. This simplifies physical connection and reduces the risk of configuration errors.
If you're using an older router or a specific model that doesn't have this mode, you'll have to use the method described above: manually changing the IP and disabling DHCP. In this case, the second router effectively ceases to function as a router (NAT, firewall) and functions as a "dumb" switch with antennas. All network intelligence remains on the primary device.
- 🚀 Router mode (default): Creates a separate subnet, double NAT, suitable for network isolation.
- 🚀 Access Point Mode: Extends your existing network, single address space, ideal for home.
- 🚀 Repeater mode (WDS): Wireless connection, requires support from both routers, reduces speed.
⚠️ Note: Using "Double NAT" mode (when both routers act as routers) may cause issues with online gaming, video conferencing, and torrents. For home use, always aim for a single-point-of-entry setup.
Choosing the right operating mode directly impacts your network's performance. Access point mode introduces virtually no latency and allows devices connected to different routers (printers, media servers, smart home devices) to see each other. This makes a LAN cable setup superior to wireless repeaters.
Diagnostics and troubleshooting
Even with proper configuration, connection issues may still occur. If devices connect to the second router's Wi-Fi but the internet isn't working, first check the IP addressing. Make sure the client device receives an address from the primary router and isn't trying to generate one itself (APIPA address 169.254.xx).
A common problem is a network loop, which occurs when a cable is accidentally connected at both ends to the same router or when two active DHCP servers conflict. In such cases, the entire network can crash. Double-check that DHCP is disabled on the second device, and that the cable runs from the main LAN to the second LAN (or WAN).
For diagnostics use the command pingOpen the command prompt on your computer and try pinging the primary router's IP address through the secondary router. If packets are being lost, the problem may be with the cable or firewall settings. Also, check your internet speed using Speedtest, connecting to each router separately.
Why isn't the internet working on the second router?
Most often, the problem stems from an incorrectly specified gateway in the LAN settings of the second router. The gateway should be set to the IP address of the primary router. Also, check whether the primary router is blocking new devices by MAC address (using Parental Control or Blacklist).
Is it possible to connect routers via Wi-Fi without a cable?
Yes, this is called WDS bridging or repeater mode. However, the speed in this setup will drop by at least half, since the radio module cannot simultaneously receive and transmit data on the same frequency. A wired LAN connection is always preferable for speed and stability.
Which cable is better to use: UTP or FTP?
For home use, UTP (unshielded twisted pair) cable is sufficient. Shielded FTP (fiber optic) cable is only useful if it's installed near power lines or in areas with strong electromagnetic interference. Otherwise, shielding won't provide any benefits and will complicate installation.
Will the scheme work if the routers are from different manufacturers?
Yes, manufacturer compatibility (Asus, TP-Link, Keenetic, MikroTik) is not important in this case, as the Ethernet and TCP/IP standards are the same for all. The main thing is to configure the IP addresses correctly and disable DHCP on the secondary device.
In conclusion, setting up a wired network between routers is a reliable way to improve Wi-Fi coverage in your home or office. While it requires cabling, the resulting stable speed and zero packet loss are well worth the effort. Properly configuring IP addresses and device operating modes ensures conflict-free operation of your entire digital infrastructure.