Skip to content

Instantly share code, notes, and snippets.

@kekneus373
Created January 1, 2026 10:35
Show Gist options
  • Select an option

  • Save kekneus373/9e53db1de7d94590f2a44c7413e7616c to your computer and use it in GitHub Desktop.

Select an option

Save kekneus373/9e53db1de7d94590f2a44c7413e7616c to your computer and use it in GitHub Desktop.
[QEMU] Solve “Network ‘default’ is not active”
#!/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