当前位置:网站首页>Virtual machine network, networking settings, interconnection with host computer, network configuration
Virtual machine network, networking settings, interconnection with host computer, network configuration
2022-07-06 01:55:00 【-Joucy-】
Virtual machine network 、 Networking settings 、 Interconnection with host computer 、 The network configuration
One 、 Virtual machine network
Check virtual machine network editor
- Run as an administrator VMware
- Open the virtual network editor
- see NAT Under way , The network segment of the virtual subnet
Check the virtual network card
Control layout ,“ Network and Sharing Center | Change adapter settings ”, By default , Yes VMnet1 and VMnet8 Two virtual network cards .
If there is no , After uninstalling , reinstall .NAT The way
Check the network configuration of the virtual machine :NAT Pattern
Be careful : Subnets are randomly assigned
Two 、 Networking settings for virtual machines
Virtual machine networking settings :
- Check whether the virtual machine hardware is NAT The way
- Sign in Ubuntu System , Set in the upper right corner
Set the left side of the panel ,“ The Internet ”
Check IPv4 / DHCP Set up
( The default setting is fine , No change required ) - Check IP Address
Demo environment IP : 192.168.43.129 - Access the extranet test
ping www.baidu. com
Press CTRL+C interrupt
Be careful : The host itself must be connected to the Internet
3、 ... and 、 Interconnection with host computer

ipconfig see 
Ubuntu Of ping Operation does not support , So virtual machines ping When the host computer ping no
NAT Internet access principle :

Four 、 Manually configure the network
1、ifconfig
ifconfig command , All in the current host will be Network card status All listed. 
sudo apt install net-tools
2、netstat
Netstat The command is used to display various network related information , Such as network connection , Routing table , Interface status (Interface Statistics),masquerade Connect , Multicast members (Multicast Memberships) wait .
边栏推荐
- PHP error what is an error?
- 【Flask】官方教程(Tutorial)-part1:项目布局、应用程序设置、定义和访问数据库
- 【Flask】官方教程(Tutorial)-part3:blog蓝图、项目可安装化
- selenium 等待方式
- A Cooperative Approach to Particle Swarm Optimization
- [technology development -28]: overview of information and communication network, new technology forms, high-quality development of information and communication industry
- MCU lightweight system core
- c#网页打开winform exe
- 2022 PMP project management examination agile knowledge points (8)
- Alibaba-Canal使用详解(排坑版)_MySQL与ES数据同步
猜你喜欢

3D视觉——4.手势识别(Gesture Recognition)入门——使用MediaPipe含单帧(Singel Frame)和实时视频(Real-Time Video)

Leetcode skimming questions_ Verify palindrome string II

XSS learning XSS lab problem solution

NumPy 数组索引 切片
![[technology development -28]: overview of information and communication network, new technology forms, high-quality development of information and communication industry](/img/94/05b2ff62a8a11340cc94c69645db73.png)
[technology development -28]: overview of information and communication network, new technology forms, high-quality development of information and communication industry

A Cooperative Approach to Particle Swarm Optimization

安装php-zbarcode扩展时报错,不知道有没有哪位大神帮我解决一下呀 php 环境用的7.3

Social networking website for college students based on computer graduation design PHP

【SSRF-01】服务器端请求伪造漏洞原理及利用实例
![[Jiudu OJ 09] two points to find student information](/img/35/25aac51fa3e08558b1f6e2541762b6.jpg)
[Jiudu OJ 09] two points to find student information
随机推荐
Executing two identical SQL statements in the same sqlsession will result in different total numbers
[le plus complet du réseau] | interprétation complète de MySQL explicite
[network attack and defense training exercises]
Ali test Open face test
Internship: unfamiliar annotations involved in the project code and their functions
2022 PMP project management examination agile knowledge points (8)
Redis-Key的操作
ClickOnce 不支持请求执行级别“requireAdministrator”
Redis守护进程无法停止解决方案
竞赛题 2022-6-26
Folio.ink 免费、快速、易用的图片分享工具
[flask] response, session and message flashing
Leetcode sum of two numbers
Apicloud openframe realizes the transfer and return of parameters to the previous page - basic improvement
3D视觉——4.手势识别(Gesture Recognition)入门——使用MediaPipe含单帧(Singel Frame)和实时视频(Real-Time Video)
干货!通过软硬件协同设计加速稀疏神经网络
Format code_ What does formatting code mean
Leetcode skimming questions_ Verify palindrome string II
【Flask】官方教程(Tutorial)-part2:蓝图-视图、模板、静态文件
剑指 Offer 38. 字符串的排列