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

I have recently installed the ASG v8.1 for home use and I have setup port forwarding in the DNAT section and setup a packet filter rule for bit torrent.  I have also turned off all P2P filtering yet still my torrents take forever to start, do not start at all, or download very slowly compared to when I had just a linksys router.  uTorrent reports  that the port is open and accepting connections.  I got the instructions for opening port on the astaro here: https://community.sophos.com/products/unified-threat-management/astaroorg/f/95/t/67203


This thread was automatically locked due to age.
  • Hi,

    You mention you disabled the P2P filtering, have you also disabled Intrusion Protection or created an exception for your PC?
    I would recommend looking at the packet filter log and IPS log (if it is enabled) to see if astaro is dropping packets.
    If you don't find anything in the logs post some screenshots of your config.
  • I had similar issues, is there a green check mark to the right of the DHT status in utorrent? if so your NAT is working but that is half the issue. Even though your utorrent client will receive on the port you set in the properties it will send on a random  outbound port (windows controls this) so you will need to ensure that you are allowing your bittorrent machine all ports outbound, in the packet filter define a rule   .
  • I set my clients to a specific port to keep the ports opened to a minimum. I also created 4 rules per client which I know is overkill but it is working were before it didn't. two TCP rules one in and one out and two UDP rules one in and one out. using the port defined on my clients. I have a NAT set up per client...    any> specified port> External network>>>torrent client. In my case I tried to run two rules per client but kept getting default dropped so this seemed to be what needed to happen for me and it works so I'm sticking with it.
  • ho how can i force the client to recieve and send on a spesefic port? 
    the recieving is  don no a port that is specifide in the client SW.
    how can i force the outgoing??
  • Hi, some torrent clients e.g. (uTorrent) will use the same port for both incoming and outgoing traffic.
    (I just confirmed that's true of my uTorrent with tcpdump.)

    Note however that you cannot control the source port of the remote clients, so you should use 1024:65535 for the source ports of the incoming traffic, and 1024:65535 for the dest ports of the outgoing traffic.

    Barry