The situation where internet is available in one part of the house but utterly fails in another is familiar to many owners of country houses and large apartments. Thick walls, remote rooms, or simply the building's structural features become an insurmountable obstacle to the radio signal. Often, the only reliable solution is to install a physical connection, but simply plugging a cable into your computer isn't enough if you want to maintain wireless access for smartphones and tablets.
The solution lies in a technology often referred to as "Wi-Fi bridging" or Ethernet-based distributed networking. The method utilizes a wired cable as a backbone for transmitting data from the main internet source to a remote device, which in turn distributes the signal over the air. This allows you to combine the stability of a wired connection with the convenience of wireless access in the most remote corners of your home, without sacrificing speed.
In this article, we'll take a detailed look at how to turn a regular network cable into a powerful tool for expanding your home network. You'll learn what equipment you'll need, how to properly configure a second router as an access point, and the nuances involved in setting up such a connection. We'll also cover technical aspects that will help you avoid common mistakes and get truly fast internet in every room.
Necessary equipment and cable preparation
Before setting up the software, you need to make sure you have the right hardware. The core element of the system is the main router, which is already connected to the provider and distributes the internet. For the remote access point, you'll need a second deviceβthis could be an additional router, a dedicated access point, or even an old router you were planning to throw out.
The key element of the connection is the cable twisted pairFor modern networks, the standard cable is category Cat5e or Cat6, which is capable of delivering speeds of up to 1 Gbps and beyond. It's important to understand that cable length matters: according to Ethernet standards, the maximum segment length should not exceed 100 meters, otherwise critical data packet loss will occur.
β οΈ Caution: When running cables outdoors or in unheated areas, be sure to use cable with outer polyethylene insulation (often black). The inner gray cable will crack in cold temperatures, and moisture will cause the contacts to oxidize and signal loss.
To connect the devices, you'll also need RJ-45 connectors, which need to be crimped on both ends. If you don't have crimping skills or a special tool like a crimper, it's best to buy a ready-made patch cord of the required length from a hardware store. Crimping quality directly impacts the stability of the connection, so it's not a good idea to skimp on this step.
Check if your second router supports wireless mode. access pointsMost modern models from TP-Link, Asus, Keenetic And MikroTik have this feature out of the box. If the device is very old, it may only work in router mode, which will require more complex setup and disabling some features to avoid network conflicts.
Connection diagram and physical switching
A proper physical connection is the foundation for the stable operation of the entire system. There are two main ways to connect the primary and secondary routers: via LAN ports or via the WAN port. The choice of method depends on how you plan to use the secondary device and whether its software allows for flexible configuration.
The most correct and modern method is to connect via the LAN ports of both devices while setting the secondary router to access point mode. In this case, the cable is inserted into either of the yellow LAN ports of the primary router and into the WAN port (often blue) or a special port marked as AP or Internet, on the secondary device, if the corresponding operating mode is selected in its interface.
Let's consider a classic scheme for access point mode, which eliminates the creation of double network address translation (NAT):
- π Take the prepared Ethernet cable and plug one end into any free LAN port main router.
- π‘ Connect the other end of the cable to WAN port secondary router (provided that the βAccess Pointβ mode is selected in the settings).
- π» Connect your computer to any LAN port of the secondary router for initial setup or use Wi-Fi.
- π Make sure both devices are plugged in and the lights on the ports are lit or flashing.
If you're using an older router without explicit access point mode, the setup may change. In such cases, a cable is often connected from the LAN port of the main router to the LAN port of the secondary router, after disabling the DHCP server on the secondary device. This makes the network operate as a single segment, where all devices are on the same subnet and can see each other.
After physically connecting, pay attention to the indicators. A lit or blinking light corresponding to the port into which the cable is plugged indicates physical contact. If the indicator doesn't light, check the cable for integrity and the connectors for proper crimping.
Setting up a secondary router in access point mode
The most crucial step is configuring the secondary device's software. First, connect to its interface. By default, the login address is usually indicated on a sticker on the bottom of the device and often looks like this: 192.168.0.1 or 192.168.1.1Important: Before connecting to the second router's settings, the computer must not be connected to the first router to avoid IP address conflicts.
Once you've logged into the web interface, find the section that controls the device's operating mode. For routers, TP-Link it is in the section Operation Mode, V Asus - V Administration -> Operating Mode, and in Keenetic The mode switcher is located on the main page. You need to select an option. Access Point.
After selecting a mode, the device may prompt you to reboot. Before doing so, it's recommended to configure basic wireless network settings:
- Set the network name (SSID). You can name it the same as your main network for seamless roaming (although true roaming requires support for 802.11r/k/v protocols), or give it a unique name, such as
Home_WiFi_Ext. - Set a strong encryption type WPA2-PSK or WPA3 and come up with a complex password.
- Select a Wi-Fi channel. For the 2.4 GHz band, it's best to select channels 1, 6, or 11 to avoid interference with your main router.
Pay special attention to IP addressing settings. In access point mode, the secondary router should receive an IP address from the main router automatically (in access point mode). DHCP Client). However, to be able to access its settings again in the future, it's useful to know its address. Some models allow you to reserve a static IP address for access point mode in the LAN settings.
After applying the settings, the router will reboot. Its WAN port (or dedicated LAN port, depending on the model) will now be the internet port. Connect the cable from the main router to this port. If everything is done correctly, the Internet indicator on the secondary device will light up.
Alternative Method: Bridge Mode and WDS
In some scenarios, using access point mode is impossible or impractical, for example, if the provider hard-codes the internet connection to the device's MAC address or if network segmentation is required. In such cases, access point mode comes to the rescue. WDS bridge (Wireless Distribution System) or simply Bridge mode.
WDS mode allows you to connect two routers over the air, but in our case, we're considering a wired bridge, where the cable serves as the physical medium, and the devices are logically connected at the data link layer. In this mode, the secondary router becomes "transparent" to the network: it simply forwards Ethernet frames without any routing.
Setting up WDS or bridge mode often requires manual entry of MAC addresses:
- πΆ On the main router, you need to enable the WDS function and enter the MAC address of the secondary device.
- π On the secondary router in bridge mode, the MAC address of the main device is also indicated.
- π« A DHCP server on the secondary device is mandatory disabledso that only the main router distributes addresses.
This method is more complex to implement and less universal, as manufacturers implement bridge support in different ways. For example, equipment MikroTik requires interface configuration bridge and ports, while the consumer segment (D-Link, Tenda) often simplifies this to a quick setup wizard.
β οΈ Important: When using bridge or WDS mode, make sure that the IP addresses of the web interfaces of the primary and secondary routers do not match. If both devices have the same address 192.168.0.1, a conflict will occur, and you will lose access to the settings of one of them. Change the LAN IP of the secondary router before starting the setup.
Using a wired bridge is preferable to a wireless repeater, as the cable is not susceptible to interference from microwave ovens, neighboring networks, or the thickness of walls. The speed of a wired bridge will be close to the maximum supported by the router's ports.
Why might the speed drop in bridge mode?
Speed ββreduction can be caused by duplex mode. If one of the ports is negotiated in Half-Duplex mode, the speed will be halved. Cable quality also plays a role: if only four of the eight wires are working, the gigabit port will switch to 100 Mbps mode.
Comparison of router operating mode characteristics
To finally decide on the setup method that's right for your situation, it's helpful to compare the key characteristics of the various operating modes. Each has its own advantages and disadvantages depending on your home network topology.
Below is a table to help you choose the optimal configuration for extending your network via cable:
| Parameter | Router mode (NAT) | Access Point (AP) mode | Bridge Mode |
|---|---|---|---|
| Cable connection type | WAN port | LAN or WAN (depending on model) | LAN port |
| Creating a subnet | Yes (double NAT) | No (single network) | No (single network) |
| Device visibility | The devices don't see each other | Full visibility (printers, DLNA) | Full visibility |
| Difficulty of setup | Low | Average | High |
| Recommended use | Separate guest network | Expanding Wi-Fi coverage | Professional networks |
As can be seen from the table, for most household tasks the ideal option is the mode access pointsIt provides a unified network where all devices are on the same segment, which is critical for smart home functionality, network printers, and file transfer between computers.
Router mode (with double NAT) should only be used in specific situations, such as isolating the network in a child's room or providing limited guest access. However, for general use, this creates unnecessary complications, as devices connected to different routers won't be able to communicate directly with each other.
Troubleshooting and Speed ββOptimization
After setting up the system, you may have questions about its performance. If the speed via cable is significantly lower than what your provider claims, first check the negotiated speed of the ports. Go to the connection status on the router or check the indicator lights: if 100Mbps instead of 1Gbps, the problem is most likely in the cable.
A common cause of speed drops to 100 Mbps is damage to one or two wires in an eight-wire cable. Gigabit standards (1000BASE-T) require all eight wires to be intact, while 100 Mbps (100BASE-TX) only requires four. Check the crimping quality of the RJ-45 connectors.
It's also worth paying attention to the secondary router's wireless network settings. If it's in the same room as the primary router, their signals may interfere. Use Wi-Fi analyzers (such as the app WiFi Analyzer on Android) to search for free channels.
To optimize your network performance, follow these steps:
- π Separate the channels of the primary and secondary routers. For example, if the primary router operates on channel 1, set the secondary router to channel 6 or 11.
- π‘ Disable old security standards and protocols. Set the operating mode to "Only" 802.11n/ac/ax, disabling support for legacy b/g modes if they are not needed.
- π Update your router firmware. Manufacturers frequently release updates that improve the stability of WAN ports and Wi-Fi modules.
β οΈ Please note: Router settings interfaces are constantly updated by manufacturers. The location of menu items, their names, and available functions may differ from those described in the instructions. Always consult the official documentation for your specific model and firmware version.
Keep in mind that cable length also introduces signal attenuation, although within 50-70 meters of high-quality twisted pair cable, this is practically unnoticeable. Problems begin as the cable approaches the 100-meter limit or when using low-quality cable (CCA β copper-clad aluminum instead of pure copper).
βοΈ Checking connection quality
Frequently Asked Questions (FAQ)
Can I use a regular network cable to transmit electricity to my router?
Yes, this technology is called PoE (Power over Ethernet)However, to operate, it requires not only a special cable but also a PoE injector on the source side and a PoE splitter or compatible router on the receiver side. A standard router connected directly to a PoE port that doesn't support the standard can burn out.
Why can't the devices see each other even though there is Wi-Fi?
Most likely, your second router is operating in Router mode (with NAT enabled), creating a separate subnet. In this case, devices behind different routers are isolated from each other. Switch the second device to Router mode. Access Points or disable the DHCP server on it and connect them via LAN ports.
Which cable is best to use outdoors?
For outdoor installation, a cable with an index is required. OutdoorIt has a light-stabilized polyethylene insulation (usually black), which is resistant to UV radiation and can withstand temperature fluctuations. The gray PVC inner cable will quickly become brittle and crack in direct sunlight.
Do I need to set the same passwords on both routers?
Yes, if you want your devices (smartphones, laptops) to automatically switch between routers as you move around your home, the network name (SSID) and password must be identical. However, for full seamless roaming (without connection drops during instant messaging calls), support for 802.11r/k/v protocols or the use of mesh systems is recommended.
What to do if the cable is longer than 100 meters?
The Ethernet standard does not guarantee operation over distances greater than 100 meters. To extend the distance, active equipment can be used, such as unmanaged switches, inserted into a cable break midway through the path, or fiber optic converters can be used if the signal needs to be transmitted over several hundred meters without loss of quality.