Virt-manager: Difference between revisions

import from old wiki
Line 27: Line 27:
=== Networking ===
=== Networking ===
The default network starts off as being inactive, you must enable it before it is accessible.
The default network starts off as being inactive, you must enable it before it is accessible.
This can be done by running the following command:  
This can be done by running the following command (may require sudo):  


<code>virsh net-start default</code>
<code>virsh net-start default</code>
Line 36: Line 36:


By default this will enable the <code>virbr0</code> virtual network bridge.
By default this will enable the <code>virbr0</code> virtual network bridge.
Sorry - this seems out of date. 2024 July 10<syntaxhighlight lang="bash">
[das@t14:~/nixos/t14]$ virsh net-autostart default
error: failed to get network 'default'
error: Network not found: no network with matching name 'default'
</syntaxhighlight>


===Display===
===Display===