You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point after bionic the default iptables (command) backend changed from legacy to nf_tables that results in the current net scripts failing to setup the correct masq ports.
Log errors:
2020-06-02 19:13:00 UTC node_tools.network_funcs.do_net_cmd +308: ERROR [2912] net cmd fpn0-setup.sh msg: iptables v1.8.4 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.8.4 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.8.4 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
iptables v1.8.4 (nf_tables): unknown option "--dport"
Try `iptables -h' or 'iptables --help' for more information.
4 warnings/errors
The above fixes startup but kali/rolling 64bit on rpi3 is still not shutting down correctly; the log finishes with repeated fpn0 shutdown msgs and is missing output for the cmds that follow iface shutdown.
* check for iptables-legacy and use it if found
* stop letting systemd kill anything and manually send the TERM signal
Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
At some point after
bionic
the defaultiptables
(command) backend changed from legacy to nf_tables that results in the current net scripts failing to setup the correct masq ports.Log errors:
Current manual workaround:
As documented here (https://github.com/kubernetes/website/commit/9cdaf4ead1f4c514a6a2582ab00e01efad331a0d/) the affected user node can be "fixed" by setting the default back to legacy using the following command:
followed by a restart of the
fpnd
service.Found in:
The text was updated successfully, but these errors were encountered: