Il giorno ven, 12/08/2005 alle 15.15 +0200, Marco Bertorello ha scritto: > Premesso che ho guardato il man di nmap e lo switch -a non l'ho trovato > (-A forse?), quindi non so cosa faccia di preciso, hai provato a fare > telnet su quella porta per vedere se è effettivamente aperta?
giuro che un tempo -A era -a :( > Inoltre, iptables chiude la porta, su quale catena? posta magari un > pezzo di iptables -L ;-) In effetti...via telnet è aperta :( (avevo provato...penso sulla macchina sbagliata :) ********************************************************************** Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh ACCEPT tcp -- anywhere anywhere tcp dpt:www state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:imap2 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:pop3 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:https state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:imaps state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:domain state NEW ACCEPT udp -- anywhere anywhere udp dpt:domain state NEW LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level warning Chain FORWARD (policy DROP) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination ************************************************************************ Non sono un esperto quindi sicuramente sbaglio qualcosa... -- Davide Corio [EMAIL PROTECTED] Redomino S.r.l. C.so Monte Grappa 90/b - 10145 Torino - Italy Tel: +39 011 19502871 - Fax: +39 011 19502871 http://www.redomino.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

