iptables -t nat -A POSTROUTING -j MASQUERADE
iptables -t nat -A PREROUTING -p tcp --dport 21521 -j DNAT --to 10.10.10.101:1521
iptables -A FORWARD -p tcp --dport 21521 -d 10.10.10.101 -j ACCEPT
iptables -t nat -A POSTROUTING -j MASQUERADE
iptables -t nat -A PREROUTING -p tcp --dport 21521 -j DNAT --to 10.10.10.101:1521
iptables -A FORWARD -p tcp --dport 21521 -d 10.10.10.101 -j ACCEPT
292
9715

被折叠的 条评论
为什么被折叠?