Connecting your computer to the Internet via LAN cable from a Wi-Fi router — a reliable way to get a stable and high-speed connection, especially if your wireless network is intermittent. This method is useful for PCs without a Wi-Fi adapter, gaming systems (where minimal latency is important), or when you need to transfer large files without losing speed.
In this article, we'll cover every step of the process: from choosing the right cable to configuring network settings on the router and computer. We'll pay special attention to common errors (for example, when the router doesn't assign an IP address over the cable) and how to fix them. These instructions are suitable for all router models.TP-Link, ASUS, Keenetic, MikroTik etc.) and operating systems (Windows 10/11, macOS, Linux).
If you've previously used only Wi-Fi, switching to a wired connection may seem daunting. In reality, the process takes no more than 10 minutes—the key is to follow a proven process and consider the nuances of your network infrastructure.
1. What you need to connect
Before you begin setup, make sure you have everything you need. Here's the minimum equipment and data required:
- 🔌 Network cable (Ethernet) — standard
Cat 5eor higher (length up to 100 meters). Suitable for speeds up to 1 GbpsCat 5e, for 10 Gbps -Cat 6orCat 6a. - 🖥️ A computer with an Ethernet port - Most desktop PCs and laptops (except ultrabooks) are equipped with a connector
RJ-45If there is no port, you will need USB/Ethernet adapter. - 📡 Wi-Fi router with a free LAN port - they are usually highlighted in yellow and labeled as
LAN 1-4. PortWAN(blue or separate connector) does not fit! - 📄 Login details for the router panel — IP address (usually
192.168.0.1or192.168.1.1), login and password (usuallyadmin/admin, if they have not changed).
Important: If your router provides Internet from your provider PPPoE or L2TP, setting up a cable connection will not require additional authorization - it is enough that the router is already connected to the network.
If you are unsure of the cable type, look at its markings. For example, the inscription CAT6 550MHz indicates support for speeds up to 10 Gbps at distances of up to 55 meters. This is usually sufficient for home use. Cat 5e - it is cheaper and provides up to 1 Gbps.
2. Selecting and connecting a network cable
The right cable choice determines the stability and speed of your connection. Here are the key points:
- 🔗 Cable type: use direct (not a crossover!) cable
EthernetIn 99% of cases it is already crimped according to the standardT568B(check the order of the wires in the connector). - 📏 Length: up to 100 meters without amplifiers. For longer distances, you will need network switch or repeater.
- 🛡️ Shielding: Suitable for home use
UTP(without screen). In conditions of interference (for example, near powerful electrical appliances), chooseFTPorSTP.
How to connect a cable to a router and PC:
- Insert one end of the cable into any free
LAN portrouter (usually they are yellow). - Connect the other end to
Ethernet portcomputer. You should hear a distinctive click—this is the connector latch.RJ-45. - Make sure the corresponding indicator on the router lights up.
LAN port(green or orange LED).
The cable is connected to the router's LAN port (not the WAN port!) | The cable is securely fastened to the PC port | The LAN indicator on the router is on or flashing | There are no errors in the PC's Device Manager (the network card is detected) -->
Critical error: If the LAN indicator on your router doesn't light, check the cable for physical damage or try a different port. In 30% of cases, the problem lies in a faulty connector.
3. Configuring a router to distribute internet via cable
In most cases, the router is already configured to distribute the Internet LAN, but sometimes adjustments are required. Go to the router control panel:
- Open your browser and enter the router's IP address (e.g.
192.168.0.1) in the address bar. - Log in using your login and password (often by default)
admin/admin). - Go to the section
Local Area Network (LAN)orDHCP.
Parameters to check:
| Parameter | Recommended value | Note |
|---|---|---|
DHCP server |
On (Enabled) |
Distributes IP addresses automatically |
IP pool (DHCP Range) |
192.168.0.100 — 192.168.0.199 |
Address range for devices |
Gateway |
192.168.0.1 |
The IP address of the router itself |
DNS server |
Auto or 8.8.8.8 (Google) |
To speed up page loading |
If DHCP If it's disabled, enable it and save the settings. The router will automatically assign an IP address to your PC, and the internet will work without any further intervention.
What to do if the router doesn't distribute IP over the cable?
If after connecting the cable to your PC an exclamation mark appears on the network icon, check:
1. Physical connection - try a different cable or port.
2. DHCP settings — if the server is disabled, enable it or configure a static IP manually.
3. Firewall/antivirus - temporarily disable them to prevent blocking.
4. Network card driver - update via device manager (Win + X → Device Manager → Network Adapters).
⚠️ Attention: If your ISP uses MAC address binding, after connecting via cable you may need to clone the computer's MAC address in the router settings (sectionWANorInternet).
4. Setting up a network connection on your computer
On most devices with Windows 10/11 or macOS Cable internet will work automatically after a physical connection. However, if this doesn't happen, follow these steps:
For Windows:
- Click
Win + R, enterncpa.cpland pressEnter. - Find your local area connection (
Ethernet) and right-click on it →Properties. - Select
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Make sure it is selected
Obtain an IP address automaticallyAndObtain DNS server address automatically.
For macOS:
- Open
System Preferences → Network. - Select connection
Ethernetin the left menu. - Install
Configuration: Use DHCP. - Click
Apply.
If automatic configuration doesn't work, try specifying the parameters manually:
IP address:192.168.0.X(where X is a number from 2 to 99, not occupied by other devices).Subnet mask:255.255.255.0.Gateway: IP address of the router (for example,192.168.0.1).DNS:8.8.8.8(Google) or1.1.1.1(Cloudflare).
5. Checking the connection and troubleshooting
After setting up, make sure the internet is working properly. Here's how:
- Checking indicators: The LED on the router should be lit (or blinking)
LAN port, to which the cable is connected. On a PC, the network icon in the notification area should not have an exclamation mark. - Speed test: open Speedtest and compare the results with your Wi-Fi data. The speed via cable should be higher (especially if your router supports
Gigabit Ethernet). - Ping: in the command line, run
If packets arrive without loss, the connection is stable.ping ya.ru
Typical problems and solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| No connection (exclamation mark) | Incorrect IP settings or DHCP is disabled | Check your settings TCP/IPv4 or enable DHCP on your router |
| The speed is lower than Wi-Fi | Cable Cat 5 or damaged |
Replace the cable with Cat 5e/6 or check the connectors |
| There is internet, but websites don't open. | Incorrect DNS servers | Specify DNS 8.8.8.8 or 1.1.1.1 manually |
| The connection is interrupted | Problems with the network card driver | Update the driver through the Device Manager |
⚠️ Attention: If you are connecting to a corporate network or using a router with non-standard settings (for example, MikroTik With VLAN), additional configuration may be required. In this case, check with your network administrator.
6. Optimizing wired connection
To get the most out of a wired connection, make a few simple optimizations:
- ⚡ Turn on
Jumbo Frames: If your router and network card support this feature, set the value9000in the adapter settings (sectionAdditionally). This will reduce the load on the CPU when transferring large files. - 🔄 Update your router firmware: New software versions often improve stability.
LAN-connections. Check for updates in the sectionSystemorAdministration. - 🛡️ Set up
QoS: If there are many devices on the network, prioritize your PC's traffic in the settingsQuality of Service(for example, for online games or video calls). - 🔌 Use
Gigabit ports: if the router and PC support1 Gbps, connect the cable to the ports marked1Gor1000Mbps.
For gamers and streamers it is useful to disable Energy Efficient Ethernet (EEE) in the network card settings. This feature reduces power consumption, but may add latency (lag). To disable it:
- Open
device Manager(Win + X → Device Manager). - Expand
Network adapters, find your card (for example, Realtek PCIe GbE Family Controller) and open itProperties. - Go to the tab
Additionallyand find the parameterEnergy Efficient EthernetorGreen Ethernet. - Set value
Disabledand save the changes.
7. Wired connection security
Although wired networks are considered more secure than Wi-Fi, they still require security considerations. Here are the key measures:
- 🔒 Disable unused ones
LAN ports: If only one device is connected to the router via cable, disable the other ports in the settings (sectionLocal area network). This will prevent unauthorized access. - 🛡️ Change the default router password: use a complex combination of letters, numbers, and symbols (eg
k7#pL9!mQ2@x). - 🌐 Set up
VLAN: If your router supports virtual networks, allocate a separate PC to itVLANfor isolation from other devices (relevant for offices). - 🔄 Update firmware: Outdated software versions may contain vulnerabilities. Check for updates every 2-3 months.
If you have guest devices connected to your router (for example, via a second LAN port), restrict their access to the local network:
- Find the section in the router panel
Guest networkorIsolation of clients. - Enable the option
AP IsolationorClient Isolation- this will prevent devices from exchanging data with each other. - For guest ports, configure a separate subnet (for example,
192.168.100.X) with limited access to the main network.
⚠️ Attention: if you use P2P networks (torrents) or remote access (RDP), a wired connection can become a target for attacks. It is recommended to configure firewall on the router, limiting incoming connections to your PC.
FAQ: Frequently Asked Questions
Is it possible to connect to the Internet via cable if the router receives it via Wi-Fi from another router (repeater mode)?
Yes, but with some caveats. If the main router distributes internet via Wi-Fi, and the second one operates in Repeater or WISP, then connecting via cable to the second router is possible, but the speed will be limited by the Wi-Fi connection between the routers. Additionally, latency may occur (lag) due to double routing.
For stable operation it is better to use Bridge between routers via cable or set up WDS (if supported).
Why is the speed via cable lower than via Wi-Fi?
This is an anomaly, as a wired connection is usually faster. Possible causes:
- A cable is used
Cat 5(maximum 100 Mbps) insteadCat 5e/6. - The port on the router or PC is operating in the mode
100 Mbps(check settings or specifications). - Feature enabled
Energy Efficient Ethernet (EEE)- disable it in the network card driver. - Problems with the driver - update it via
device Manager.
To diagnose the problem, connect the cable to another device (such as a laptop) and check the speed.
Do I need to configure PPPoE on my computer if my router is already connected to the Internet?
No, if the router is already authorized by the provider (for example, through PPPoE, L2TP or DHCP), then when connected via cable, the computer will automatically gain internet access. You only need to configure the connection on the PC if the cable is connected directly from the ISP (bypassing the router).
Exception: Some providers require MAC address binding. In this case, you may need to clone your computer's MAC address in the router settings (section WAN or Internet).
How to connect two computers to one router via cable?
There are two options:
- Through free
LAN portsrouter: Simply connect both PCs to different ports. The router will automatically assign them different IP addresses viaDHCP. - Via one cable (if there are not enough ports): use network switch. Connect it to one
LAN portrouter, and then connect both PCs to the switch.
To share files between computers, make sure they are on the same subnet (e.g. 192.168.0.X) and turn it on File and Printer Sharing in the network settings (Control Panel → Network and Internet → Network and Sharing Center).
Can you use a phone cable instead of Ethernet?
No, telephone cable (RJ-11) is not compatible with Ethernet (RJ-45). They have different connectors, number of wires, and data transmission standards. If you only have telephone cable, you'll have to:
- Use PLC adapters (technology
Powerline), which transmit the Internet through electrical wiring. - Lay a new one
Ethernet cableor use Wi-Fi.