iptables -L -v will show you which rules are being triggered (when the service is started).
Its possible its hitting the implicit deny all for the input rule, try adding some logging to your rules. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Faisal, Emir (KPC) Sent: 21 October 2003 07:19 To: [EMAIL PROTECTED] Subject: [Samba] *samba3 ports Dear netters, My linux box is installed with samba 3.0.0 and joined with NT domain (w2k based). Samba are working fine, until I filter the incoming traffic using iptables (v1.2.7a) on default RedHat 9 kernel 2.4.20-8, using these rules: [EMAIL PROTECTED] root]# cat /etc/sysconfig/iptables # Generated by iptables-save v1.2.7a on Sun Oct 12 19:36:36 2003 *filter :INPUT DROP [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [2:100] [0:0] -A INPUT -i lo -j ACCEPT [0:0] -A INPUT -p icmp -j ACCEPT [0:0] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT [0:0] -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT [0:0] -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT [0:0] -A INPUT -p udp -m state --state NEW -m multiport --dports 135,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds -j ACCEPT [0:0] -A INPUT -p tcp -m state --state NEW -m multiport --dports 135,netbios-ssn,microsoft-ds -j ACCEPT COMMIT # Completed on Sun Oct 12 19:36:36 2003 [EMAIL PROTECTED] root]# when these rules is activated, i can't access my linux shares and my linux return these error: \\samba\sharename is not accessible. There are currently no logon servers available to service the logon request. the error will gone when i deactivated the iptables. What is gone wrong ? salam, ef -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
