You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no problem with using firewalld. Using Arno I get the following error:
internal error: Failed to apply firewall rules /usr/sbin/iptables -w --table filter --insert LIBVIRT_OUT --out-interface virbr0 --protocol tcp --destination-port 53 --jump ACCEPT: iptables: No chain/target/match by that name.
If I restart the libvirtd service and then manually start the interface 'virbr0', no error is reported
Please take a look and fix it.
Thanks for the reply and please help check it out. If you start aif first, then libvirt will get an error.
If you start libvirtd and then virsh, there will be no error after aif.
It looks like modifying arno-iptables-firewall.service will temporarily fix the problem.
edit as After=local-fs.target network-online.target libvirtd.service
There is no problem with using firewalld. Using Arno I get the following error:
internal error: Failed to apply firewall rules /usr/sbin/iptables -w --table filter --insert LIBVIRT_OUT --out-interface virbr0 --protocol tcp --destination-port 53 --jump ACCEPT: iptables: No chain/target/match by that name.
If I restart the libvirtd service and then manually start the interface 'virbr0', no error is reported
Please take a look and fix it.
network.xml
<network> <name>network</name> <uuid>79cad3ea-bbe7-478b-9024-7a1ab6b2f237</uuid> <forward mode="nat"/> <bridge name="virbr0" stp="on" delay="0"/> <mac address="52:54:00:d1:3a:d1"/> <domain name="network"/> <ip address="192.168.100.1" netmask="255.255.255.0"> <dhcp> <range start="192.168.100.128" end="192.168.100.254"/> </dhcp> </ip> </network>
The text was updated successfully, but these errors were encountered: