Do you have a firewall between you and the internet? Perhaps you need to do port forwarding on your router or something. I am using that exact config, (with an extra rule to open port 22) on my home workstation and it's working fine. On Tue, 15 Jun 2004 15:32:42 -0400, russell <simmonsr@xxxxxxxxxxx> wrote: > > Okay, now that I have tested my firewall script it appears that it > fails, as my torrents still show me as firewalled. If anyone can > suggest where I can look to fix this it would be most appreciated. This > is the script, as reported in the original thread. > > # Firewall configuration written by redhat-config-securitylevel > # Manual customization of this file is not recommended. > *filter > :INPUT ACCEPT [0:0] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [0:0] > :RH-Firewall-1-INPUT - [0:0] > -A INPUT -j RH-Firewall-1-INPUT > -A FORWARD -j RH-Firewall-1-INPUT > -A RH-Firewall-1-INPUT -i lo -j ACCEPT > -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT > -A RH-Firewall-1-INPUT -p 50 -j ACCEPT > -A RH-Firewall-1-INPUT -p 51 -j ACCEPT > -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT > -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport > 6881:6889 -j ACCEPT > -A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport > 6881:6889 -j ACCEPT > -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited > COMMIT > ~ > ~ > ~ > "/etc/sysconfig/iptables" 18L, 777C > 1,1 All > > tia > russell > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >