# libvirt Firewall Prevent KVM/qemu VMs from accessing the local network ## Setup Instructions Clone git repository: ```console # cd /opt # git clone https://git.tjdev.de/DrMaxNix/libvirt-firewall.git # cd libvirt-firewall ``` Install as libvirt daemon hook (`libvirt < 6.5.0`): ```console # cp libvirt-firewall /etc/libvirt/hooks/daemon ``` Install as libvirt daemon hook (`libvirt >= 6.5.0`, untested): ```console # mkdir /etc/libvirt/hooks/daemon.d # cp libvirt-firewall /etc/libvirt/hooks/daemon.d/libvirt-firewall ```