This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems with Bittorrent Network Clients

Hi,

Is someone usesing Bittorent (client: azuereus) behind the ASL ??

Greetings Piet 


This thread was automatically locked due to age.
Parents
  • Hi heckpiet

    I use azuereus behind asl.
    whats your problem ?
    Do you have red and yellow smilies but no green one .....
    [:)].
    Let me know what's your problem.....
    because  Ihave green smilies...... [;)]

    regards 
    ronnerich     
  • I've got Azureus working too... 
  • my client have a connection with red and yellow Smilies but he can't download any stuff.

    Maybe someone can post his configs ....
    I have createt rules for the ports 6969 (Tracker Port TCP/UDP)
    and 6881-6889 for Download Ports TCP/UDP

    Thanks Piet 
  • [ QUOTE ]
    my client have a connection with red and yellow Smilies but he can't download any stuff.

    Maybe someone can post his configs ....
    I have createt rules for the ports 6969 (Tracker Port TCP/UDP)
    and 6881-6889 for Download Ports TCP/UDP

    Thanks Piet  

    [/ QUOTE ]
    I use Azureus without any trouble.
    Code:
    Service def:
    Bittorrent   tcp   1024:65535   6881:6889

    NAT rule:
    Bittorrent   Any -> EXTERNAL_Interface__ / Bittorrent   None   NULL

    Packet filter rule:
    Any   Bittorrent   Any   Allow 



    Allowing the tracker traffic would be the same as above but you don't need to unless he is running a tracker.  
  • Hi
    take this and you get green smilies an full bandwith [;)]
    You have to define a host where you client is running 
    and a service "bitorrent" Portrange 6881:6889

    Rule type DNAT/SNAT

    Any        External Interface    bitorrent

                   no change
                   machine with your client         bitorrent(6881:6889)

    /ronnerich 
  • is this rule okay ?


     Bittorrent   Any -> DSL_Interface__ / bittorrent_azureus   Any / bittorrent_azureus   Any / bittorrent_azureus  

    my azureus just uploading ...... downloading dosen't works .   [:S]
  • what kind of NAT have i to create ?   
  • [ QUOTE ]
    is this rule okay ?


     Bittorrent   Any -> DSL_Interface__ / bittorrent_azureus   Any / bittorrent_azureus   Any / bittorrent_azureus  

    my azureus just uploading ...... downloading dosen't works .   [:S] 

    [/ QUOTE ]
    Make sure you have the proper packet rules configured. Also make sure there is something to download.
    If it's uploading it must have downloaded something right?
    Start a torrent up and have a look at the LiveLog.

    [ QUOTE ]
    what kind of NAT have i to create ?    

    [/ QUOTE ]
    NAT rule should look like this:
    http://s91392208.onlinehome.us/media/images/eraser_astaro2.png
    Where NULL = your computer defined VIA a network def.    
Reply
  • [ QUOTE ]
    is this rule okay ?


     Bittorrent   Any -> DSL_Interface__ / bittorrent_azureus   Any / bittorrent_azureus   Any / bittorrent_azureus  

    my azureus just uploading ...... downloading dosen't works .   [:S] 

    [/ QUOTE ]
    Make sure you have the proper packet rules configured. Also make sure there is something to download.
    If it's uploading it must have downloaded something right?
    Start a torrent up and have a look at the LiveLog.

    [ QUOTE ]
    what kind of NAT have i to create ?    

    [/ QUOTE ]
    NAT rule should look like this:
    http://s91392208.onlinehome.us/media/images/eraser_astaro2.png
    Where NULL = your computer defined VIA a network def.    
Children