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

Teach you a trick to achieve text comparison in Linux

Preface In the process of writing code, we will i...

Detailed tutorial on deploying Springboot or Nginx using Kubernetes

1 Introduction After "Maven deploys Springbo...

Why is UTF-8 not recommended in MySQL?

I recently encountered a bug where I was trying t...

Specific use of Node.js package manager npm

Table of contents Purpose npm init and package.js...

CSS implements Google Material Design text input box style (recommended)

Hello everyone, today I want to share with you ho...

Example analysis of the use of GROUP_CONCAT in MySQL

This article uses an example to describe how to u...

Vue interpretation of responsive principle source code analysis

Table of contents initialization initState() init...

In-depth understanding of the vertical-align property and baseline issues in CSS

vertical-align attribute is mainly used to change...

Ubuntu 16.04 64-bit compatible with 32-bit programs in three steps

Step 1: Confirm the architecture of your system d...

How to Run a Command at a Specific Time in Linux

The other day I was using rsync to transfer a lar...

Mobile development tutorial: Summary of pixel display issues

Preface I believe that in the process of mobile t...

Solution for applying CSS3 transforms to background images

CSS transformations, while cool, have not yet bee...

VMware15/16 Detailed steps to unlock VMware and install MacOS

VMware version: VMware-workstation-full-16 VMware...