jesus erdeny andrade fandiño escribió: > ------ > $IPTABLES -A INPUT -p tcp -s $ANY_RED -m tcp --dport 888 --sport 888 -j > ACCEPT > $IPTABLES -A OUTPUT -p tcp -m tcp --sport 888 -m state --state > RELATED,ESTABLISHED -j ACCEPT > ---------
Más allá del error de poner bind = 127.0.0.1, me llamó la atención la regla del frw: $IPTABLES -A INPUT -p tcp -s $ANY_RED -m tcp --dport 888 --sport 888 -j ACCEPT Más especificamente: "--sport 888" Apostaría que si comentas toda esa regla, igual podes ver el log vía web. Por cierto, me diste curiosidad y me voy a instalar este paquete a ver que tal... :) Slds.- -- Mario A. del Riego Analista en Computación Departamento de Sistemas José Ellauri 885 - C.P. 11300 Tel: +598 2 712 33 60 Ext. 115 Fax: +598 2 712 33 60 Ext. 116 Web: http://www.gs1uy.org/ GS1 - The global language of business -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

