Yesterday accidentally deleted the Xamarin development environment of virtual device network equipment. The name is: vEthernet (internal Ethernet Port Windows Phone Emulator). The code that causes the original to run correctly cannot be edited, prompting for 12 errors, and it is not possible to navigate to a specific error. The relevant method cannot be found in the data. Later, when looking at the error, there was a cryptographic algorithm called FIP
This through the wireless network on the external network also found a lot of articles, most of the writing is not detailed, no way to succeed, the principle is to create a virtual network card, and then the virtual network card created and the wireless card bridge, virtual machine using the virtual network card created, The virtual network card created here refers to the internal network card created with Hyperv, and I write down the specific steps.1. Open Hyper-V, Virtual Switch Manager2. Crea
the principle, in writing so much. The actual operation is very simple oh. Select Virtual Switch Manager on the virtual machine consoleIn the new virtual network switch, select External, and then tap create Virtual SwitchGive a "name", the following select "External network" (otherwise can not connect to other machines and the Internet OH), the following list to select the physical device, such as the choice of a wired network card or wireless card, can be. Here I choose the wired network ca
switch, but in the virtual network card to "inherit" your local network card.Some people will find that after creating an external switch, all the configuration information of their physical Nic is gone, only one vswitch that can be expanded by Hyper-V is selected, as shown in figureThen I am worried that the local Nic is not enabled with the TCP/IP protocol. How can I access the Internet?In fact, this is to virtualize your physical Nic into a vswitch. This is what Hyper-V vswitch can be expand
and write so much about it.The actual operation is very simple.On the VM console, select "vswitch manager"
In "create vswitch", select "external" and click "create vswitch"
For "name", select "external network" (otherwise, other machines and the Internet may not be connected). In the following list, select physical devices, such as a wired or wireless network card, yes. Here I select a wired Nic as a vswitch.
Then select "OK"
You are prompted to modify the NIC configuration, so
With the recent study of Docker, a virtual machine was needed to install Ubuntu 16.04 to Hyper-V and deploy Docker. This process filled up a few small pits, in order to meet similar situation in the future to save time, I will be the problems of these small pits and solutions to share, for your reference.When using a Wi-Fi connection, a virtual switch created with Hyper-V establishes a bridge to connect to the WLAN network as a new virtual switchNow look at the network configuration as shown, th
.
At this point, you can see the following unrecognized links in Control Panel-network and internet-Network and Sharing Center:
You can also see the following devices under Change adapter settings:
This is the virtual switch that you just created.
Although you have a virtual device, the virtual machine still does not link properly.
Click the existing Internet link below the network and Sharing Center:
In the pop-up dialog box, select Properti
adapter named Vethernet (Cluster).
4, the Virtual Switch network connection
Here are two things:
If the virtual switch is built on a separate physical network card (this is the case for a virtual switch created directly in Hyper-V manager), then the network connection to the physical network card used to create the virtual switch is configured to use only Hyper-V extensible virtual The switch protocol. The following figure is the net
Tell me the difference between 3 virtual switches
External Virtual Switch
In this mode, the physical network card will not be virtual into a virtual switch, and in the virtual out of a network card to "inherit" your local network card.
Some people find that after creating an external switch, all the configuration information for their physical network card is gone, and only one Hyper-V Scalable Virtual Switch is selected, as shown
Then worry about the local network card even the TCP/IP p
". After a wait, you can see the newly added virtual switch on the left.At this point, in Control Panel-network and internet-network and Sharing Center, you can see the following unrecognized links:You can also see the following devices under "Change adapter Settings":This is the virtual switch that was just created.Although the virtual appliance is present, the virtual machine still does not link properly.Under Network and Sharing Center, click an existing Internet linkIn the dialog box that po
connect to the virtual machine.
At the beginning, the virtual machine type was selected as an internal network, and the remote connection can only be enabled on the physical machine where the virtual machine is located. the physical machine is a small screen. It doesn't matter if you use it twice. If you use it more often, you will not be comfortable with it.
This afternoon, I tried to change the virtual network to an external network. The first problem is:
An error occurred while creating the
create a successful, after the successful creation, in the system's network connection to a more than a "vethernet" network connection, this is the virtual switch we just created the virtual network card.
Right-click the Network connection icon, select Properties from the pop-up right-click menu, and open the NIC Properties dialog box. In the "This link uses the following items" list, select Internet Protocol 4 and select Properties to open the Prop
Notepad or another editor tool, and add the following statement at the end of the file:
VMX file
Hypervisor.cpuid.v0 = "FALSE" mce.enable = "TRUE"
Hyper-V checks to see if it is currently running in the virtual machine and will only work if it is not. Hypervisor.cpuid.v0 = "FALSE" is meant to circumvent this check.
After saving, reopen the virtual machine. This time running the project, you will be prompted "Do you want to configure the emulator to connect to the Internet?", meaning th
Contact Us
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.