iptables: No chain/target/match
2023-06-16 本文已影响0人
吉凶以情迁
重启docker容器
root@OpenWrt:/mnt/sdc2/config/bind/bind/etc# nano named.conf
root@OpenWrt:/mnt/sdc2/config/bind/bind/etc# iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 10000 -j DNAT --to
-destination 172.17.0.2:10000
iptables: No chain/target/match by that name.
root@OpenWrt:/mnt/sdc2/config/bind/bind/etc# iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 10000 -j DNAT --to
-destination 172.17.0.2:10000
root@OpenWrt:/mnt/sdc2/config/bind/bind/etc# iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 10000 -j DNAT --to
-destination 172.17.0.2:10000
root@OpenWrt:/mnt/sdc2/config/bind/bind/etc#