Hi I've got this firewall configuration on a suse 10.1 distribution: iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT
iptables -t nat -A POSTROUTING -o dsl1 -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
Lan is working correctly.
The problem is that my lan computers behind this firewall can't open certain web sites, but other sites are correctly browsed. I can't understand the cause even because policies are dropping nothing.
Thanks