Dudes, I setup my SNAT like this: iptables -t nat -I POSTROUTING 1 -s 10.0.0.0/24 -d 0/0 \ -p tcp -m tcp --dport 80 \ -j SNAT --to 1.2.3.66-1.2.3.126 So my lan outbound HTTP traffic gets shared over those 60 ip addresses. Seems sweet, but I notice that netfilter doesn't always rotate the addresses. And sometimes only switches a client between two addresses. Where in the docs does it show me how to make this thing rotate addresses more regularly, or if not in doc how would I do that? David Busby Systems Engineer busby@xxxxxxxx