How to surf the Internet and add static IP in Centos7
This article introduces the relevant knowledge of "how to surf the Internet and add static IP in Centos7". In the operation of actual cases, many people will encounter such a dilemma. Next, let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
1. Right-click the computer icon to select Management Click Service and Application selection Service to enable the five services of the virtual machine and set them to automatic
2. You can set the virtual machine network to bridge mode or nat mode.
3. Open the linux and open the terminal. The ens33 here is different for everyone.
Vim / etc/sysconfig/network-scripts/ifcfg-ens33
Change onboot=no to yes
You can choose to add static ip
Add at the end
Ipaddr=ip address
Note: if there is a dhcp, comment out that line of code, or change dhcp to static
4. Restart the network
This is the end of service network restart ping www.baidu.com 's "how to surf the Internet and add static IP to Centos7". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!