> Do you have any unusual routing loops or other network oddities? Just eth0 (external) > and eth1 (internal)? No, it's a bog standard setup. eth0 is the internal, eth1 the external interface. > Please post your iptables / iptables-restore script. I did, in a way. It's really just that one line, "iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth1 -j MASQUERADE", at the moment, executed as a post-up command from /etc/network/interfaces. Regards, Christian -- 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