Thanks Grant. It actually worked, but only when I also added my PREROUTING DNAT rule. So the final solution is like this: iptables -t nat -I PREROUTING -i <internal_network_interface> -d <Internet_Address> -j DNAT --to <Internal_Server_Address> iptables -t nat -I POSTROUTING -o <internal_network_interface> -s <LAN_address> -d <Internal_Server_Address> -j SNAT --to <internal_network_IP> Thanks once again. 2008/11/7 Grant Taylor <gtaylor@xxxxxxxxxxxxxxxxx>: > On 11/07/08 11:06, Henrique Netfilter wrote: >> >> I´m trying to redirect connections to an external address back to an >> internal address, like this: > > (With out having read the rest of your message...) > > Look for the reply I just made to Simon's message with the subject "Altering > firewall rules to enable NAT Reflection". I think that will help you. > > > > Grant. . . . > -- > 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 > -- 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