In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Windows 10 how to set static IP address, I believe that many inexperienced people do not know what to do, so this article summarizes the causes of the problem and solutions, through this article I hope you can solve this problem.
1. Set a static IP address through the control panel
Right-click the network (or Wi-Fi) icon visible on the windows 10 taskbar.
From the list of 2 options displayed, select the latter-turn on the network and Internet settings.
Go to the Wi-Fi settings and scroll down to find the related Settings section. When found, click the "change Adapter options" link to be visible.
Immediately open a separate window and guide you to the Network connections section of the Control Panel.
Right-click the network connection you want to set up a static IP address, and then select the Properties option.
After that, select Internet protocol version 4 (TCP / IPv4) under the Network tab, and then click the Properties button.
Switch the selector to use the following IP address.
Now, enter the following fields that correspond to your network settings.
-- IP address (look it up using the ipconfig / all command)
-- subnet mask (on home networks, it is 255.255.255.0)
-- default gateway (this is the IP address of the router. )
*, don't forget to check the "verify Settings on exit" option. It helps Windows quickly check your new IP address and other related information to make sure it works properly.
If everything is all right, press the OK button and close the properties window of the network adapter.
two。 Assign static IP addresses through settings
Click the Settings icon, and then select the Network and Internet tab.
Select Wi-Fi > current connection, that is, the network you are connected to.
Scroll down to the IP Settings section and click the Edit button.
Then, when the IP Settings window pops up, click the drop-down arrow and select the Manual option.
Turn on the IPv4 switch.
Now, set the static IP address. In addition, set the subnet prefix length (subnet mask). If your subnet mask is 255.255.255.0, the subnet prefix length (in bits) is 24.
When you are finished, configure the default gateway address, * DNS address, and save the changes.
3. Assigning static IP addresses through PowerShell
Open Powershell as an administrator and enter the following command to view the current network configuration-
Get-NetIPConfiguration
After that, write down the following information:
InterfaceIndex
IPv4Address
IPv4DefaultGateway
DNSServer.
After that, enter the following command to set the static IP address, and then press Enter.
New-NetIPAddress-InterfaceIndex 15-IPAddress 192.168.29.34-PrefixLength 24-DefaultGateway 192.168.29.1.
Now change the DefaultGateway using the default gateway address of the network. Be sure to change the InterfaceIndex number to the number corresponding to the adapter and change the IPAddress with the IP address you want to assign to the device.
When finished, type the following command to assign the DNS server address, and then press the Enter key.
Set-DnsClientServerAddress-InterfaceIndex 4-ServerAddresses 10.1.2.1 after reading the above, do you know how to set a static IP address in Windows 10? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.