Connecting two computers to a single Wi-Fi router is a challenge faced by both novice users and experienced home network administrators. It seems simple: just turn on internet sharing, connect the devices, and you're done. But in practice, nuances arise, ranging from IP address conflicts to issues accessing shared folders. This article will help you understand how to properly set up a network for two PCs, avoiding common mistakes.
We will consider two main scenarios: wireless connection (via Wi-Fi) and wired (via Ethernet cables), as well as a hybrid option. We'll pay special attention to the settings DHCP, IP address reservations, and basic security measures to ensure your network runs smoothly and reliably. If you've never accessed your router's control panel before, don't worry: the instructions are tailored for users of all skill levels.
Before you begin, make sure you have:
• Router with support Wi-Fi 4 (802.11n) or newer (for stable operation of two devices simultaneously).
• Two computers with network adapters (Wi-Fi or Ethernet).
• Cables Patch Cord (if you are planning a wired connection).
• Access to the router admin panel (usually at 192.168.0.1 or 192.168.1.1).
1. Choose a connection scheme: Wi-Fi, cable, or both
The first step is to decide how exactly you'll connect your computers to the router. Each option has its pros and cons:
- 📶 Wi-Fi only: Convenient if the computers are in different rooms or move frequently. However, speed may be reduced due to interference and latency (ping) higher than that of a wired connection.
- 🔌 Ethernet only: Maximum stability and speed (up to
1 Gbps(On modern routers). The downside is the need to lay cables. - 🔄 Hybrid optionOne PC is connected via cable, the other via Wi-Fi. Ideally, one computer is stationary (e.g., a workstation) and the other is a laptop.
For most home tasks (Internet, streaming video, games) it is enough Wi-Fi 5 (802.11ac)If you work with large files (video editing, backups), it's best to opt for a wired connection for at least one PC. Please note: even if both computers are connected via Wi-Fi, the router must support it. MU-MIMO (technology for simultaneous data transmission to multiple devices) for minimal delays.
⚠️ Attention: If your router is older than 2015, check its specifications. Older models (e.g., TP-Link TL-WR740N or D-Link DIR-300) may not be able to handle the simultaneous load of two PCs, especially when torrents or online gaming. In this case, consider upgrading to a model with dual core (For example, ASUS RT-AX55 or Keenetic Extra).
2. Connecting the router to the Internet and basic setup
Before connecting computers, the router must properly distribute the internet. To do this:
- Connect the cable from the provider to the port
WAN(usually highlighted in blue). - Plug the router into the network and wait until it is fully loaded (the indicators should stop flashing).
- Connect one of the computers to the router via cable (even if you later use Wi-Fi) - this will simplify the initial setup.
Now go to the admin panel:
- Open your browser and enter the router's address (usually
192.168.0.1,192.168.1.1or192.168.8.1). The exact address is indicated on the device sticker. - Enter your login and password (by default it is often
admin/adminoradmin/empty). - If you are unable to log in, reset the router using the button
Reset(hold for 10 seconds).
In the control panel, find the section Internet (or WAN) and check the parameters:
• Connection type: must match the data from the provider (usually Dynamic IP, PPPoE or Static IP).
• Username/Password: if type PPPoE, enter the data from the contract.
• MTU: If the internet is unstable, try the value 1472.
What to do if the router does not connect to the Internet?
Check if the WAN indicator is on. If not, the cable is faulty or the port on your ISP is inactive. If it's on but there's no internet: 1) Restart your router; 2) Check your WAN settings (especially the VLAN ID, if your ISP requires one); 3) Call your ISP's support team—it might be a MAC address lock.
3. Setting up a Wi-Fi network for two computers
If at least one of the computers will be connected via Wi-Fi, let's set up a wireless network:
- Find the section in the router panel
Wi-Fi(orWireless). - Install:
• Network name (SSID): Come up with a unique name (do not use personal information).
• Network standard: select
802.11n/ac/ax(orWi-Fi 4/5/6).• Channel: If your router does not support automatic selection, select
6or11(less busy).• Channel width: For
2.4 GHzleave20 MHz(more coverage), for5 GHzCan40/80 MHz(more speed). - In the section
Securityselect:• Type of protection:
WPA2-PSK(orWPA3-PSK, if supported).• Password: at least 12 characters, including numbers and special characters. Avoid simple combinations like
12345678.
⚠️ Attention: If your router supports guest network, don't use it for your main computer connection. Guest networks typically have speed limitations and are isolated from the local network, which will interfere with file sharing between computers.
After saving the settings, reboot the router. You can now connect computers:
• On Windows: Click on the Wi-Fi icon in the tray → select your network → enter the password.
• On macOS/Linux: similarly through the network menu.
☑️ Checking your Wi-Fi connection
4. Setting up a wired connection (Ethernet)
If one or both computers are connected via cable, use ports LAN on the router (usually yellow). Modern routers have 4 Gigabit Ethernet ports, but even if you have a model with Fast Ethernet (100 Mbps), this will be enough for most tasks.
Connection is simple:
1. Connect the computer and the router with a cable Patch Cord (twisted pair, crimped to standard T568B).
2. On your computer, check that the network adapter is enabled and working in mode Autonegotiation (automatic speed negotiation).
If the Internet does not appear automatically:
• On Windows: open Control Panel → Network and Sharing Center → Change adapter settingsRight click on Ethernet → Properties → Internet Protocol version 4 (TCP/IPv4). Make sure it is selected. Obtain an IP address automatically.
• On Linux/macOS: check the network settings in the terminal with the command:
ifconfig | grep"inet"
If the address starts with 169.254, Means, DHCP didn't work — reboot the router or check the cable.
⚠️ Attention: If you use static IP address (not DHCP), make sure the computers' addresses do not conflict. For example:
• PC 1: 192.168.0.100
• PC 2: 192.168.0.101
• Gateway: 192.168.0.1 (router address).
The subnet mask must be the same, usually 255.255.255.0.
5. Setting up a local network for file sharing
In order for computers to see each other and exchange files, you need to set up local area network (LAN)To do this:
- Make sure both PCs are on the same subnet (e.g.
192.168.0.x). - On Windows:
• Open
Control Panel → System → Advanced system settings → Computer name.• Make sure that working group the same (by default)
WORKGROUP).• Turn on
File and Printer Sharingin the network settings. - To share folders:
• Right-click on the folder →
Properties → Access → Share.• IN
Securityadd a userEveryone(or a specific user of the second PC) with rightsRead/Write.
On macOS/Linux use Samba long-term access. For example, on Linux, install the package:
sudo apt install samba
Then edit the config /etc/samba/smb.conf, adding a section for the shared folder.
To connect to a shared folder from another PC:
• On Windows: enter in Explorer \\192.168.0.100\folder_name (Where 192.168.0.100 — IP of the first PC).
• On macOS: Command + K → smb://192.168.0.100/folder_name.
6. IP Address Reservation (DHCP Reservation)
If you don't want to manually enter static IP addresses on each computer, but still want the addresses to remain the same, use DHCP reservationThis is useful for:
- 🔗 Stable access to shared folders (IP will not change after reboot).
- 🎮 Online games or applications that require port forwarding.
- 🖥️ Remote control (for example, via RDP or SSH).
Instructions for most routers:
1. Find the section DHCP (usually in LAN or Net).
2. Turn on Address reservation (or Address Reservation).
3. Add two rules:
• For PC 1: Bind the MAC address to the IP (e.g. 192.168.0.100).
• For PC 2: bind to another IP (eg. 192.168.0.101).
4. Save the settings and reboot the router.
⚠️ Attention: You can find out the MAC address of your computer:
• On Windows: ipconfig /all → line Physical address.
• On Linux/macOS: ifconfig | grep"ether".
After the backup, check that the IP addresses are assigned correctly. To do this, run the following command on each PC:
ipconfig /all
(on Linux/macOS: ifconfig or ip a).
| Parameter | Value for PC 1 | Meaning for PC 2 |
|---|---|---|
| IP address | 192.168.0.100 |
192.168.0.101 |
| Subnet mask | 255.255.255.0 |
255.255.255.0 |
| Gateway | 192.168.0.1 |
192.168.0.1 |
| DNS | 192.168.0.1 or 8.8.8.8 |
192.168.0.1 or 8.8.8.8 |
7. Optimize speed and security
To ensure your network is fast and secure, here are a few additional settings to make sure it works:
- 🔒 Change the router administrator password: by default many models use
admin/admin, which makes them vulnerable to hacking. Create a complex password (e.g.k7#pL9!mQ2$v). - 📡 Update your router firmware: go to the section
System → Software Updateand install the latest version. This will fix vulnerabilities and improve stability. - 🚀 Set up QoS (Quality of Service)If one of your computers is used for gaming or video calls, prioritize traffic for it. Specify its IP or MAC address in the QoS settings.
- 🛡️ Disable WPS: This feature is vulnerable to brute-force attacks. Find the option
WPSand deactivate it.
To improve Wi-Fi speed:
• If the router is dual-band (2.4 GHz + 5 GHz), connect computers to 5 GHz — there is less interference.
• Place the router in the center of the room, away from microwaves and cordless phones.
• If the signal is weak, consider purchasing repeater (For example, TP-Link RE605X) or Mesh systems (For example, Google Nest Wi-Fi).
Critical Information: If you are using a router that supports Wi-Fi 6 (802.11ax), but your computers are equipped with Wi-Fi 4 (802.11n) adapters, the maximum connection speed will be limited by the slowest device. To avoid slowdowns, connect at least one PC via cable or upgrade your Wi-Fi adapters (e.g., to TP-Link Archer TX3000E).
8. Diagnostics and problem solving
If after setup one of the computers does not connect or there is no internet access, please check the following steps:
- Router ping: On the problematic PC, open a command prompt and run:
ping 192.168.0.1If the packets don't arrive (
The specified node is unavailable), the problem is at the network adapter or cable level. - DNS ping:
ping 8.8.8.8If there is ping, but websites don’t open, the DNS settings are incorrect.
- IP conflict: If both PCs received the same IP, restart DHCP:
ipconfig /releaseipconfig /renew
Typical errors and solutions:
| Problem | Possible cause | Solution |
|---|---|---|
| There is no internet access, but the local network is working | Incorrect WAN settings on the router | Check your PPPoE login/password or connection type |
| Computers can't see each other. | Different workgroups or shared access disabled | Check your settings WORKGROUP and turn it on Network discovery |
| Slow Wi-Fi speed | Interference from other networks or an outdated standard | Change the channel to 5 GHz or update your router |
| IP address starts with 169.254 | DHCP is not working | Reboot your router or enter the IP manually. |
⚠️ Attention: If the problem persists after all the manipulations, check whether access is blocked Windows Firewall or antivirusTemporarily disable them and try connecting again. If the network works, add exceptions for local traffic (range 192.168.0.0/24).
FAQ: Frequently asked questions about setting up a router for two computers
Is it possible to connect two computers to one router via one LAN port?
No, one port LAN is intended for one device. However, you can use network switch, connecting it to one router port - this will allow you to expand the number of wired connections to 5-8 devices without losing speed.
How to limit internet speed for one computer?
Most routers have a feature Bandwidth control (or Bandwidth Control). Go to settings, specify the IP address of the target PC and set download/upload limits. For example, on TP-Link this is done in the section Advanced Settings → Bandwidth Control.
Do I need to set up a DMZ for gaming or remote access?
DMZ (Demilitarized zone) opens all ports for one device, which is unsafe. Instead, it's better to configure Port Forwarding only for the required applications. For example, for Minecraft servers forward the port 25565, and for RDP — 3389.
How can I make sure one computer has internet access and the other doesn't?
Use parental control or MAC address filtering:
1. Find the MAC address of the computer you want to block access to.
2. In the router settings (section Security or MAC filtering) add a blocking rule for this MAC.
3. Save the settings and reboot the router.
Why did my internet speed drop after connecting a second computer?
This can happen for several reasons:
• The router cannot handle the load (solution: update the firmware or replace the router).
• One of the devices is consuming a lot of traffic (for example, torrents). Check in the section Traffic statistics.
• If both PCs are connected via Wi-Fi, turn on MU-MIMO in the router settings (if supported).