I don't know about iptables strange behavior, but you to have a mistake here.
You say DROP, but do ACCEPT instead. :-))) > # Set defaults to drop: > $IPTABLES -P INPUT ACCEPT > $IPTABLES -P OUTPUT ACCEPT > $IPTABLES -P FORWARD ACCEPT --- Oleg Kobets Network Administrator www.clean-mail.net Make love with Linux (unzip; strip; touch; finger; mount; fsck; more; yes; umount; sleep) ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
