[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] azureus setup



Paul Cartwright wrote:
> ok, my setup is SUSE 10.0 with a netgear wrg614 router set to port 
> forwarding for TCP/UDP ports 6881-6889
> I ran the command:
> iptables -I INPUT -p TCP --dport 6881:6999 -m state --state NEW -j 
> ACCEPT
> 
> 
> I'm still getting the red firewalled error and the DHT Firewalled error 
> that says:
> there appears to be a problem with the distributed databases UDP port 
> mapping (NAT/firewall)
> 
> now what do I do??

You need the open up the udp ports as well:

iptables -I INPUT -p UDP --dport 6881:6999 -m state --state NEW -j ACCEPT

-- 
Until later, Geoffrey

Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin