Próbuję skonfigurować wirtualne urządzenie sieciowe NAT bez DHCP dla libvirt na hoście Arch Linux.
Co próbowałem:
# virsh net-define network.xml
Network default defined from network.xml
[ network.xml
]:
<network>
<name>default</name>
<bridge name="maas0" />
<forward mode="nat" />
<ip address="10.137.0.1" netmask="255.255.255.0" />
</network>
Mój laptop wyświetla następujące informacje podczas uruchamiania:
# virsh net-start default
error: Failed to start network default
error: internal error: Failed to initialize a valid firewall backend
Wszystkie inne wątki dotyczące tego tematu mówią o aktualizacji oprogramowania - używam najnowszych wersji:
$ pacman -Q ebtables dnsmasq libvirt iptables
ebtables 2.0.10_4-5
dnsmasq 2.75-1
libvirt 1.3.3-1
iptables 1.4.21-3
Co może być tego przyczyną internal error
i co mogę zrobić przeciwko?
firewalld
, nie ma go również na wiki ArchLinux , wystarczy rozpocząćebtables
idnsmasq
, zlibvirtd
/virtlogd
później.