当前位置:网站首页>Virtual machine configuration network
Virtual machine configuration network
2022-07-04 10:29:00 【Good night to you】
linux Three modes of network :
NAT Pattern :
1. edit -- Virtual network adapter --NAT Pattern


2. Set up -- network adapter --NAT Pattern -- Set the network segment to be consistent with the host
So the subnet here IP The network segment is 192.168.80.0. The subnet mask is :255.2555.255.0
The host machine ip Address the query
1. Turn on the Internet and internet Set up
2. Change adapter options
3. See here ip The address is 192.168.80.1
Automatic access to IP Address
[[email protected] ~]# nmcli connection modify "ens33" ipv4.method auto connection.autoconnect yes
[[email protected] ~]# nmcli connection down ens33
[[email protected] ~]# nmcli connection up ens33 // Restart NIC , Refresh ip Address

Manual access ip Address
[[email protected] ~]# nmcli connection modify ens33 ipv4.method manual ipv4.addresses 192.168.80.30/24 ipv4.gateway 192.168.80.2 ipv4.dns 8.8.8.8 connection.autoconnect yes
[[email protected] ~]# nmcli connection down ens33[[email protected] ~]# nmcli connection up ens33 // Restart NIC , Refresh ip Address

Changing configuration files , configure network


Inquire about ip Address :ip a
Query the default gateway :ip r
Inquire about DNS:cat /etc/resolv.conf
Bridging mode :
1. edit -- Virtual Network Editor -- Bridging mode -- Automatically or specify a specific network card
2. Set up -- network adapter -- Bridging mode
3. Check host ip Address
4. To configure linux ip Address
5. Configured linux,ip Address and host IP Address , Subnet mask , The default gateway ,dns Is the same
6. Restart NIC
7. mutual ping
8.ping www.baidu.com
Host mode :
1. edit -- Virtual Network Editor -- Host only mode -- Do not tick DHCP
2. Set up -- network adapter -- Host only mode
3. To configure Linux Of ip
4. Configure the ip Address
5. Host and linux Keep the same segment , The same gateway
6. mutual ping
边栏推荐
- leetcode1-3
- 183 sets of free resume templates to help everyone find a good job
- 转载:等比数列的求和公式,及其推导过程
- Container cloud notes
- System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
- Latex insert picture, insert formula
- Crawl Zhejiang industry and trade news page
- MySQL case
- leetcode842. Split the array into Fibonacci sequences
- Kotlin: collection use
猜你喜欢
![[FAQ] summary of common causes and solutions of Huawei account service error 907135701](/img/73/c4ee842475f05e2e67297fcac68779.png)
[FAQ] summary of common causes and solutions of Huawei account service error 907135701

Introduction to tree and binary tree

A little feeling

Linked list operation can never change without its roots

Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 2

Summary of several job scheduling problems

Rhsca day 11 operation

PHP代码审计3—系统重装漏洞

Some summaries of the third anniversary of joining Ping An in China

DML statement of MySQL Foundation
随机推荐
C language structure to realize simple address book
Development guidance document of CMDB
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 1
Exercise 8-7 string sorting (20 points)
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
使用 C# 提取 PDF 文件中的所有文字(支持 .NET Core)
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 2
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
Intelligent gateway helps improve industrial data acquisition and utilization
原生div具有编辑能力
Linked list operation can never change without its roots
2021-08-10 character pointer
Histogram equalization
Static comprehensive experiment ---hcip1
Ruby time format conversion strftime MS matching format
Latex arranges single column table pictures in double column format articles
【Day1】 deep-learning-basics
For programmers, if it hurts the most...
/*Rewrite the program, find the value of the element, and return the iterator 9.13: pointing to the found element. Make sure that the program works correctly when the element you are looking for does
PHP代码审计3—系统重装漏洞





