Clarify the definition of "NetVM"

This commit is contained in:
Andrew David Wong 2018-01-29 20:45:11 -06:00
parent 3fc8bf94d9
commit f4454dd2dd
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -89,7 +89,8 @@ Typically a TemplateBasedVM, but may be a StandaloneVM. Never a TemplateVM.
NetVM
-----
Network Virtual Machine.
A type of [VM](#vm) that connects directly to a network and provides network access any VMs connected to the NetVM.
A type of [VM](#vm) that connects directly to a network.
Other VMs gain access to a network by connecting to a NetVM (usually indirectly, via a [FirewallVM](#firewallvm)).
A NetVM called `sys-net` is created by default in most Qubes installations.
Alternatively, "NetVM" may refer to whichever VM is directly connected to a VM for networking purposes.