重启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#
网友评论