yum install iptables-services # 执行iptables, 发现没有 # 然后 启动docker 还是失败 # 发现有个xtables-multi ,这个是一坨大杂烩,建立一个软链,就好了 cd /sbin ln -s xtables-multi iptables
xtables-multi - | linux commands examples - Thousands of examples to help you to the Force of the Command Line. Discover every day !
Does RHEL8 provides legacy iptables(xtables-legacy-multi)?iptables-1.8.2-9.el8_0.1.x86_64:Raw $ iptables --version iptables v1.8.2 (nf_tables) $ ls -l /usr/sbin/iptables lrwxrwxrwx 1 root root 17 Jun 5 01:57 /usr/sbin/iptables -> xtables-nft-multi $ xtables-nft-multi iptables ...
With the up date to newer iptables package the iptables-multi and ip6tables-multi binaries have been renamed to xtables-multi, fix the links Signed-off-by: Bart vdr. Meulen <bartvdrmeu...@gmail.com> --- rules/iptables.make | 14 +++++--- 1 files changed, 7 insertions(+), 7 delet...
iptables-1.8.2-9.el8_0.1.x86_64: Raw $ iptables --version iptables v1.8.2 (nf_tables) $ ls -l /usr/sbin/iptables lrwxrwxrwx 1 root root 17 Jun 5 01:57 /usr/sbin/iptables -> xtables-nft-multi $ xtables-nft-multi iptables --version iptables v1.8.2 (nf_tables) ...