Displaying 3 results from an estimated 3 matches for "nf_socket_ipv6".
Did you mean:
nf_socket_ipv4
2019 Oct 15
2
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...le filter divert meta l4proto tcp socket transparent 1 meta mark
set 1 accept
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(In attempting to resolve this, I did the following)
modprobe nf_tproxy_ipv4
modprobe nf_tproxy_ipv6
modprobe nf_socket_ipv4
modprobe nf_socket_ipv6
I also noted that:
nft add rule filter divert meta l4proto tcp? meta mark set 1 accept
(Removing socket transparent 1)
does not exit with a failure.
Also found https://bugzilla.redhat.com/show_bug.cgi?id=1651813, (which
did make reference to the nftables version 0.9.0 possibly missing
support...
2019 Oct 15
1
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>>
>> (In attempting to resolve this, I did the following)
>>
>> modprobe nf_tproxy_ipv4
>> modprobe nf_tproxy_ipv6
>> modprobe nf_socket_ipv4
>> modprobe nf_socket_ipv6
>>
>> I also noted that:
>> nft add rule filter divert meta l4proto tcp? meta mark set 1 accept
>> (Removing socket transparent 1)
>>
>> does not exit with a failure.
>>
>> Also found https://bugzilla.redhat.com/show_bug.cgi?id=1651813, (which
>>...
2019 Oct 15
0
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...ent 1 meta mark
> set 1 accept
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> (In attempting to resolve this, I did the following)
>
> modprobe nf_tproxy_ipv4
> modprobe nf_tproxy_ipv6
> modprobe nf_socket_ipv4
> modprobe nf_socket_ipv6
>
> I also noted that:
> nft add rule filter divert meta l4proto tcp? meta mark set 1 accept
> (Removing socket transparent 1)
>
> does not exit with a failure.
>
> Also found https://bugzilla.redhat.com/show_bug.cgi?id=1651813, (which
> did make reference to the nftabl...