Local Area Network via Wi-Fi Router: Complete Setup from A to Z

Local area network via Wi-Fi router — is a convenient way to connect computers, smartphones, printers, and other devices into a single system for file sharing, internet sharing, or online gaming. However, many users encounter problems: devices don't see each other, files don't open, and data transfer speeds leave much to be desired. In this article, you'll find a universal method for setting up a local network that works on 90% of modern routers, regardless of model and firmware.

We'll walk you through the process from connecting cables to fine-tuning. DHCP, IP addresses And network protocolsWe'll also cover common errors that interfere with stable network operation. This guide is suitable for both home users and small offices with 5-10 devices. If you're new to networking, don't worry: all steps are accompanied by explanations and visual cues.

1. Preparing the equipment: what you will need for setup

Before you begin setup, make sure you have everything you need. The minimum equipment set includes:

  • 📶 Wi-Fi router with support LAN-ports (even if you plan to connect wirelessly, it is better to use a cable for the initial setup). Models from TP-Link, ASUS, Keenetic or MikroTik.
  • 💻 Two or more devices (computers, laptops, smartphones) to be networked. Two is enough for testing.
  • 🔌 Ethernet-cable (if the router is new, it's usually included). Length: 1–2 meters.
  • ⚡ Power supply for the router (adapter included).

If you plan to connect to the network network printer or NAS drive, they should also be prepared in advance. Please note: some printers require pre-configuration via USB before connecting to LAN-router port.

📊 What router are you using?
TP-Link
ASUS
Keenetic
MikroTik
D-Link
Another

Also check if your router supports the standard Wi-Fi 5 (802.11ac) or Wi-Fi 6 (802.11ax)This affects the speed of data transfer in the local network. For example, when exchanging files between computers over Wi-Fi 6 the speed can reach 900 Mbps, whereas on Wi-Fi 4 (802.11n) it rarely exceeds 150 Mbps.

⚠️ Attention: If you are using a router from a provider (for example, Rostelecom or Beeline), some settings may be locked. In this case, please refer to your carrier's instructions or request access to advanced settings.

2. Connecting the router and basic network setup

Start by physically connecting the devices. Follow this algorithm:

  1. Connect the router to a power source and turn it on.
  2. Connect WAN- router port (usually highlighted in color) with a cable from the Internet provider.
  3. One of LAN- ports (yellow) connect to a computer or laptop using Ethernet-cable.
  4. Wait until the power and connection indicators on the router light up. LAN/WAN.

Now proceed to configuring the router via the web interface. To do this:

  • 🌐 Open your browser and enter in the address bar 192.168.1.1 or 192.168.0.1 (the exact address is indicated on the router sticker).
  • 🔑 Enter your login and password (by default this is often admin/admin or admin/password).
  • ⚙️ Go to the section Network → LAN or Local area network.

Here, check the following parameters:

  • Router IP address: usually 192.168.1.1 or 192.168.0.1If you change it, remember the new value—you'll need it to access the settings.
  • Subnet mask: should be 255.255.255.0.
  • DHCP server: Turn it on if you want the router to automatically distribute IP addresses devices.

☑️ Basic router setup

Completed: 0 / 4

3. Configuring DHCP and static IP addresses

DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses devices on the network. This is convenient, but for some tasks (for example, for network printer or NAS) it's better to fix the static IP.

To set up DHCP:

  1. In the router's web interface, find the section DHCP or Local Network → DHCP Server.
  2. Make sure the server is up (Enable).
  3. Specify the range of addresses to be distributed, for example, from 192.168.1.100 to 192.168.1.199.
  4. Set the rental time IP (lease time) - optimal 24 hours.

For appointment static IP:

  1. In the same section find Address reservation or Static DHCP.
  2. Add a new rule by specifying MAC address device (you can find it in the network settings on your computer or smartphone) and the desired IP (For example, 192.168.1.10).
  3. Save the settings.
Parameter Recommended value Explanation
DHCP range 192.168.1.100–199 Leaves addresses free for static assignments
IP lease time 24 hours Balance between stability and flexibility
Default Gateway 192.168.1.1 The IP address of the router through which devices access the Internet
DNS server 1.1.1.1 or 8.8.8.8 Public DNS from Cloudflare or Google to speed up website loading
⚠️ Attention: If your network contains devices with manual settings IP (for example, old printers), make sure their addresses are not in the range DHCPOtherwise, conflicts may arise.

4. Setting up shared access to files and folders

To enable devices on a local network to exchange files, you need to configure public accessLet's look at the process using an example. Windows 10/11:

On the computer whose files you want to make available:

  1. Open Control Panel → Network and Internet → Network and Sharing Center.
  2. Select Change advanced sharing options.
  3. Turn on Network discovery And File and Printer Sharing for profile Private.
  4. Turn it off Password-protected sharing (if the network is home and secure).

Now create a shared folder:

  1. Right click on the folder, select Properties → Access.
  2. Click General access... and add a group All with rights Reading and writing.
  3. Go to the tab Security and make sure the group has All there are rights Full access.

On other devices on the network:

  • 🖥️ On Windows: open Conductor, enter in the address bar \\192.168.1.X (Where X — the last octet IP computer with a shared folder).
  • 📱 On Android: use the app FX File Explorer or Solid Explorer with support SMB.
  • 🍎 On macOS: V Finder click Cmd+K and enter smb://192.168.1.X.

5. Connecting a printer and other network devices

There are two ways to connect a network printer: via Wi-Fi or by cable to LAN-router port. Let's consider both options.

Wi-Fi connection:

  1. Turn on the printer mode Wi-Fi (usually a button WPS or menu Network settings).
  2. Select your network Wi-Fi and enter the password.
  3. On your computer, add the printer via Settings → Devices → Printers & Scanners → Add a Printer.

LAN connection:

  1. Connect the printer to the router Ethernet-cable.
  2. In the router's web interface, find the section Local Network → DHCP → Client List and remember IP address printer.
  3. On your computer, add the printer manually by specifying it IP (For example, 192.168.1.15).

For NAS drives (For example, Synology or WD My Cloud):

  • 🔌 Connect the device to the router via LAN.
  • 🖥️ Install proprietary software (for example, Synology Assistant) for customization.
  • 📁 Configure shared folders and access rights via the web interface NAS.
⚠️ Note: Some printers require additional drivers, even for network printing. Download them from the manufacturer's official website (HP, Canon, Epson).

6. Checking the connection and troubleshooting

After setup, check that all devices can see each other and exchange data. To do this:

  • 📡 On Windows open Command line and enter ping 192.168.1.X (Where XIP another device). If the packets pass without loss, the connection is working.
  • 🔍 Check the availability of the shared folder as described in Section 4.
  • 🖨️ Print a test page on a network printer.

Typical problems and their solutions:

Problem Possible cause Solution
The devices don't see each other Disabled Network discovery Enable it in the sharing options Windows
No access to shared folder Incorrect access rights Check your settings Security And Access in the folder properties
Slow file transfer Network congestion or weak signal Wi-Fi Connect your devices via cable or change the channel Wi-Fi in the router settings
IP-conflict The two devices have the same IP Set up static IP for one of the devices or expand the range DHCP

If ping doesn't work, check:

  • 🔌 Physical cable connection (try a different port on the router).
  • 🔒 Settings Firewall: temporarily disable it on both devices for a test.
  • 📋 Correctness IP addresses And subnet masks (must be in the same subnet, for example, 192.168.1.X with a mask 255.255.255.0).
What to do if the router does not distribute IP addresses?

If the devices receive IP species 169.254.X.X, this means that DHCP- the server is not working. Check its settings in the router's web interface or reboot the router. Also, make sure that a static IP address is not set on the device. IP manually.

7. Network optimization for gaming and streaming

If you are setting up a local network for online games or streaming video, the default settings may not provide sufficient speed. Here's what you can do:

  • 🎮 For games:
    • Turn on QoS (Quality of Service) in the router settings and set the priority for UDP-ports used by games (for example, 27000–27030 For Steam).
    • Turn it off Wi-Fi Multimedia (WMM), if the game only supports Wi-Fi 4.
  • 📺 For streaming video (DLNA, Plex):
    • Set up Jumbo Frames (if the router supports it) to increase the speed of transferring large files.
    • Select static IP for media server.

Also recommended:

  • 🔄 Use 5 GHz range Wi-Fi instead of 2.4 GHz - it is less congested and provides greater speed.
  • 🔌 Connect game consoles (PS5, Xbox) And Smart TV via cable, if possible.
  • ⚡ Update your router firmware to the latest version (check the manufacturer's website).

8. Local network security: how to protect data

A local network is vulnerable to attack if security measures aren't taken. The following steps will help protect your data:

  • 🔐 Change your router's default password to a complex one (at least 12 characters with numbers and special characters).
  • 📡 Turn off WPS - This protocol is vulnerable to hacking.
  • 🔄 Turn on WPA3 (or WPA2-AES, If WPA3 not supported) in the settings Wi-Fi.
  • 🚫 Create Guest network for devices that do not need access to local resources (e.g. guest smartphones).
  • 🔗 Turn it off UPnP, if you don’t use it, it will reduce the risk of external attacks.

For additional protection:

  • 🛡️ Set up MAC filtering (allow connection only to known devices by their MAC addresses).
  • 🔄 Update your router firmware regularly.
  • 📡 Hide SSID networks (turn off name broadcasting Wi-Fi), if all devices are already connected.

If you store sensitive data (such as work documents) on your network, consider creating a VLAN (virtual local area network). This will isolate traffic between groups of devices. Setting up VLAN available on advanced routers (MikroTik, Ubiquiti) and requires separate guidance.

⚠️ Attention: Even with the power on WPA3 Don't use simple passwords like 12345678 or qwertyAttackers can pick them up in a few minutes using specialized software.

FAQ: Answers to Frequently Asked Questions

Is it possible to set up a local network without a router, using only Wi-Fi adapters?

Yes, that's what it's called Ad-Hoc networkHowever, this connection is less stable, doesn't support internet sharing, and is limited in the number of devices (usually no more than 5-8). For continuous use, a router is better.

Why can computers see each other but can't exchange files?

There are several reasons:

  • Disabled File and Printer Sharing in the settings Windows.
  • Firewall (Firewall) blocks SMB-protocol (ports) 445, 137–139).
  • The folder does not have group permissions configured. All or specific users.

Check all three points.

How to connect an Android smartphone to a local network?

On Android to access shared folders:

  1. Connect to the same Wi-Fi- networks, just like a computer.
  2. Install a file manager with support SMB (For example, Solid Explorer or FX File Explorer).
  3. In the manager, add a new network storage by specifying IP computer (for example, 192.168.1.10) and login details (if required).

For iOS use the app Files and connect via smb://IP address.

What is DMZ and should it be enabled for a local network?

DMZ (Demilitarized Zone) — is a router feature that forwards all incoming ports to a single device on the network. Enable it for a local network. not recommended, as this makes the selected device vulnerable to external attacks. DMZ only useful for specific tasks (such as hosting a game server).

How to increase file transfer speed on a local network?

The speed depends on several factors:

  • If the devices are connected via Wi-Fi, go to 5 GHz or use a cable.
  • Disable background downloads (torrents, updates) on both devices.
  • Set up Jumbo Frames (if the router and network cards support it).
  • Use NAS or external SSD- a storage device instead of a hard drive - they read/write data faster.