Connecting your computer to the Internet via Wi-Fi router using a network cable — the most stable and fastest way to access the internet. Even if you already have a wireless network set up, a wired connection guarantees minimal latency, no interference, and maximum speed, which is critical for online gaming, 4K streaming, or working with large files. In this article, we'll cover every step: from choosing the right cable to diagnosing potential issues.
Many users mistakenly believe that for a wired connection it is enough to simply plug the cable into the port - but in practice, nuances with the settings may arise IP addressing, network card drivers, or router settings. We'll cover every step in detail, including alternative setups (for example, when the internet comes through the router's LAN port instead of the WAN). If you've never configured a network before, don't worry: the instructions are tailored for beginners, but also include expert advice for experienced users.
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 or "twisted pair") category
Cat 5eor higher. Suitable for speeds up to 1 GbpsCat 5e, for 10 Gbps -Cat 6a. - 🖥️ Computer with a network card (LAN port). Modern motherboards are usually equipped with a built-in gigabit adapter.
- 📡 Wi-Fi router with free LAN port (usually marked in yellow). Models TP-Link Archer C6, ASUS RT-AX55 or Keenetic Hero support gigabit speeds.
- 📄 Data from the provider: connection type (
DHCP,PPPoE,Static IP), login/password (if required),VLAN ID(for some operators).
If you don't have a cable, you can make one yourself (if you have a crimping tool and connectors) RJ-45) or buy a ready-made one. The optimal length is up to 3 meters for home use. Using a cable longer than 100 meters without amplifiers will result in critical signal loss and connection breaks.
2. Connection diagrams: which cable goes where
There are two main ways to connect a computer to a router via cable. The choice depends on how your network is organized:
- Classic scheme (Internet → WAN router → LAN router → PC):
The internet cable from the provider is connected in WAN port router (usually highlighted in blue), and the computer - in any LAN port (yellow). In this case, the router acts as a gateway, distributing the internet to all devices.
- Alternative scheme (Internet → router LAN → PC):
Used if the router is operating in mode
Switch(bridge) or if the provider issues multiple IP addresses. Here the internet cable is inserted into LAN port router, and the computer is in another LAN portIn this case, the router doesn't route traffic, but simply "multiplies" ports.
| Scheme | Where to connect the provider's cable | Where to connect a PC | Is router configuration required? |
|---|---|---|---|
| Classical | WAN port of the router | LAN port of the router | Yes (WAN setup) |
| Alternative (Switch) | LAN port of the router | LAN port of the router | No (if you don't need Wi-Fi) |
| Direct connection (without a router) | PC network card | — | Yes (PPPoE setup on PC) |
If you're unsure which scheme your provider uses, check your contract or call support. Some operators (e.g., Rostelecom or Beeline) bind the Internet to the MAC address of the device, and if the scheme changes, re-registration may be required.
☑️ Check before connection
3. Configuring the router for a wired connection
If you use classic scheme (Internet via WAN), the router needs to be configured. To do this:
- Connect the router to a power source and wait until it is fully loaded (the indicators should be steadily lit).
- Connect your computer to the router with a cable (even if the Internet is not yet working - this is necessary to access the web interface).
- Open your browser and type in the address bar
192.168.1.1or192.168.0.1(the exact address is indicated on the router sticker). - Enter your login and password (usually by default
admin/adminoradmin/empty).
Next, go to the Internet settings section (depending on the router model, this may be WAN, Internet or Net). Select the connection type your provider uses:
- 🔄
DHCP (Automatic)- if the provider issues IP automatically (for example, Dom.ru). - 🔐
PPPoE- if login/password entry is required (for example, MTS or Third Transport Ring). - 📌
Static IP— if the provider has issued fixed addresses (relevant for legal entities). - 🔗
L2TP/PPTP— for corporate networks (rarely for home users).
After saving the settings, the router will reboot. If the indicator WAN or Internet If the green light is on, the connection is successful. If not, check the information you entered or contact your provider.
4. Configuring the network card on your computer
In most cases, Windows will automatically configure the network connection, but sometimes manual configuration is required. Here's how:
- Click
Win + R, enterncpa.cpland pressEnterA window will open.Network connections. - Find your local area connection (
Ethernet) and right-click on it →Properties. - Select the item
Internet Protocol version 4 (TCP/IPv4)and pressProperties.
Next, select one of the options:
- 🌐 Automatic IP acquisition (recommended for
DHCP):Check the boxes
Obtain an IP address automaticallyAndObtain DNS server address automatically. - ⚙️ Manual setup (if the provider requires a static IP):
Enter the details from the contract:
IP address,Subnet mask,Main gatewayAndDNS servers(For example,8.8.8.8And8.8.4.4for Google DNS).
After applying the settings, check the connection: open the command line (Win + R → cmd) and enter:
ping 8.8.8.8
If you see responses like Reply from 8.8.8.8: number of bytes=32... — The internet is working. If not, check the cable or router settings.
What should I do if I don't have internet access, but I can ping?
This means there's a DNS issue. Try manually entering DNS servers (for example, Cloudflare: 1.1.1.1 and 1.0.0.1) or check your firewall settings.
5. Diagnostics and troubleshooting
If after all these steps the internet still doesn't work, use these instructions to troubleshoot the problem:
- Check the physical connection:
Make sure the cable is firmly inserted into the connectors (it should click into place). Try a different cable or port on the router. LAN on the router should be lit or blinking.
- Reboot your hardware:
Unplug the router for 30 seconds, then plug it back in. Restart your computer.
- Check your network card drivers:
Open
device Manager(Win + X→device Manager) and find the sectionNetwork adaptersIf there is an exclamation mark next to the adapter, update the driver.
Common mistakes and their solutions:
| Error | Cause | Solution |
|---|---|---|
The network cable is not connected. |
Problem with cable or port | Check the cable, try a different port on the router or PC |
Limited connection |
IP address not received | Reboot your router and check your DHCP settings. |
DNS server is not responding |
DNS issues | Enter DNS manually (e.g. 8.8.8.8) |
No internet access, but the local network works |
WAN is not configured on the router | Check your internet settings in your router's web interface. |
If the router gives an error No Internet or Connected without Internet, try specifying it manually MAC address your previous device (if your provider binds the Internet to your MAC address). This option is usually located in the section WAN or MAC cloning.
6. Optimizing connection speed and stability
A wired connection is naturally faster than Wi-Fi, but it can be further optimized:
- ⚡ Update your router firmwareManufacturers regularly release updates that fix bugs and improve performance. Download firmware only from the official website!
- 🔧 Configure QoS: If you have multiple devices, turn on
Quality of Servicein your router settings and prioritize traffic for your PC. - 🛡️ Disable power saving for the network card:
Go to
device Manager→Network adapters→Your card properties→Power managementand uncheckAllow the computer to turn off this device to save power. - 🌐 Use alternative DNS: For example,
1.1.1.1(Cloudflare) or9.9.9.9(Quad9) can speed up website loading times.
To check your actual speed, use services like Speedtest.net or Fast.comIf the speed is lower than what your provider claims, try:
- Connect the cable directly to the PC (bypassing the router) and repeat the test.
- Replace the cable with a better quality one (for example, with
Cat 5eonCat 6). - Check if your provider is limiting your speed (sometimes there are "night" restrictions).
7. Alternative connection methods
If the standard connection doesn't work or you need a custom solution, consider these options:
- 🔄 Bridge Mode:
If you have two routers, you can configure the main one to distribute the Internet, and the second one to act as a bridge by connecting them with a cable.
LAN-to-LANThis is useful for expanding the network without losing speed. - 🖥️ Direct connection to PC (without router):
If your router is broken, you can temporarily connect the ISP cable directly to your computer. To do this, set up
PPPoE-connection in Windows (Control Panel → Network Connections → Create a new connection). - 📡 Powerline adapters:
If it is inconvenient to lay the cable, use adapters Powerline (For example, TP-Link AV1000), which transmit internet through electrical wiring. The speed will be lower than via cable, but more stable than Wi-Fi.
To set up bridge mode on your router:
- Log in to the router's web interface.
- Find the section
Working modeorNetwork Mode. - Select
BridgeorBridge mode. - Turn it off
DHCP server(so that the IP is distributed by the main router).
How to check if the cable is working?
Connect the cable to the PC and check the port indicator on the network card. If it's green or orange, the cable is working properly. If not, check the cable's crimping or replace it.
8. Wired connection security
While a wired connection is less vulnerable to hacking than Wi-Fi, there are some caveats to consider:
- 🔒 Disable unnecessary portsIf your router has four LAN ports but you're only using one, disable the others in the settings (if available). This will prevent unauthorized connections.
- 🛡️ Set up MAC address filtering:
In the router's web interface, find the section
MAC Filterand whitelist only the MAC addresses of your devices. This won't provide 100% protection, but it will make it more difficult for unauthorized access. - 🔄 Update your firmware regularly: Outdated firmware may contain vulnerabilities that allow hackers to access your network.
- 📛 Change the default login/password of the router: Many hacks occur because users do not change the factory settings
admin/admin.
If you connect your computer to a corporate network or use VPN, ensure that security settings comply with your organization's policies. For example, you may need to:
- Installing certificates.
- Setting up
802.1Xauthentication. - Using a static IP from a dedicated range.
Frequently Asked Questions
Can I use any Ethernet cable or do I need a special one?
For speeds up to 100 Mbps, any cable will do. Cat 5 or higher. For 1 Gbps and higher, you need Cat 5e or Cat 6Cables differ in the quality of the braiding and the number of twisted pairs: Cat 6 It has a splitter to reduce interference. The cable length should not exceed 100 meters without amplifiers.
Why is the speed via cable lower than via Wi-Fi?
This is unlikely, as a wired connection is usually faster. Possible causes:
- The cable is damaged or of poor quality (try replacing it).
- The port on the router or PC is operating at 100 Mbps (check in
Device Manager). - Power saving mode is enabled in the network card settings (disable it).
- The network card driver is out of date (update from the manufacturer's website).
Do I need to configure my router if I already have internet access via Wi-Fi?
No, if the router is already configured for Wi-Fi, a wired connection will work automatically when you connect a cable to the LAN port. The only exception is if your provider limits the number of connected devices (for example, by MAC address binding). In this case, you may need to clone the MAC address or call support.
How to connect two computers to one router via cable?
Simply connect both computers to different LAN ports on the router. The router will automatically assign IP addresses to them (if enabled). DHCP server). If you want computers to see each other on the local network, make sure they are on the same subnet (usually this is configured automatically).
What should I do if my router doesn't assign an IP address?
Try the following steps:
- Restart your router and computer.
- Check if it is enabled
DHCP serverin the router settings (sectionLANorDHCP). - On your computer, manually enter the IP from your network range (for example,
192.168.1.100with a mask255.255.255.0and a gateway192.168.1.1). - Update your router firmware.
If nothing helps, reset the router to factory settings (button Reset on the back panel) and set it up again.
If you're experiencing a problem that's not listed here, please describe it in as much detail as possible, including your router model, connection type, and any error messages. This will help us diagnose the problem more accurately.