Pois é, é outros também fizeram algumas sugestões. Gostaria, se for possivel, que você pudesse acessar este link : http://pastebin.com/A4hQSrLu
E fizesse as modificações sugeridas. Daí já testo o efeito delas. 2010/5/24 Allan Carvalho <alla...@gmail.com>: > Hamacker, você criou a nova chain como recomendei? > > Atenciosamente, > Allan carvalho > > 2010/5/24 hamacker <sirhamac...@gmail.com>: >> nada. >> >> 2010/5/24 Anderson Silva <abnerd...@gmail.com>: >>> >>> >>> 2010/5/24 hamacker <sirhamac...@gmail.com> >>>> >>>> echo "Liberando portas do servidor ($WAN):" >>>> while read LINHA ; do >>>> PORTA=`semremarks "$LINHA"` >>>> if [ "$PORTA" != "" ] ; then >>>> echo -e "\tPorta : $PORTA" >>>> $IPTABLES -A INPUT -p tcp --dport $PORTA -j ACCEPT >>>> $IPTABLES -A FORWARD -p tcp --dport $PORTA -j ACCEPT >>>> $IPTABLES -A OUTPUT -p tcp --sport $PORTA -j ACCEPT >>>> fi >>>> done <"$LISTA_PORTAS_LIBERADAS" >>>> $IPTABLES -I INPUT -m state --state ESTABLISHED -j ACCEPT >>>> $IPTABLES -I INPUT -m state --state RELATED -j ACCEPT >>>> $IPTABLES -I OUTPUT -p icmp -o $WAN -j ACCEPT >>>> $IPTABLES -I INPUT -p icmp -j ACCEPT >>>> >>> >>> Olá Hamacker >>> Experimente colocar as seguintes regras logo após estas acima: >>> $IPTABLES -I FORWARD -i $LAN -j ACCEPT >>> $IPTABLES -I FORWARD -i $LAN -o $WAN -m state --state ESTABLISHED,RELATED >>> -j ACCEPT >> >> >> -- >> To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org >> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org >> Archive: >> http://lists.debian.org/aanlktincrrky3wiivn9pd10gfefmrfs9m3wemnl7z...@mail.gmail.com >> >> > -- To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktikrsuvt6imyflxlc5vracs9i9ebzfxurggbi...@mail.gmail.com