Extending the wireless coverage of a home or office often becomes necessary when the signal from the primary device doesn't reach distant rooms. Using a second router in conjunction with the primary one is a proven and reliable way to solve the problem of "dead zones" without purchasing expensive mesh systems. Connecting two devices via a LAN cable creates a single local network, transmitting internet signals with high speed and stability unachievable with a wireless bridge.
To implement this setup, you'll need a primary router that's already configured and distributing internet, as well as a second router that will operate in either access point or client mode. It's important to understand that a physical connection via cable (twisted pair) is the preferred option, as it minimizes speed loss and eliminates interference typical of radio channels. Cable connection guarantees maximum throughput for connected devices in the second part of the building.
In this article, we'll cover the process of setting up a router bundle in detail, focusing on changing IP addresses and disabling conflicting services. Proper network configuration will avoid address conflicts and ensure seamless operation of all devices. You'll learn how to turn an old router into a powerful signal booster and what nuances to consider when installing communications.
Necessary equipment and cable preparation
Before you begin setting up, make sure you have all the necessary components to create a stable infrastructure. The key element here is twisted pair, which must be in good working order and meet modern data transmission standards. For most home networks, a Cat5e or Cat6 cable, capable of supporting speeds of up to 1 Gbps or higher, is suitable.
Cable length matters: the Ethernet standard allows data to be transmitted over distances of up to 100 meters without loss of signal quality. If you need a longer distance, you'll need to use active networking equipment, such as switches or fiber optic converters. A single patch cord is usually sufficient to connect routers, but if the second router is located far away, you'll need to crimp the connectors yourself or order the correct length from a hardware store.
Also check for free ports LAN on both devices. On the main router, one of the ports will be occupied by the connection to the provider (WAN or Internet), so to communicate with the second device, use local portsThe WAN port on the secondary router will not be used in this diagram, as we are converting it into a switch with Wi-Fi functionality.
Resetting the settings and entering the router interface
Setting up a second router should be done from scratch to avoid conflicts with previous configurations. It's recommended to perform a full factory reset, even if the device is new. To do this, locate the reset button on the device. Reset or Restore, press it with a paper clip for 10-15 seconds until the indicators blink simultaneously.
After rebooting, connect your computer or laptop to any LAN port of the second router using a cable. Open a browser and enter the address printed on the sticker on the bottom of the device. Most often, this is 192.168.0.1, 192.168.1.1 or a domain name like tplinklogin.net. Enter your login and password (by default it is often admin/admin) to get to the control panel.
⚠️ Note: If you can't access the interface, check your computer's network card settings. It should receive an IP address automatically.
DHCP, otherwise the connection to the router will not be established.
After successful authorization, you will see the device's main menu. It's important to immediately change the administrator password to a strong one to protect the network from unauthorized access. Network security It starts with protecting the entry point to the equipment settings.
Changing the IP address of the second router
The most critical step is changing the secondary router's IP address. By default, both devices may have the same address (e.g., 192.168.0.1), which will cause a network conflict and prevent internet access. You need to configure the secondary router with an address in the same subnet as the primary router, but with a unique last octet.
Find the section in the menu Network (Network) or LAN Settings (LAN settings). In the field IP Address Enter a new address. If the primary router has an address of 192.168.0.1, then set the secondary router to, for example, 192.168.0.2 or 192.168.0.254. It's important that this address isn't in the range assigned by the primary router's DHCP server to avoid duplication.
After saving the settings, the router will reboot, and you'll need to log in to its interface again using the new IP address. Don't be alarmed if your computer's internet connection temporarily drops—this is normal behavior when changing the network mask or gateway address.
Make sure the subnet mask (Subnet Mask) is the same on both devices, usually it is 255.255.255.0A mask mismatch can result in devices on the same physical network not being able to "see" each other.
Disabling the DHCP server on the secondary device
Any local network can only have one server distributing IP addresses to connected devices. In our setup, this role is performed by the primary router. If you leave the secondary router running DHCP server, chaos will arise: devices will receive incorrect gateway and DNS addresses, which will lead to a lack of internet access.
To disable the service, find the section in the menu DHCP Server or DHCP settings. Select an option Disable (Disable) or uncheck "Enable." After applying the settings, the second router will stop distributing addresses and will function exclusively as a switch and access point.
☑️ Checking DHCP settings
It's worth noting that some modern router models have a special "Access Point" or "Bridge Mode" mode. If you switch the device to this mode via the menu, Operation Mode, it will automatically disable DHCP and change LAN settings, simplifying the process. However, the manual configuration described above is universal and suitable for all models, including older ones.
If you use the "Access Point" mode, the cable from the main router can be connected to either the LAN port or the WAN port (depending on the model and firmware version), but the classic scheme requires a connection via LAN ports both devices.
Setting up a wireless Wi-Fi network
Now you need to configure the wireless network on the second router. You can create a new network with a unique name (SSID) or clone the settings of the primary router to create a unified namespace. If you want devices to switch between routers automatically, the network names and passwords must match, but the Wi-Fi channels must be different.
In the section Wireless (Wireless) Set the network name (SSID). For the 2.4 GHz band, it is recommended to use channels 1, 6, or 11 to avoid interference with the main router's channels. For example, if the main router operates on channel 1, set the secondary router to channel 6 or 11. This will minimize signal interference.
Be sure to choose a modern encryption standard WPA2-PSK or WPA3 and set a strong password. Use legacy encryption. WEP or an open network makes your data vulnerable to interception.
| Parameter | Main router | Secondary router | Recommendation |
|---|---|---|---|
| IP address | 192.168.0.1 | 192.168.0.2 | Unique within a subnet |
| DHCP Server | On | Turned off | Only one active |
| SSID (Wi-Fi Name) | Home_Wifi | Home_Wifi | Same for roaming |
| Wi-Fi channel | 1 | 6 | Different, not intersecting |
After setting up, save the settings. If you selected identical network names, your smartphones and laptops will see the same network but will physically connect to the router with the strongest signal at that location.
Physical connection and operation check
The final step is connecting the devices with a cable. Take the prepared patch cord and plug one end into any available space. LAN-port of the main router. Connect the other end to LAN-port of the secondary router. Port WAN on the second device remains free!
⚠️ Warning: Connecting a cable to the WAN port of a secondary router with this setup will create a separate subnet (Double NAT), which may disrupt the operation of local file shares and printers.
Once connected, the LAN port indicators on both devices should light up or blink, indicating physical contact. Test the internet connection on the device connected via Wi-Fi to the second router. If pages load and the IP address is within the range of the primary router, the setup is working correctly.
What to do if the Internet doesn't appear?
Check the cable for breaks, ensure the devices' IP addresses don't conflict, and double-check that DHCP is truly disabled on the second router. Also, try rebooting both devices one at a time: first the primary, then the secondary.
You can use the command line for diagnostics. Run cmd and enter the command ping 192.168.0.1 (the address of the main router). If packets are transmitted without loss, then routing between devices is configured correctly.
Possible problems and their solutions
During setup, common errors related to hardware incompatibility or human error may occur. Users often forget to save settings before exiting the menu, causing the router to revert to factory defaults. Always wait for the device to fully reboot after applying changes.
Another common issue is a cyclical reboot or network freeze. This can occur if there's a short circuit in the cable or if two DHCP servers are enabled. In this case, disconnect the cable from the second router, reset it using the Reset button, and repeat the setup process again, carefully checking each step.
If the Wi-Fi speed on the second router is slow, check whether it's operating in 802.11b/g mode instead of 802.11n/ac. Also, make sure the cable connecting the routers is undamaged and has all 8 wires, as using only 4 wires may limit the speed to 100 Mbps.
Is it possible to connect routers without a cable, via Wi-Fi?
Yes, this is possible using WDS (Wireless Distribution System) or "Repeater/Tutor" mode. However, this connection is less stable, speed drops by at least half, and it heavily depends on the distance and obstacles between the routers. A wired LAN connection is always preferable.
Do I need a special crossover cable to make the connection?
No, modern network ports support Auto-MDIX technology, which automatically detects the connection type and switches contacts. You can use a regular straight-through patch cord, which comes with your router or is available at any computer store.
Will devices in different rooms see each other (local network)?
Yes, if configured correctly (disabling DHCP on the second router and using LAN ports), all devices will be on the same subnet. You'll be able to transfer files, use network printers, and stream media content between devices connected to different routers.
What should I do if the second router doesn't save settings?
This may indicate faulty flash memory or a firmware error. Try flashing the router with the official firmware version from the manufacturer's website. If the problem persists, the device may have reached the end of its lifespan and needs to be replaced.