On Sat, 2007-12-08 at 20:49 -0700, Craig White wrote: > iptables -t nat -A PREROUTING -p tcp -d 192.168.3.8 --dport 445 -j REDIRECT --to-ports 1445 > ...[snip]... > iptables -t nat -A PREROUTING -p tcp -s 192.168.3.8 --dport 1445 -j REDIRECT --to-ports 445 That looks circular ? to 192.168.3.8:445 redirected to 192.168.3.8:1445 then 192.168.3.8:1445 redirected to 192.168.3.8:445 -- (This computer runs FC7, my others run FC4, FC5 & FC6, in case that's important to the thread.) Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists.