当前位置:网站首页>win10 fixed local IP
win10 fixed local IP
2022-08-01 03:00:00 【A dream of a golden hoop】
Summary of Win10 Fixed Local IP Address Scheme
1. Requirement Background
As a program developer, you need to fix the local IP address at some specific times, such as exposing your own IP address without every timeto inquire.
2. Solution
Whether it is wireless network or Ethernet, the operation steps are the same:
1. Open cmd and enter the following command:
// The first is to view the IP address automatically assigned by the machine. In this step, you need to write down 4 useful configurations (1. IPv4 address, 2. Subnet mask, 3. Default gateway, 4. DNS server):
> ipconfig -all
2. Go to: Settings--> Network and Internet --> Change Adapter Options --> Select the network you want to change, then right-click Properties --> Find Internet Protocol Version 4 (TCP/IPv4), then double-click --> Enter the interface to customize the IP address
3. Modify the IP address Note: The first three segments of the custom IP address must be the same as the IPv4 address in the first step, that is to say, only the last segment of the address can be customized, and the remaining three configurations use the first step.Configure under the configuration.
At this point, the IP address is fixed, and you can access the network normally after about 1 minute.
Note: If you still cannot access the network normally after performing the first three steps, open cmd and perform the following operations:
// Enter the following commands in sequence and press Enter, then restart the computer to reset the IP configuration
> netsh winsock reset catalog
> netsh int ip reset reset.log
// After restarting the computer, repeat steps 1-3 to set the IP address and the problem can be solved under normal circumstances
边栏推荐
- 对无限debugger的一种处理方式
- When opening a MYSQL table, some can display editing, some do not, how to set.
- 这个地图绘制工具太赞了,推荐~~
- After specifying set 'execution.savepoint.path', restart flinksql and report this error
- 带你体验一次类型编程实践
- IDEA调试
- Flink 部署和提交job
- Raspberry pie arm version of GCC installed configuration and environment variables
- 【消息通知】用公众号模板消息怎么样?
- OSD read SAP CRM One Order application log way of optimization
猜你喜欢
Unity3D study notes 10 - texture array
Completely closed Chrome updated and in the top right corner of the tip
剑指offer专项突击版第16天
MYSQL master-slave replication
Euler system (euleros): upgrade Mysql
[Search topic] After reading the inevitable BFS solution to the shortest path problem
MYSQL Keyword Explain Analysis
Compiled on unbutu with wiringPi library and run on Raspberry Pi
彻底关闭Chrome浏览器更新及右上角的更新提示
[Message Notification] How about using the official account template message?
随机推荐
IDEA modifies the annotation font
RTL8762DK RTC (5)
Beijing suddenly announced that yuan universe big news
【消息通知】用公众号模板消息怎么样?
date command
The fledgling Xiao Li's 112th blog project notes: Wisdom cloud intelligent flower watering device actual combat (1) - basic Demo implementation
HCIP(15)
RTL8762DK uses DebugAnalyzer (four)
机器学习应该如何入门?
初出茅庐的小李第112篇博客项目笔记之机智云智能浇花器实战(1)-基础Demo实现
opencv 缩小放大用哪种插值更好??
787. Merge Sort
"Youth Pie 2": The new boyfriend stepped on two boats, and the relationship between Lin Miaomiao and Qian Sanyi warmed up
By CSDN, torn
MYSQL logical architecture
Guys, MySQL cdc source recycles replication slave and r in incremental process
Replacing the Raspberry Pi Kernel
初出茅庐的小李第113篇博客项目笔记之机智云智能浇花器实战(2)-基础Demo实现
Data Middle Office Construction (VII): Data Asset Management
带你体验一次类型编程实践