Displaying 3 results from an estimated 3 matches for "libvirt_fwo".
Did you mean:
libvirt_fwi
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
...tables -S; nft list ruleset"
> 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-po...
2020 Sep 09
1
Re: network config not working on newer libvirt
...nd 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 LIB...