Closed whatever4711 closed 8 months ago
Hi @whatever4711,
Thanks for signaling the error and for the help!
After some debugging to make all work on all the platforms, we found that there is no need to set the value of rp_filter
to eth0
specifically. Indeed, the all
parameter changes the value on all the active interfaces.
You can see the final solution in 833f3e6.
I will make a release with the fix tomorrow (I hope 😇).
Thanks! ❤️
Operating System
Linux Mint 21.1
Kathará Version
3.7.3
Bug Description
Unfortunately, nodes are not starting and fail with an error that
rp_filter
can not be setup on eth0 or any other interface.CRITICAL
(APIError) 400 Client Error for http+docker://localhost/v1.45/containers/a00dd39a1ffb579f39752a080c9451c3c392719fe54f41c88d6f4d7bb70debd4/start: Bad Request ("failed to create task for container: failed to create shim task: OCIruntime create failed: runc create failed: unable to start container process: error during container init: open /proc/sys/net/ipv4/conf/eth0/rp_filter: no such file or directory: unknown")`
Steps To Reproduce
Start a machine with
kathara vstart -n test --eth 0:A -i kathara/base
Expected Behavior
A running node with
rp_filter
being setup.Check Command Output