Home System Tutorial Windows Series How to solve the problem of limited local connection

How to solve the problem of limited local connection

Jan 15, 2024 pm 11:12 PM
ip local connection No local connection IP is restricted

When we are on the Internet, the connection is suddenly disconnected, and then we can no longer connect, and an exclamation mark appears on the local area connection icon in the lower right corner of the computer, indicating that the network connection is restricted or has no connection. What should we do? ? In fact, many users seem a little helpless. In fact, this "network connection is limited" is also the most common fault. Users who don't know how to solve it, let's take a look at the solution.

Many friends’ computers encounter local connection restrictions and think that their computer network has a network failure, but this is not the case. The main reason is that the device connected to the computer's network card does not have the DHCP allocation function, or the DHCP function is turned off. Below, let's take a look at how to solve the problem of restricted local connections.

Local connection is restricted

Method 1:

Right-click "My Computer" and then click "Properties"

本地连接受限制怎么办 教你如何修复电脑接受限制


ip restricted picture-1

Then right-click on "Local Area Connection" and then click on the "Repair" option

本地连接受限制怎么办 教你如何修复电脑接受限制


IP Restricted Figure-2

Then wait for the repair to be completed. Generally, after the repair, the problem of local connection restrictions or no connection can be solved

本地连接受限制怎么办 教你如何修复电脑接受限制


Local No Connection Diagram-3

Method 2:

Open Network Neighborhood, and then Right-click the local connection and click the "Deactivate" button

本地连接受限制怎么办 教你如何修复电脑接受限制


ipFigure-4

After deactivating Right-click "Local Area Connection" and click the "Enable Button".

本地连接受限制怎么办 教你如何修复电脑接受限制


ip figure-5

Method 3:

Enter Network Neighborhood and right-click "Local Area Connection" and then select properties

本地连接受限制怎么办 教你如何修复电脑接受限制


Local No Connection Diagram-6

Then select "Internet Protocol" , and then click the "Properties Button"

本地连接受限制怎么办 教你如何修复电脑接受限制


Local No Connection Diagram-7

Then select Obtain IP address automatically, Then click OK. Then restart the computer

本地连接受限制怎么办 教你如何修复电脑接受限制


ip restricted figure-8

Method 4:

First, You need to remember the DNS of your computer first, enter Network Neighborhood, and double-click the local connection with the left button! Then switch to support. Then click the "Details" button! !

本地连接受限制怎么办 教你如何修复电脑接受限制


ip restricted picture-9

Then you can see the DNS address here

本地连接受限制怎么办 教你如何修复电脑接受限制


ip restricted picture-10

The other is to click "Start"-"Run" and then enter CMD. Then confirm, enter ipconfig/all after entering. Then you can see the DNS address

本地连接受限制怎么办 教你如何修复电脑接受限制


ip Figure-11

Enter the IP settings page, here DNS Enter the default gateway that the computer just queried.

The place to be changed is the IP address. The IP address is modified to: 192.168.1., where I marked and enter the number from 1 to 255! The previous ones remain unchanged. After entering, click OK

本地连接受限制怎么办 教你如何修复电脑接受限制


Local connection diagram-12

The above are the operations to solve the local connection restriction method.

The above is the detailed content of How to solve the problem of limited local connection. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1659
14
PHP Tutorial
1258
29
C# Tutorial
1232
24
How do websites set black/whitelist IP restrictions and country and city IP access restrictions through nginx? How do websites set black/whitelist IP restrictions and country and city IP access restrictions through nginx? Jun 01, 2023 pm 05:27 PM

1. Black/white list IP restricted access configuration nginx There are several ways to configure black and white lists. Here are only two commonly used methods. 1. The first method: allow, denydeny and allow instructions belong to ngx_http_access_module. nginx loads this module by default, so it can be used directly. This method is the simplest and most direct. The setting is similar to the firewall iptable. How to use: Add directly to the configuration file: #Whitelist settings, followed by allow is accessible IPlocation/{allow123.13.123.12;allow23.53.32.1/100;denyall;}#Blacklist settings,

What does binding ip and mac mean? What does binding ip and mac mean? Mar 09, 2023 pm 04:44 PM

IP and mac binding refers to associating a specific IP address with a specific MAC address, so that only the device using the MAC address can use the IP address for network communication. Binding ip and mac can prevent the IP address of the bound host from being spoofed. Prerequisites: 1. The MAC address is unique and cannot be spoofed; it can only be bound to hosts on the network directly connected to the router (that is, The host's gateway is on the router).

How to solve the problem that DHCP is not enabled in the local connection. Recommended solutions to the problem that the computer cannot access the Internet and prompts that the DHCP service is not enabled. How to solve the problem that DHCP is not enabled in the local connection. Recommended solutions to the problem that the computer cannot access the Internet and prompts that the DHCP service is not enabled. Mar 13, 2024 pm 12:07 PM

When many users use computers to connect to Ethernet, they will see the prompt "DHCP is not enabled" and don't know what to do. This is because the DHCP function is not enabled on the router. This article teaches you how to solve this problem. 1. Check the login information. To solve the problem of "DHCP is not enabled on the Ethernet", you need to log in to the router first. When logging in to a router, you usually need to obtain the router's gateway, username, and password information. This information is usually marked on the back of the router. The IP of the router is the so-called gateway address. The default gateway address of some routers is 192.168.1.1 or 192.168.0.1. The login account generally defaults to admin and the password is admin or 123456. 2. Log in to router management

How to set directory whitelist and ip whitelist in nginx How to set directory whitelist and ip whitelist in nginx May 18, 2023 pm 03:52 PM

1. Set the directory whitelist: There is no restriction on the specified request path. If there is no restriction on the request path to the api directory, it can be written as server{location/app{proxy_passhttp://192.168.1.111:8095/app ;limit_connconn20;limit_rate500k;limit_reqzone=fooburst=5nodelay;}location/app/api{proxy_passhttp://192.168.1.111:8095/app/api}}#Because nginx will give priority to accurate matching

How to check IP address on WeChat How to check IP address on WeChat May 31, 2023 am 09:16 AM

How to check the IP address on WeChat: 1. Log in to the computer version of WeChat, right-click the taskbar at the bottom of the screen, and click "Task Manager"; 2. When the task manager pops up, click "Details" in the lower left corner; 3. Task management Enter the "Performance" option of the browser and click "Open Resource Monitor"; 4. Select "Network" and check the WeChat process "Wechat.exe"; 5. Click "TCP Connection" below to monitor the WeChat network IP related situation. Sending a message and getting a reply will reveal the other person's IP address.

How does NGINX count the PV, UV, and independent IP of the website? How does NGINX count the PV, UV, and independent IP of the website? May 19, 2023 am 09:13 AM

Concept: uv (uniquevisitor): unique visitor, each independent Internet computer (based on cookies) is regarded as a visitor, and the number of visitors who visit your website within a day (00:00-24:00). Visits to the same cookie within a day are only counted once PV (pageview): visits, that is, page views or clicks, each visit to the website by the user is recorded once. When a user visits the same page multiple times, the total number of visits is counted. Independent IP: The same IP address is only counted once within 00:00-24:00. Friends who do website optimization are most concerned about this. Let me first state the environment. This run nginx version 1.7, the backend tomcat runs dynamic

What should I do if my wifi shows no IP allocation? What should I do if my wifi shows no IP allocation? Aug 30, 2023 am 11:58 AM

Solution to wifi showing no IP allocation: 1. Restart the device and router, turn off the Wi-Fi connection on the device, turn off the device, turn off the router, wait a few minutes, then reopen the router to connect to wifi; 2. Check the router settings and restart DHCP, make sure the DHCP function is enabled; 3. Reset network settings, which will delete all saved WiFi networks and passwords. Please make sure they are backed up before performing this operation; 4. Update the router firmware, log in to the router management interface, and find the firmware Update options and follow the prompts.

What does IP mean? What does IP mean? Jan 05, 2024 pm 01:34 PM

The common meanings of IP include "IP address", "intellectual property", "unique selling point" and "independence": 1. IP address is a digital identifier used to identify and locate equipment in computer networks; 2. Intellectual property , refers to the rights and interests enjoyed by people’s intellectual creations, including patents, trademarks, copyrights, trade secrets, etc.; 3. Unique selling points are the unique characteristics of a product or service that distinguish it from competitors and attract customers; 4. Independence refers to the ability of a country or region to make independent decisions and manage itself without external control or interference.

See all articles