当前位置:网站首页>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 subnetCheck 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 .
边栏推荐
- 2022 PMP project management examination agile knowledge points (8)
- NLP fourth paradigm: overview of prompt [pre train, prompt, predict] [Liu Pengfei]
- National intangible cultural heritage inheritor HD Wang's shadow digital collection of "Four Beauties" made an amazing debut!
- Leetcode3. Implement strstr()
- 同一个 SqlSession 中执行两条一模一样的SQL语句查询得到的 total 数量不一样
- leetcode-2.回文判断
- 【Flask】响应、session与Message Flashing
- XSS learning XSS lab problem solution
- You are using pip version 21.1.1; however, version 22.0.3 is available. You should consider upgradin
- Alibaba-Canal使用详解(排坑版)_MySQL与ES数据同步
猜你喜欢
Leetcode3. Implement strstr()
【Flask】官方教程(Tutorial)-part1:项目布局、应用程序设置、定义和访问数据库
leetcode刷题_平方数之和
Leetcode skimming questions_ Verify palindrome string II
A Cooperative Approach to Particle Swarm Optimization
Basic operations of databases and tables ----- non empty constraints
500 lines of code to understand the principle of mecached cache client driver
Win10 add file extension
Blue Bridge Cup embedded_ STM32_ New project file_ Explain in detail
Pangolin Library: subgraph
随机推荐
Win10 add file extension
[flask] response, session and message flashing
Publish your own toolkit notes using NPM
dried food! Accelerating sparse neural network through hardware and software co design
Computer graduation design PHP animation information website
PHP campus movie website system for computer graduation design
Leetcode3, implémenter strstr ()
[技术发展-28]:信息通信网大全、新的技术形态、信息通信行业高质量发展概览
使用npm发布自己开发的工具包笔记
leetcode刷题_反转字符串中的元音字母
安装Redis
Sword finger offer 12 Path in matrix
【网络攻防实训习题】
[solved] how to generate a beautiful static document description page
[ssrf-01] principle and utilization examples of server-side Request Forgery vulnerability
Redis-字符串类型
Mongodb problem set
XSS learning XSS lab problem solution
How does the crystal oscillator vibrate?
[flask] obtain request information, redirect and error handling