Connecting a Wi-Fi router to a computer via network cable (Ethernet) is the most stable way to access the internet or set up a router. Despite the proliferation of wireless technologies, a wired connection remains relevant for gamers, system administrators, and users who need maximum speed without lag. In this article, we'll cover every step: from choosing a cable to fine-tuning the network. Windows 10/11 and router configurations.
Many people mistakenly think that it is enough to simply plug the cable into the connectors - but in practice, problems may arise with IP addresses, network card drivers or settings DHCPWe'll explain in detail how to avoid common mistakes, check hardware compatibility, and show you how to troubleshoot problems. Whether you're connecting a router for the first time or want to optimize an existing network, this guide will help you get it right the first time.
1. What you need to connect a router to a PC via cable
Before you begin setting up, make sure you have everything you need. Without the right equipment, even the best instructions won't help.
Main components:
- 🔌 Ethernet network cable (twisted pair, category Cat 5e or higher). The length depends on the distance between the router and the PC, but standard cables are sold in lengths of 1–5 meters. For speed
1 Gbpsand above is needed Cat 6. - 🖥️ Computer with a working port RJ-45 (network card). In modern PCs and laptops it may be missing - in this case you will need USB-Ethernet adapter.
- 📡 Wi-Fi router with a free port LAN (usually marked in yellow). Port WAN (blue) is not suitable for connecting to a PC!
- ⚡ Router power supply — some models require a separate connection to a 220V network.
Critical: If your router supports 2.5G/5G/10G ports, and the PC network card is only 1G, the speed will be limited to a minimum value. For example, ASUS RT-AX88U with port 2.5G will not give more 1G when connected to a standard PC.
2. Selecting and preparing a network cable
Not all cables are created equal. To connect a router to a computer, you need straight crimp (not a crossover!), which is used in 99% of cases. If you buy a ready-made cable, there won't be any problems. If you crimp it yourself, follow the diagram. T568B (orange-white, orange, green-white, blue, blue-white, green, brown-white, brown).
Key points when choosing a cable:
- 🔍 Category: Cat 5e — to
1 Gbps, Cat 6 — to10 Gbpsat a distance of up to 55 m, Cat 6a — to10 Gbpsat 100 m. - 🛡️ Shielding: enough for home use UTP (unshielded). In offices with interference it is better FTP or SFTP.
- 📏 Length: Do not exceed 100 meters - this is the limit for Ethernet without repeaters.
| Cable category | Max. speed | Max. length without loss | Recommendations |
|---|---|---|---|
| Cat 5 | 100 Mbps |
100 m | Outdated standard, do not buy |
| Cat 5e | 1 Gbps |
100 m | Ideal for home use |
| Cat 6 | 10 Gbps |
55 m | For gaming PCs and NAS |
| Cat 6a | 10 Gbps |
100 m | For offices and server rooms |
⚠️ Attention: If you're using a cable longer than 30 meters, check it for continuity with a tester. Damaged pairs can reduce speed to 100 Mbps even on Cat 6.
3. Physically connecting the router to the computer
Now let's get to practice. Follow these step-by-step instructions to avoid mistakes:
- Turn off the router from the outlet (if it was turned on). This will prevent possible connection failures.
- Connect the cable:
- Insert one end into the port LAN on the router (usually numbered:
LAN1,LAN2etc.). - The other end goes into the computer's network port (connector RJ-45).
- Insert one end into the port LAN on the router (usually numbered:
- The port indicator on the router should light up. LAN, to which the cable is connected.
- The LED on the PC network card (next to the connector) should blink.
The cable is firmly inserted into both ports|The LAN indicator on the router is on/flashing|The PC network card LED is active|The cable is not kinked or damaged-->
If the indicators are not lit:
- 🔄 Try a different port LAN on the router.
- 🔧 Check the cable on another device (e.g. laptop).
- 🖥️ Make sure your PC's network card is enabled
Device Manager.
⚠️ Attention: Never plug a cable into a port WAN (Internet) router if you want to set up a local network from a PC. This may cause a conflict. IP addresses.
4. Setting up a network connection in Windows
After the physical connection, you need to configure the network in the operating system. In most cases, Windows 10/11 automatically receives IP address from the router via protocol DHCP, but sometimes manual adjustment is required.
How to check and configure the connection:
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click
Changing adapter settings. - Find a connection
Ethernet, right click and selectProperties. - Check the list
Internet Protocol version 4 (TCP/IPv4)and pressProperties. - Make sure it is selected
Obtain an IP address automaticallyAndObtain DNS server address automatically.
What should I do if Windows doesn't recognize the connection?
If in Device Manager The network card is marked with an exclamation mark, please update the driver:
- Download the driver from the manufacturer's website (for example, for Realtek RTL8168 or Intel I219-V).
- Uninstall the current driver via
device Manager(right click →Remove device). - Install the new driver and restart your PC.
If automatic settings do not work (for example, the router does not distribute DHCP), ask static IP:
- 📌 In the properties
IPv4selectUse the following IP address. - 🔢 Enter:
IP address:192.168.1.100(the last digit can be any from2to254).Subnet mask:255.255.255.0.Main gateway:192.168.1.1(or another address of your router).DNS server:8.8.8.8(Google) or1.1.1.1(Cloudflare).
5. Configuring the router to work with a PC
Now you need to configure the router itself so it communicates correctly with the computer. To do this:
- Open the router's web interface:
- Enter the router's address in the browser (usually
192.168.1.1,192.168.0.1ortplinkwifi.netFor TP-Link). - The default login and password are indicated on the router sticker (most often
admin/admin).
- Enter the router's address in the browser (usually
- Check your settings LAN:
- Make sure that DHCP server included (section
LAN → DHCP). - The range of addresses to be distributed (for example,
192.168.1.100–192.168.1.199) should not intersect with the static IP, which you set manually on your PC.
- Make sure that DHCP server included (section
- Select connection type (
Dynamic IP,PPPoE,Static IP) depending on your provider's requirements. - For
PPPoEEnter the login/password from the contract.
Example settings for popular models:
- 🔹 TP-Link Archer C6:
Advanced Settings → Network → LAN. - 🔹 ASUS RT-AX55:
Local Network → DHCP Server. - 🔹 Keenetic:
Home Network → Segments.
⚠️ Attention: if you change Router IP address (for example, with192.168.1.1on192.168.0.1), you will have to update the settingsIPv4on your PC to access the web interface again.
6. Checking the connection and troubleshooting
After setup, check if the connection works:
- 🖥️ In Windows open
Command line(Win + R→ entercmd) and run:ping 192.168.1.1If the answers are like
Reply from 192.168.1.1: number of bytes = 32— the connection is working. - 🌐 Try opening any website (for example,
ya.ru). If there is no internet, check your settings. WAN in the router.
Typical problems and solutions:
| Problem | Possible cause | Solution |
|---|---|---|
No connection to the router (Network without internet access) |
Incorrect IP address or subnet mask | Check your settings IPv4 on PC and DHCP on the router |
| Indicator LAN does not burn | The cable or port is damaged | Try a different cable or port on your router/PC. |
Low speed (100 Mbps instead of 1 Gbps) |
Cable Cat 5 or damaged pairs | Replace the cable with Cat 5e/6 and check the crimping |
The router does not open 192.168.1.1 |
Changed Router IP address | Reset the router to factory settings using the button Reset |
7. Optimize speed and security
A wired connection already provides stability, but performance and security can be improved:
- 🔒 Change the default router password in the section
System → Administration. Use a complex combination (eg.Wpa3-PersonalFor Wi-Fi). - ⚡ Turn on Jumbo Frames (if supported): in settings LAN install
MTU=9000to speed up the transfer of large files. - 🛡️ Update your router firmware: come in
System → Software Updateand install the latest version. - 🔄 Set up QoS (Quality of Service) to prioritize traffic (for example, for games or video calls).
For gamers and streamers:
- 🎮 Turn on
IGMP SnoopingAndMulticastin the settings LAN (reduces lag in online games). - 🖧 Turn it off IPv6, if it is not used - it can speed up IPv4-compound.
8. Alternative connection methods
If the standard connection doesn't work or you need a custom solution, consider alternatives:
- 🔄 Powerline adapters: transmits internet through electrical wiring. Useful when laying cables is impossible.
- 📡 MoCA adapters: use a coaxial cable (from the antenna) to transmit data. Speed up to
2.5 Gbps. - 🖥️ USB-Ethernet adapter: if there is no port on the PC RJ-45, connect the adapter (for example, TP-Link UE300).
For office networks:
- 🏢 Link aggregation control (LACP): Combines two cables to double the speed (requires router and PC support).
- 🔌 SFP ports: for connecting fiber optics (used in server solutions).
Frequently Asked Questions
Is it possible to connect a router to a PC via the WAN port?
Technically yes, but it will lead to conflict. IP addresses, since the port WAN designed to connect to the Internet (provider). Use only ports LAN (usually yellow in color).
Why is the speed via cable lower than via Wi-Fi?
This is unlikely, but possible if:
- The cable is damaged or of an old category (Cat 5).
- Port LAN limited on the router or PC
100 Mbps. - On QoS or Bandwidth Control, limiting the wired connection.
Check your cable, update your network card driver, and disable limits in your router settings.
How to connect a router to a PC without an Ethernet port?
Use USB-Ethernet adapter (For example, ASIX AX88179 or Realtek RTL8153). Connect the adapter to the PC's USB port, install the driver, and connect it to the router with a cable. The speed will be limited by the adapter's capabilities (usually 1 Gbps For USB 3.0).
Should I turn off Wi-Fi when connecting via cable?
No, it is not necessary. Windows Automatically prioritizes a wired connection if one is active. However, for maximum stability (for example, in games), it's best to disable it. Wi-Fito avoid accidental switching.
How can I check if my traffic is coming through a cable and not via Wi-Fi?
Open Command line and run:
netstat -r
In the line 0.0.0.0 take a look gateway. If this Router IP address (For example, 192.168.1.1) — traffic goes via cable. You can also temporarily disable it. Wi-Fi and check internet access.