You want to do Source NAT; change the source address of connections to something ... iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to 1.2.3.4 ## Change ...
確定! 回上一頁