Created
January 1, 2026 10:35
-
-
Save kekneus373/9e53db1de7d94590f2a44c7413e7616c to your computer and use it in GitHub Desktop.
[QEMU] Solve “Network ‘default’ is not active”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # start `default` virtual network interface | |
| sudo virsh net-start default | |
| # SOURCE: https://forum.level1techs.com/t/solved-qemu-network-default-is-not-active-booting-from-hard-disk/194698 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment