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

Bittorrent. Please help.

I have tried and tried to get this to work, and I am failing.  I have astaro 6.1, doing NAT and firewall for my lan.  Could someone tell me EXACTLY what I need to do to get bittorrent to work for a computer on my lan?

Thanks!


This thread was automatically locked due to age.
Parents
  • Is the host you're running for NAT'ed? In other words, do you have multiple IP addresses assigned to you, one of which you've forwarded everything to your bittorrent host?

    If not, you need to setup a NAT rule which forwards bittorrent data desitined to the firewall interface IP to your bittorrent host. This port range may vary depending on how you've setup your client, but typically this is TCP ports 6881-6889.

    In addition, you will need to add a rule which allows incoming packets from anywhere to your bittorrent host over the ports mentioned above.

    If your bittorrent host is NATed, you will only need to add this rule and not the additional NAT rule above.
  • Did that, firewall keeps dropping packets. So I added a rules any where to firewall address using my bittorrent port range and then another rule firewall address to host using bittorrent port range, stopped the dropped packets.

    But the torrent still thinks it is hamstrung by NAT rules. I can get this to work on a Netgear SOHO firewall/router, but not on the Astaro.

    Ian M [:)]
  • First, you should be running ADSL modem in bridge mode to simplify things.  You can do it without bridging but I find it's easiest.

    Define the Bittorrent service in ASG(ASL)
     BT TCP/UDP 1:65535 6881

    Define a Network definition for the PC running BT.
    ie MyPC 10.0.10.10 (Or whatever the IP is)

    Create a NAT rule.
    BT   Any -> Red (Address) / BT   None   MyPC

    Create a packet filter rule.

    Allow: Any BT MyPC

    Done.  Works for me with Azureus anyway....
  • You could open all the needed ports or use the SOCKS Proxy. I use the SOCKS4 Proxy (without username and password) and entered its IP and port in the Bittorrent Client.
    Working well.
  • I can get the bt working without adding anything to or changing the firewall configuration, but it still complains about NAT issues. It want's a direct port from the internet to the internal host without NATing. Which I can't work out how. The filter rules doesn't seem to work Any -- bt -- host -- allow.

    Ian M [:)]
Reply
  • I can get the bt working without adding anything to or changing the firewall configuration, but it still complains about NAT issues. It want's a direct port from the internet to the internal host without NATing. Which I can't work out how. The filter rules doesn't seem to work Any -- bt -- host -- allow.

    Ian M [:)]
Children