标签:MASQUERADE --random
发现源端口并不是随机的而是有规律递增,经过Google的搜索查找,发现新的版本有--random-full 这个参数
iptables -t nat -A POSTROUTING -o xxxx -j MASQUERADE --random-full
经过测试端口随机变动。
MASQUERADE --random 端口不随机
原文地址:http://blog.51cto.com/linuxcgi/2121058