rogerxu / rogerxu.github.io

Roger Xu's Blog
2 stars 2 forks source link

Virtualization #239

Open rogerxu opened 5 years ago

rogerxu commented 5 years ago

Hyper-V

Introduction to Hyper-V on Windows 10 | Microsoft Docs

Create VM

If the image is a Linux image, deselect the Secure Boot option.

image

Network

Create a virtual switch for Hyper-V virtual machines | Microsoft Docs

Hyper-V: What are the uses for different types of virtual networks? – John Howard – Senior Program Manager in the Hyper-V team at Microsoft

理解Hyper-V外部网络、内部网络、私有网络 | 骏马金龙

External

Bridge

Gives virtual machines access to a physical network to communicate with servers and clients on an external network. Allows virtual machines on the same Hyper-V server to communicate with each other.

image

Internal

Allows communication between virtual machines on the same Hyper-V server, and between the virtual machines and the management host operating system.

image

NAT

The "Default Switch" provides built-in NAT functionality.

Private

Only allows communication between virtual machines on the same Hyper-V server. A private network is isolated from all external network traffic on the Hyper-V server. This type of network is useful when you must create an isolated networking environment, like an isolated test domain.

image