How to connect a computer to the internet via a Wi-Fi router with a cable

Modern wireless technologies offer high data transfer speeds, but for desktop computers and gaming consoles, a wired connection remains the benchmark for stability. Using an Ethernet cable avoids typical Wi-Fi issues such as packet loss, ping spikes, and interference from neighboring networks. This is especially critical for online gamers, streamers, and anyone working with large amounts of data on a local network.

The physical connection process is simple, but properly configuring the software in the operating system can require attention to detail. Unlike mobile devices, PCs often require manual protocol selection or IP address configuration to function properly in corporate or complex home networks. We'll cover every step, from choosing a cable to fine-tuning network settings in Windows.

Before you begin setting up, make sure that your router The Wi-Fi port is working properly and is distributing internet to at least one device wirelessly. This will eliminate any issues with the ISP. If the Wi-Fi is working, the WAN port configuration is correct, and all that's left is to properly configure the wired internet connection to your computer.

Selecting equipment and preparing cables

The first step is to ensure physical connectivity between the devices. To do this, you will need twisted pair A cable of at least category CAT5e, which is capable of handling gigabit speeds. The cable must be terminated with RJ-45 connectors on both ends. The cable length should not exceed 100 meters, otherwise the signal will begin to fade, but for an apartment or office, 5–15 meters is usually sufficient.

Pay attention to the condition of the cable insulation. If the cable is routed along a baseboard or in a cable duct, make sure it isn't pinched by heavy furniture. Damage to the internal wires can cause the connection speed to drop to 10 Mbps instead of the expected 100 or 1000 Mbps. A visual inspection helps avoid time-consuming troubleshooting.

It's important to distinguish between the different types of ports on the back of your router. They're usually colored yellow and labeled as LAN (Local Area Network). Port WAN (often blue or gray) is for the incoming cable from the ISP and is not used to connect a computer in the standard setup. If you insert the cable into the wrong port, you will not have network access.

Modern network cards and routers support Auto-MDI/IX technology, allowing you to use any straight-through cable without having to cross the pins. However, if you're using very old equipment (over 15 years old), you may need a special crossover cable, although such devices are virtually unheard of in 2026.

⚠️ Caution: Do not force the RJ-45 connector. The plastic tab should easily engage the connector until it clicks into place. Excessive force may damage the plastic port on the motherboard or the router itself.

Physical connection to LAN ports

The device switching process begins with powering off the router if you plan to change the port configuration, although modern standards allow hot-plugging. Locate the group of ports on the back of the router, labeled 1, 2, 3, and 4. Select any available LAN port.

Plug one end of the cable into the selected router port. Insert the other end into the network port on the back of your computer. The port on your computer is usually located near the USB or audio ports and has two LED indicators. Once you power up the router and turn on your computer, these indicators should light up.

A green light usually indicates a physical connection (Link), while orange or flashing green indicates active data transfer (Activity). If the lights don't light after powering on, check the cable's tightness. Sometimes the connector isn't fully inserted, and the contact doesn't close.

If you're using a laptop, the network port may be hidden behind a flap or combined with a USB hub on newer Ultrabooks. In the latter case, you'll need an external USB-to-Ethernet adapter. The connection principle remains the same: a cable runs from the router to the adapter, and the adapter plugs into the computer's USB port.

⚠️ Note: Router interfaces and port locations may vary depending on the model and year of manufacture. Always consult the manufacturer's official documentation if you cannot locate the required port visually.

📊 What type of connection do you use most often?
Wi-Fi (wireless)
LAN cable (wired)
Mobile Internet (4G/5G)
I don't know / I don't care

Configuring a network adapter in Windows

Once physically connected, the operating system should automatically detect the new hardware. In most cases, Windows 10 and 11 will automatically install the necessary drivers and assign an IP address via the protocol. DHCPHowever, for stable operation, manual parameter checking is sometimes required.

To access the settings, press the key combination Win + R, enter the command ncpa.cpl and press Enter. The "Network Connections" window will open, showing a list of all available adapters. Look for the "Ethernet" or "Local Area Connection" icon. If it has a red cross, the cable is not connected or is damaged.

If the icon is yellow or labeled "Unidentified Network," your IP settings may be corrupted. Right-click the adapter and select "Properties." In the list of components, find the line Internet Protocol version 4 (TCP/IPv4), select it and click the "Properties" button below.

In the window that opens, make sure "Obtain an IP address automatically" is enabled. This is the standard setting for home networks where the router automatically assigns addresses. If your ISP or system administrator requires a static IP address, you will need to enter the information manually, including the IP address, subnet mask, and gateway.

Here, in the adapter properties, you can check whether the drivers are installed. If instead of the network card name (for example, Realtek PCIe GbE Family Controller) "Unknown device" with a yellow exclamation mark is displayed in the device manager, you will need to install drivers from a disk or the motherboard manufacturer's website.

☑️ Checking the physical connection

Completed: 0 / 4

Router configuration and IP address distribution

The central element of a wired network is the router, which manages data flows. To check the router's web interface login settings, the address 192.168.0.1 or 192.168.1.1Enter it into your browser's address bar and log in using the username and password found on the sticker on the bottom of your device.

In the LAN settings section (often called "Local Area Network" or "Network Settings"), make sure the DHCP server is enabled. This service is responsible for automatically assigning IP addresses to connecting computers. If DHCP is disabled, each PC will have to manually assign an address, which is inconvenient and can lead to conflicts.

It's also worth checking the address pool. For example, if the router address 192.168.1.1, then the DHCP pool can start with 192.168.1.100 and end in 192.168.1.200This means up to 100 devices can operate simultaneously via cable and Wi-Fi. This is more than enough for a home, but the pool can be expanded in an office.

Some routers allow you to prioritize wired ports (QoS). If you're connecting a gaming PC, it's a good idea to prioritize its MAC address in the QoS settings. This ensures that your gaming ping remains low even when other users are downloading large files.

What is a MAC address and where can I find it?

A MAC address is a unique identifier for a network interface, consisting of 12 hexadecimal digits (e.g., 00:1A:2B:3C:4D:5E). It can be found on the sticker on the network card, in the computer's BIOS, or in the Windows command line by entering the command ipconfig /all.

Diagnosing problems and troubleshooting

Even with a proper connection, there may be situations where the internet doesn't work. First, use the built-in Windows diagnostic tool. Right-click the network icon in the system tray and select "Diagnose." The system will automatically check for a physical connection and attempt to reset the adapter.

A common problem is an IP address conflict, where two devices on the network are assigned the same number. In this case, one of them will be unable to connect to the network. The solution is to reset the TCP/IP settings. Open the command prompt as administrator and run the command ipconfig /release, and then ipconfig /renew.

If the problem persists, check whether your antivirus or firewall is blocking your network connection. Sometimes, after updating your security software, your network profile may switch to "Public," which limits your computer's visibility on the network and access to certain resources.

For deep diagnostics, use the utility pingIn the command line, enter ping 8.8.8.8If packets are transmitted (time=xx ms), then there's a connection to the global network, and the problem is with DNS. If it says "Timeout exceeded," the problem is with the physical connection or router.

Comparison of wired and wireless connections

Understanding the differences between these technologies helps you choose the best option for your specific needs. Below is a table comparing the key parameters of Ethernet and Wi-Fi connections in a modern home network.

Parameter Wired (Ethernet) Wireless (Wi-Fi)
Stability High, no interference Depends on the noise level of the air
Speed Up to 10 Gbps (Cat6a/7) Up to 2-3 Gbps (Wi-Fi 6E)
Latency (Ping) Minimum (1-2 ms) Higher, jumps are possible
Mobility Absent Complete freedom of movement

As the table shows, cable provides unrivaled stability. For desktop PCs, TVs with 4K content, and game consoles, wired connections are the preferred solution. Wi-Fi, however, remains indispensable for smartphones, tablets, and laptops used in different rooms.

Security is also worth mentioning. To intercept data on a wired network, an attacker would need physical access to the cable, which is unlikely in an apartment. A wireless signal is broadcast over the air and requires more sophisticated security measures, such as encryption. WPA3 and hiding the SSID.

Frequently Asked Questions (FAQ)

Is it possible to connect a computer to a router if there is only one cable from the provider?

Yes, you can. The cable from the provider must be connected to the router's WAN port, and the computer must be connected to the router via a separate patch cord through the LAN port. The router will automatically distribute the internet connection between the devices.

Which cable is better to use: flat or round?

Round cable (twisted pair) typically offers better interference protection and thicker conductors, ensuring a stable signal over long distances. Flat cables are convenient for installation under carpets or baseboards, but they are less durable and may have poorer shielding.

Why is the indicator light orange instead of green?

An orange LAN port LED often indicates a connection at 10 or 100 Mbps, even though the port supports 1 Gbps. This can be caused by cable quality (for example, only 4 wires are used instead of 8) or network adapter settings.

Do I need to reconfigure my router after connecting via cable?

In most cases, no. Modern routers automatically detect when a new device connects via LAN and assign an IP address instantly. Configuration is only required on specific corporate networks or when using static IP addresses.

Does cable length affect internet speed?

The Ethernet standard allows cable lengths of up to 100 meters without loss of signal quality. In a typical apartment or house (up to 20-30 meters), cable length has no impact on speed if high-quality CAT5e or higher cable is used.