Virt-manager: Difference between revisions
mNo edit summary |
m Added a note for fixing firewall issues |
||
| Line 26: | Line 26: | ||
The default network starts off inactive, you must enable it before it is accessible. This can be done by running the following command: <syntaxhighlight lang="console"># virsh net-start default</syntaxhighlight>And if you would like to enable it automatically at boot:<syntaxhighlight lang="console"> | The default network starts off inactive, you must enable it before it is accessible. This can be done by running the following command: <syntaxhighlight lang="console"># virsh net-start default</syntaxhighlight>And if you would like to enable it automatically at boot:<syntaxhighlight lang="console"> | ||
# virsh net-autostart default | # virsh net-autostart default | ||
</syntaxhighlight>By default, this will enable a virtual network bridge under the name <code>virbr0</code>. | </syntaxhighlight>By default, this will enable a virtual network bridge under the name <code>virbr0</code>. You may need to allow it through your firewall filter like so: | ||
{{File|3=networking.firewall.trustedInterfaces = [ "virbr0" ];|name=/etc/nixos/configuration.nix|lang=nix}} | |||
=== Display === | === Display === | ||