hi people! i have a dsl modem bridge ss4200 in my eth1 and my network on eth0! but i cant do the net share on debian sarge.. what i did: echo "1" > /proc/sys/net/ipv4/ip_forward echo "1" > /proc/sys/net/ipv4/ip_dynaddr iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE iptables -A FORWARD -i eth1 -j ACCEPT (internet)---[---modem---]---{ppp0}---[---eth1---server---eth0---]---(rede interna) what am i doing wrong? it only open www.google.com and nothing more... nothing on internet solve my problem! :( thanks! Marco Oliveira