[ale] azureus setup

Steve Brown braino420 at gmail.com
Mon Jun 5 01:42:08 EDT 2006


>On Sun June 4 2006 7:17 pm, Geoffrey wrote:
> You need the open up the udp ports as well:
>
> iptables -I INPUT -p UDP --dport 6881:6999 -m state --state NEW -j
> ACCEPT
>I did that also.. no difference.
>right now , downloading kubuntu dvd iso I have:
>seeds=36 (331)
>peers=32(560)
>download speed =9.7kB/s
>upload speed =14.0kB/s
>--
>Paul Cartwright
>Registered Linux user # 367800

Here Paul, try this:

   /sbin/iptables -I INPUT 1 -i <EXT_INT> -p tcp --tcp-flags SYN,RST,ACK SYN
--dport <PORT> -m state --state NEW -j ACCEPT
   /sbin/iptables -I INPUT 1 -i <EXT_INT> -p udp --dport <PORT> -m state
--state NEW -j ACCEPT

Where EXT_INT is your network interface and PORT is the port you have listed
under Azureus (I got this from there Wiki:
http://azureus.aelitis.com/wiki/index.php/Firewalling)

-Steve
-------------- next part --------------
An HTML attachment was scrubbed...




More information about the Ale mailing list