search for: libvirt_inp

Displaying 7 results from an estimated 7 matches for "libvirt_inp".

Did you mean: libvirt_id
2020 Sep 21
2
cant create network with virt-manager
hello list, i cant create an isolated network with the virt-manager. installed version virt-manager 3.0.0 installed version libvirt 6.2.0 output in error-message: Error creating virtual network: internal error: Failed to apply firewall rules /sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr3 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 66, in cb_wrapper callback(asyncjob, *args, **kwargs) Fil...
2019 Oct 10
2
create virtual network fails with virt-manager
hello list, creatig a virtual network via virt-manager fails. gentoo linux vanilla-sources 5.3.1 virt-manager 2.2.1 qemu 4.0 libvirt 5.5.0 the error output of Error creating virtual network: internal error: Failed to apply firewall rules /sbin/iptables -w --table filter --insert LIBVIRT_INP --in-interface virbr1 --protocol tcp --destination-port 67 --jump ACCEPT: iptables: No chain/target/match by that name. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper callback(asyncjob, *args, **kwargs) Fil...
2020 Sep 08
2
Re: network config not working on newer libvirt
On 9/6/20 12:02 PM, daggs wrote: > Greetings LAine, > >> When you say "the vm", you mean the one running libreelec, that is >> trying to get and IP address, correct? > > yes, you are correct. > >> I guess Broadcom.home is the IP of the VM that's running the dhcp >> server? (I should have suggested using "tcpdump -n -e -v" :-/)
2020 Sep 09
0
Re: network config not working on newer libvirt
...ot; > and look for something suspicious. here is what I get: utils_server /home/igor # ebtables -L; iptables -S; nft list ruleset The kernel doesn't support the ebtables 'filter' table. -P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT -N LIBVIRT_FWI -N LIBVIRT_FWO -N LIBVIRT_FWX -N LIBVIRT_INP -N LIBVIRT_OUT -A INPUT -j LIBVIRT_INP -A FORWARD -j LIBVIRT_FWX -A FORWARD -j LIBVIRT_FWI -A FORWARD -j LIBVIRT_FWO -A OUTPUT -j LIBVIRT_OUT -A LIBVIRT_FWI -o virtsw -j REJECT --reject-with icmp-port-unreachable -A LIBVIRT_FWO -i virtsw -j REJECT --reject-with icmp-port-unreachable -A LIBVIRT_FWX...
2020 Sep 09
1
Re: network config not working on newer libvirt
...ere is what I get: > utils_server /home/igor # ebtables -L; iptables -S; nft list ruleset > The kernel doesn't support the ebtables 'filter' table. > -P INPUT ACCEPT > -P FORWARD ACCEPT > -P OUTPUT ACCEPT > -N LIBVIRT_FWI > -N LIBVIRT_FWO > -N LIBVIRT_FWX > -N LIBVIRT_INP > -N LIBVIRT_OUT > -A INPUT -j LIBVIRT_INP > -A FORWARD -j LIBVIRT_FWX > -A FORWARD -j LIBVIRT_FWI > -A FORWARD -j LIBVIRT_FWO > -A OUTPUT -j LIBVIRT_OUT > -A LIBVIRT_FWI -o virtsw -j REJECT --reject-with icmp-port-unreachable > -A LIBVIRT_FWO -i virtsw -j REJECT --reject-wi...
2019 Oct 11
0
Re: create virtual network fails with virt-manager
...newer libvirt. There were some fixes related to iptables/nf_tables in libvirt in recent releases, so it might just solve that for you. > >the error output of > >Error creating virtual network: internal error: Failed to apply firewall >rules /sbin/iptables -w --table filter --insert LIBVIRT_INP >--in-interface virbr1 --protocol tcp --destination-port 67 --jump >ACCEPT: iptables: No chain/target/match by that name. > > >Traceback (most recent call last): > File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in >cb_wrapper > callback(asyn...
2020 Sep 22
0
Re: cant create network with virt-manager
...isolated network with the virt-manager. > > installed version virt-manager 3.0.0 > installed version libvirt 6.2.0 > > output in error-message: > > Error creating virtual network: internal error: Failed to apply firewall > rules /sbin/iptables -w --table filter --insert LIBVIRT_INP > --in-interface virbr3 --protocol tcp --destination-port 67 --jump > ACCEPT: iptables: No chain/target/match by that name. I may be remembering incorrectly (I think there might have been as similar bug of the same vintage), but it is possibly caused by this bug: https://bugzilla.redhat....