Displaying 3 results from an estimated 3 matches for "nf_tproxy_ipv4".
Did you mean:
nf_tproxy_ipv6
2019 Oct 15
2
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...1 accept
Error: Could not process rule: No such file or directory
add rule 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
di...
2019 Oct 15
1
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...;> add rule 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 failur...
2019 Oct 15
0
Attempting to use tproxy on Centos 8 fails with 'No such file or directory'
...No such file or directory
> add rule 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://bug...