How to connect to a local network via a WiFi router: step-by-step instructions

Organizing local data exchange between devices in the home or office is now a basic necessity, not just an option for enthusiasts. Local area network It allows you to transfer files without using external storage, play online games with minimal latency, and control media on your TV directly from your smartphone. Most users encounter difficulties when setting up device visibility, when a physical connection exists, but the computers "don't see" each other.

Modern wireless routers provide powerful tools for creating such networks, but standard security settings often block necessary ports and discovery protocols. Understanding how they work TCP/IP Understanding your operating system's firewall stack and rules will help you quickly troubleshoot issues. In this article, we'll cover not only basic connection but also configuration details that will ensure stable and fast operation of your home network.

Preparing equipment and checking physical connections

Before proceeding to software settings, you need to make sure that the hardware is in good working order. Wireless router The device should be turned on, and the indicators on its body should be lit or blinking normally, indicating a connection to the ISP and the Wi-Fi module is working. If you're using a desktop computer without a built-in Wi-Fi adapter, make sure the external USB receiver or PCI card is installed correctly and the drivers for them are active.

It's important to understand the difference between connecting to the internet and connecting to a local network. A device can have access to the global network but still be isolated from other devices in the home due to client isolation settings. The key condition is that all devices are located in the same subnet, that is, the first three digits of their IP address must match. For example, if the router distributes addresses like 192.168.1.x, then the addresses of your PC and printer should start with 192.168.1.

Check the status of your current connection through the Network and Network Control Panel. In Windows, this is done through Control Panel → Network and Internet → Network and Sharing CenterHere you'll see the network type: "Public" or "Private." The "Public" profile isn't suitable for local file sharing, as it hides your computer from detection by other devices for security reasons.

📊 What type of connection does your PC have to the router?
Wi-Fi (2.4 GHz)
Wi-Fi (5 GHz)
Wired Ethernet
Mobile Internet

Setting up network type and discovery in Windows

By default, the Windows operating system considers new connections potentially dangerous, so it enables a strict firewall. To change this behavior, go to network settings and select your active Wi-Fi connection. In the properties window that opens, switch the network profile from "Public" to "Private" (or "Home" in older OS versions). This will allow your computer to be visible to other devices.

Next, you need to configure the sharing settings. Follow the path Control Panel → Network and Internet → Network and Sharing Center → Change advanced sharing settingsSeveral key options must be enabled here for the network to function properly. Enabling these features will not only allow you to see the computer but also access shared folders.

  • 📡 Enable network discovery - allows your PC to see other devices and be visible itself.
  • 📂 Enable file and printer sharing — opens access to shared resources.
  • 🔐 Using encryption — It is recommended to select 128-bit encryption to protect transmitted data.
⚠️ Important: Once passwordless sharing is enabled, anyone who connects to your Wi-Fi network will be able to access your shared folders. Make sure your Wi-Fi network password is complex and secure.

Don't forget to save your changes by clicking the corresponding button at the bottom of the page. Sometimes you may need to restart the network service or completely restart your computer to apply all security policies. If you are using a third-party antivirus (e.g., Kaspersky, ESET or Avast), its built-in firewall may block these settings, requiring separate configuration in the interface of the antivirus program itself.

☑️ Check Windows settings

Completed: 0 / 1

Configuring IP addresses and DNS for stable operation

In most home networks, the router automatically assigns addresses via the protocol DHCPThis is convenient, but it can lead to a situation where the device's IP address changes after a reboot, disrupting access to network resources such as network printers or media servers. For critical devices, it is recommended to assign a static IP address to the network card settings.

To change the settings, go to Network connections, calling the window with the command ncpa.cplFind your wireless connection, right-click and select Properties. In the list of protocols, find Internet Protocol version 4 (TCP/IPv4) and also open its properties. Here you can manually set the address, mask, and gateway.

Parameter Recommended value Description
IP address 192.168.1.150 A unique address within the router's range
Subnet mask 255.255.255.0 Determines the size of the local network
Main gateway 192.168.1.1 Your Wi-Fi router's address
DNS server 8.8.8.8 Google server address (optional)
Why do you need a static IP?

If you frequently use a network printer or connect to a PC remotely, dynamic address changes (DHCP) will constantly interrupt connections. A static IP ensures that the device's address will always be the same, simplifying the setup of persistent resource paths.

When manually assigning addresses, ensure the selected IP address isn't in the range reserved by the router for automatic distribution, or reserve the address by MAC address in the router's settings. This will prevent address conflicts when two devices attempt to occupy the same "digital space" on the network, which would result in both devices losing their connection.

Advanced router settings: isolation and guest network

Many users are unaware that the problem is hidden in the settings of the router itself. Function AP Isolation Access Point Isolation (AP Isolation) or "Client Isolation" is often enabled by default on guest networks or even on the main network of some ISP devices. This feature prevents wireless clients from communicating with each other, only allowing internet access.

To disable this feature, you need to log into the router's web interface. This is usually done through a browser at 192.168.0.1 or 192.168.1.1The login and password are often found on a sticker on the bottom of the device (e.g., admin/admin). After logging in, look for the "Wireless," "Wi-Fi Settings," or "Advanced" sections. There should be an option called "AP Isolation," "Wireless Isolation," or "Separate Clients," which you should disable.

  • 🚫 Guest network - If devices are connected to a guest SSID, they are often isolated from the main network by default.
  • 📶 2.4 GHz and 5 GHz bands - Make sure that the devices are not separated between different subnets if the router cannot combine them correctly (roaming).
  • 🛡️ Firewall — check whether the router's built-in firewall is blocking local ports (for example, 445 for SMB).
⚠️ Note: Router interfaces from different manufacturers (Asus, TP-Link, Keenetic, MikroTik) vary significantly. Function names may vary, so look for keywords related to client isolation or Wi-Fi security.

Organizing access to shared resources and folders

Once the network is set up and devices can see each other, you need to share specific data. Simply enabling sharing won't open up your entire hard drive to your neighbors. You need to select a specific folder, right-click it, select "Properties," and then go to the "Access" tab. By clicking "Advanced Settings," you can grant read or write permissions to the desired users.

It's important to distinguish between "Sharing" and "Security." The "Sharing" tab allows you to access a folder, while the "Security" tab allows you to control who has permission to perform actions within it. For a home network, adding an "Everyone" group with read access is often sufficient, but for an office environment, it's better to create specific users and set passwords.

To access a shared folder from another computer, use Explorer and enter the path in the address bar in the format \\Computer-IP-Address\FolderName. For example, \\192.168.1.50\MoviesIf the system prompts you for credentials, enter the username and password for the computer account on which the folder is located. Using the IP address instead of the computer name often solves name resolution issues on small networks.

Troubleshooting and Common Errors

Even with proper configuration, errors may occur. The most common error is "Windows cannot access...". First, check whether the computer is accessible at all using the command pingOpen the command prompt (cmd) and enter ping 192.168.1.X (target device address). If ping works, the physical connection and basic TCP/IP settings are fine, and the problem should be looked for in the sharing settings or antivirus software.

If there is no ping, check the status of the Function Discovery Resource Publication service. In Windows 10 and 11, this service is often disabled by default, which hides the computer from the list of network devices even if sharing is enabled. You can find it via services.msc, finding the corresponding name in the list and setting the startup type to “Automatic”.

It's also worth mentioning the issue with the SMBv1 protocol. It's disabled in newer versions of Windows for security reasons, but older network-attached storage (NAS) devices or printers may require it. You should only enable it if you're confident in the security of your local network and trust all connected devices, as this protocol is vulnerable to ransomware.

Why is my computer not visible in my network neighborhood even though the internet is working?

This is most often due to the "Public" network profile, which blocks detection. The resource discovery service may also be disabled, or the blocking may be occurring at the antivirus level. Make sure both devices are in the same workgroup (usually WORKGROUP).

How to connect an Android phone to a Windows local network?

Use file managers that support SMB (such as CX File Explorer or Solid Explorer). Enter the computer's IP address, Windows username, and password. Make sure the PC has network access to the folder.

Is it possible to connect computers via Wi-Fi routers from different manufacturers?

Yes, router manufacturers don't influence the local network, as it's built on standard TCP/IP protocols. The main thing is that all devices are connected to a single router or a cascade of routers configured in access point mode.

Is it safe to leave sharing enabled all the time?

If you have a strong Wi-Fi password (WPA2/WPA3) and a strong Windows account password, the risks are minimal. However, if you frequently have guests, it's best to disable public access or use a guest network for visitors.