Aqui tenho um servior NAT debian que compartilha a rede com duas placas de rede. Uma externa com IP fixo e outra interna que é o gateway da rede 10.0.0.1 distribuindo um range de IP privado interno via DHCP 10.0.0.60 a 10.0.0.254
Estou querendo liberar nntp e utorrent para a maquian de IP fixo 10.0.0.55 e criei as seguintes regras no firewall iptables -A FORWARD -s 10.0.0.55 -p tcp -m multiport --dport 119,1863 -j ACCEPT iptables -A FORWARD -s 10.0.0.55 -p udp -m multiport --dport 119,1863 -j ACCEPT Mas fazendo o teste na pagina do utorrent ele continua dando o seguinte erro. http://www.utorrent.com/testport.php?port=1863 Welcome to the µTorrent Port Checker. A test will be performed on your computer to check if the specified port is opened. Welcome to the µTorrent Port Checker. A test will be performed on your computer to check if the specified port is opened. *Checking port 1863 on 146.164.130.60...* *Error!* Port 1863 does not appear to be open. Please see www.portforward.com <http://www.portforward.com/english/applications/port_forwarding/Utor/Utorindex.htm> for more information about how to map a port. Please make absolutely sure that PeerGuardian2 or Protowall is allowing utorrent.com (72.20.34.145) in either of those programs. Those of you using ipfilter.dat should make sure the list does not include the website's IP. After making sure of this, re-run this test by refreshing the page (F5). --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
