Linux + BitTorrent = Dont work (port forwarding done)

Discussion in 'Tech Support' started by avrillafuze, 13 Sep 2007.

  1. avrillafuze

    avrillafuze What's a Dremel?

    Joined:
    3 Aug 2007
    Posts:
    3
    Likes Received:
    0
    Hey guys, i have done the setting up a linux file server out of the bits article

    I am having problems with torrentflux it will load the torrent but wont download anything it just says trying to connect to peers, i have also tried other torrent down loaders with no hope.

    I have set up port forwarding on my dlink router, and i can download torrents on my windows box with no problems just not on the linux box
    Any help would be great as i would like to get this box finished and hidden away
     
  2. steveo_mcg

    steveo_mcg What's a Dremel?

    Joined:
    26 May 2005
    Posts:
    5,841
    Likes Received:
    80
    Do you have a firewall set up on your linux box? You might need to check your iptables rules to make sure that the torrent ports are open on that.
     
  3. avrillafuze

    avrillafuze What's a Dremel?

    Joined:
    3 Aug 2007
    Posts:
    3
    Likes Received:
    0
    no i havn't set up a firewall and dont know how to check my ip tables
     
  4. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    just to be sure, in a terminal:

    Code:
    iptables -F
    iptables -t nat -F
    iptables -t mangle -F
    iptables -X
     
  5. danskmacabre

    danskmacabre What's a Dremel?

    Joined:
    28 Aug 2007
    Posts:
    37
    Likes Received:
    0
    one way around it is to set on UDP in your torrent client, you will also need to set on UDP on your router, then it will sort out the ports for you.
     
  6. avrillafuze

    avrillafuze What's a Dremel?

    Joined:
    3 Aug 2007
    Posts:
    3
    Likes Received:
    0
    Thanks guys i will try it out soon i hope if i get around to it (Have to write a case study for a software project). UDP? whats that? I might just google it.
     
  7. danskmacabre

    danskmacabre What's a Dremel?

    Joined:
    28 Aug 2007
    Posts:
    37
    Likes Received:
    0
Tags:

Share This Page