Hi, howto translate the network address, like: let i=1 while [ $i -lt 256 ] ; do iptables -t nat -A PREROUTING -d 192.168.1.$i -j DNAT --to-dest 192.168.99.$i i=$i+1 done -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html