The network configuration of Host Only+NAT mode under VirtualBox is for your reference. The specific contents are as follows environment Host Win8 virtual machine Ubuntu wired connection (wireless can choose bridge mode) need The host and virtual machine can ping each other and the virtual machine can access the external network step 1. Open Vbox, select the "Manage" menu -> "Global Settings" -> Network, and set the parameters of the two network cards; Note: The NAT network is used for the "virtual machine" to access the Internet by borrowing the network where the "host machine" is located, but the host machine and the virtual machine cannot ping each other; therefore, it is necessary to pull a "virtual twisted pair" (i.e. host-only mode) between the two to enable the two machines to communicate with each other. In addition, the host-only ipv4 address here is the ip address of the host in the LAN built between the two machines (usually set to 192.168.56.XX) 1. Select the specified virtual machine, right click -> Settings -> Network; 2. Start the virtual machine and set the static IP address of the second network card of the host-only network; This way the network settings can successfully meet the above needs! 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:
|
<<: Detailed explanation of the role of explain in MySQL
>>: React non-parent-child component parameter passing example code
environment System: Ubuntu 18.04 Software: qt5.12...
What is VNode There is a VNode class in vue.js, w...
The tbody element should be used in conjunction wi...
A jQuery plugin every day - stacked menu, for you...
Table of contents 1. Function debounce 1. What is...
Table of contents 1. Prepare materials 2. Downloa...
Table of contents Use of this.$set in Vue use Why...
Preface This is a new function I came across rece...
The following is the code for building an ssh ser...
Solution to MySQLSyntaxErrorException when connec...
What is the difference between the green version ...
1. Background Generally, in a data warehouse envi...
This article mainly introduces how to implement a...
The following code introduces Chrome's monito...
1. Introduction People who are not used to Englis...