1. Log in to the system and enter the directory: cd /etc/sysconfig/network-scripts, as shown below: Found ifcfg-ens33 (file) Step 2: Use the vi editor to open the ifcfg-ens33 file. Use the command: vi ifcfg-ens33 First modify the two places pointed by the arrows 1. BOOTPROTO=static 2.ONBOOT=YES Note: If you want to enter data, be sure to check whether there is an "insert" icon in the lower left corner of the page. If not, you can enter the letter i on the keyboard to indicate modification mode. Then enter the IP address, subnet, gateway, and DNS, as shown below: As for how to divide IP addresses, you can click [Settings] - [Virtual Network Editor] of the virtual machine, select VMnet8 - NET mode, and then plan the subnet yourself. My network segment is set to 1, and the subnet is: 192.168.1.0. My real host occupies an IP of 192.168.1.1, so my gateway should be set to: 192.168.1.2, and then the host can be set to: 192.168.1.3 or 1.4, etc. I set 192.168.1.4 here After editing, click the ESC key on the keyboard to exit editing, then enter the character: English colon, the colon will appear in the lower left corner of the interface, then enter wq to save and confirm. After modifying, remember to restart the network card. The command to restart the network card is: service network restart Restart and display OK The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: The use of v-model in vue3 components and in-depth explanation
>>: Detailed explanation of data types and schema optimization in MySQL
The effect to be achieved In many cases, we will ...
An optimization solution when a single MYSQL serv...
Introduction to Linux top command The top command...
In actual use, it is often necessary to share the...
There are very complex HTML structures in web pag...
Nginx is used as the server, Mongo is used as the...
1. Introduction Our real servers should not be di...
Copy code The code is as follows: <!DOCTYPE ht...
This article shares the specific code for JavaScr...
This article shares the specific code of JQuery t...
body{font-size:12px; font-family:"宋体";}...
The solution to the problem that the PHP7.3 versi...
This article records the installation and configu...
If you forget your MySQL login password, the solu...
I recently bought the cheapest Tencent cloud serv...