Index: documentation/content/en/books/handbook/virtualization/_index.adoc =================================================================== --- documentation/content/en/books/handbook/virtualization/_index.adoc +++ documentation/content/en/books/handbook/virtualization/_index.adoc @@ -1337,6 +1337,8 @@ # kldload vmm .... +The kernel module can be loaded on boot by adding `vmm` to `kld_list` in [.filename]#/etc/rc.conf#. + There are several ways to connect a virtual machine guest to a host's network; one straightforward way to accomplish this is to create a [.filename]#tap# interface for the network device in the virtual machine to attach to. For the network device to participate in the network, also create a bridge interface containing the [.filename]#tap# interface and the physical interface as members. In this example, the physical interface is _igb0_: