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