CentOS IP connection network implementation process diagram

CentOS IP connection network implementation process diagram

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:
  • Centos8 bridge static IP configuration method in VMware virtual machine
  • Centos8 (minimum installation) tutorial on how to install Python3.8+pip
  • Detailed explanation of setting static ip network card for CentOS 8 VMware virtual machine to access the Internet
  • Install CentOS7 in VMware (set static IP address) and install mySql database through docker container (super detailed tutorial)
  • Install zip and unzip command functions under Linux and CentOS (server)
  • Detailed explanation of how to configure static IP in Centos8
  • Implementation of IP address configuration in Centos7.5
  • How to set static IP in centOS7 bridge mode

<<:  The use of v-model in vue3 components and in-depth explanation

>>:  Detailed explanation of data types and schema optimization in MySQL

Recommend

MySQL msi installation tutorial under windows10 with pictures and text

1. Download 1. Click the latest download from the...

A brief analysis of the game kimono memo problem

Today, after the game was restarted, I found that...

The difference between method=post/get in Form

Form provides two ways of data transmission - get ...

Share the pitfalls of MySQL's current_timestamp and their solutions

Table of contents MySQL's current_timestamp p...

Use overflow: hidden to disable page scrollbars

Copy code The code is as follows: html { overflow...

Docker swarm simple tutorial

swarm three virtual machines 132,133,134 1. Initi...

We're driving IE6 to extinction on our own

In fact, we wonder every day when IE6 will really...

CSS3 to achieve dynamic background gradient effect

Learning CSS3 is more about getting familiar with...

Mysql uses stored procedures to quickly add millions of data sample code

Preface In order to reflect the difference betwee...

Vue+echart realizes double column chart

This article shares the specific code of vue+echa...

Steps to introduce PWA into Vue project

Table of contents 1. Install dependencies 2. Conf...

How to make a website look taller and more designed

“How to make a website look high-end? Or more des...