How to Share Wi-Fi Without Internet: A Complete Local Network Setup

Needing to create a wireless network but lacking a WAN connection is more common than you might think. Many users mistakenly believe that a router is useless without an active ISP cable, but this is not true. The device functions as a fully-fledged network switch even in standalone mode, allowing you to connect computers, smartphones, and smart devices into a single infrastructure.

The main task in such a scenario is to set it up correctly local network (LAN) allows devices to exchange data with each other. This opens up opportunities for transferring large files without using flash drives, setting up a home media server, or even creating a game server for local battles. It's important to understand that in this case, you only have access to resources within your network, not websites.

In this article, we'll detail the steps for turning your router into an access point for local resources. We'll cover IP addressing, DHCP server configuration, and the specifics of a wireless connection without access to the outside world.

How a router operates in LAN mode

A router is a complex device that manages traffic between different networks. When the ISP's cable is not connected or configured correctly, the router ceases to function as a gateway to the internet, but continues to function as a switch And access pointAll devices connected via Wi-Fi or cable receive IP addresses from a range specified by the router's settings.

The key element here is the protocol DHCP (Dynamic Host Configuration Protocol). This is what automatically assigns addresses to connected devices. If this service is disabled or configured incorrectly, devices will not be able to "see" each other, even if they are connected to the same wireless network. Unlike internet access, there is no need to configure DNS servers or PPPoE connections.

It's worth noting that the lack of internet access doesn't affect data transfer speeds within the network. On the contrary, the speed is limited only by the capabilities of your equipment: the Wi-Fi standard (n, ac, ax) and the channel bandwidth. This is ideal for offloading the main connection or setting up an isolated network for guests.

Preparing equipment and resetting settings

Before beginning configuration, it's recommended to perform some preliminary preparation. If the router was previously used by another provider or has specific settings, it's best to perform a factory reset. This will eliminate IP address conflicts and reset any incorrect authentication parameters.

To reset, find the button on the case Reset (often recessed into the case). Press it with a paperclip and hold for about 10-15 seconds until the lights flash simultaneously. After rebooting, the device will have the default login information, which is located on a sticker on the bottom.

☑️ Preparing to set up a local network

Completed: 0 / 4

Connect your computer to the router using an Ethernet cable to any LAN port (usually yellow). Don't connect the ISP cable to the WAN port (blue), as we don't need access to the outside world right now. Make sure your computer's network card is configured to obtain an IP address automatically.

Why do you need to reset the settings?

Resetting removes old routing rules, DNS settings, and passwords from your previous ISP that may be blocking the creation of a clean local network.

Setting up IP addressing and a DHCP server

Open your browser and enter the router's IP address into the address bar (often this is 192.168.0.1 or 192.168.1.1). After entering your username and password, go to the LAN settings section. Here, you need to set the correct IP address for the router itself, which will serve as the gateway for all devices.

It is recommended to use the standard subnet 255.255.255.0The router address must be the first or last in the range, for example, 192.168.10.1It is important to change the default address if you plan to connect this router to another existing network to avoid addressing conflicts.

Next, go to settings DHCP serversMake sure the function is enabled. Specify the range of addresses that the router will issue to clients. For example, if the router's address 192.168.10.1, then the address pool can be set from 192.168.10.100 to 192.168.10.200.

The table below shows examples of correct settings for different scenarios:

Parameter Standard value Recommended for LAN Description
Router IP address 192.168.0.1 192.168.10.1 Primary gateway address
Subnet mask 255.255.255.0 255.255.255.0 Determines the size of the network
DHCP range start 192.168.0.100 192.168.10.100 First issued address
DHCP range end 192.168.0.200 192.168.10.200 Last issued address
Lease Time 120 min 1440 min (24 h) IP validity period for a client
📊 What is your main local network use case?
Transferring files between PCs
Online games
Media broadcasting on TV
Smart home control

Wi-Fi wireless configuration

After setting up the LAN, we move on to the wireless module. In the section Wireless or Wi-Fi You need to set a network name (SSID). Choose a unique name to avoid confusion with neighboring networks, for example, MyLocalNet_Home.

Pay special attention to security. Even without the internet, your network can be used by outsiders. Choose an encryption method. WPA2-PSK (or WPA3, if your equipment is modern). Create a complex password consisting of letters and numbers. Using an open network in residential buildings is highly discouraged.

⚠️ Attention: Some routers may block Wi-Fi if there's no connection on the WAN port. Look for the "Use as an access point" option or uncheck "Turn off Wi-Fi when no internet connection" in the advanced wireless settings.

It's also worth manually selecting the channel and channel width if there are many other networks in the room. For the 2.4 GHz band, channels 1, 6, or 11 are best. Channel Width 20 MHz will provide better stability, and 40 MHz - speed, but more interference.

Organizing file and printer sharing

Once the network is set up, it's time to put it to work. To share files on Windows computers, you need to enable network discovery. Go to Control Panel → Network and Internet → Network and Sharing Center and select Change advanced sharing settings.

In the "Private Network" profile, enable "Turn on network discovery" and "Turn on file and printer sharing." Then, create a folder, right-click it, select "Properties" → "Sharing," and click "Sharing."

If you have a network printer or a printer connected to one of your PCs, you can also share it. This will allow you to print documents from any device on the network, be it a laptop, tablet, or smartphone, without having to physically reconnect the cable.

Creating a media server (DLNA) without the Internet

One of the most popular scenarios for using a local network without the internet is streaming video and music to a TV or set-top box. This doesn't require complex software; built-in Windows tools or specialized programs like Universal Media Server.

Enable media streaming in Windows Media Player settings or through Settings → Apps → Media Playback. Add movie folders to the library list. Your computer should now appear under Sources or Media on your Smart TV.

⚠️ Attention: Your antivirus or Windows Firewall may be blocking the TV's connection to your PC. When you first connect, the system will ask you about your network type. Be sure to select "Private Network" or "Home Network" to allow detection.

This setup allows you to watch high-quality movies (4K HDR), which online services might struggle to handle due to their low bitrate, or play content that's not publicly available. The local 5 GHz Wi-Fi connection offers sufficient transfer speeds for large files.

Troubleshooting and Security

If the devices can't see each other, first check the IP addresses. On your computer, open the command prompt (cmd) and enter ipconfigMake sure the address starts with the same subnet as the router (e.g. 192.168.10.x) and the gateway matches the router's address.

Try running the command ping 192.168.10.1 (or your router's IP address). If there's a response ("Response from..."), then the physical connection and basic network settings are correct. If "Timeout exceeded," check your firewall settings or try reconnecting to Wi-Fi.

Don't forget about security. Even if there's no internet access, an attacker with a laptop could theoretically connect to your network if the password is weak. Regularly change the router administrator password from the default one. admin/admin to complex.

Why does the router say "No Internet access" even though the local network is working?

This is normal operating system behavior. Windows or Android will flag the network as "Limited" or "No Internet Access" if there's no access to the outside world. This doesn't affect local services, file shares, or printers.

Is it possible to share Wi-Fi from a laptop without a router?

Yes, Windows 10 and 11 have a "Mobile Hotspot" feature. It allows you to share your internet connection (if your laptop has one) or simply create a local network for file transfer, even if your laptop is connected via cable or USB modem.

Will Chromecast or AirPlay work without internet?

Screen mirroring often works over a local network and can function without an internet connection. However, streaming content from apps (YouTube, Netflix) to the TV won't work, as the apps themselves require access to internet servers.