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 Client works, but...

My bittorrent client does work very well, but to achieve that I have to set the following packet filter rule:

Source: MyIP -> Service:Any -> Destination:Any 
allways allowed

I had to define this rule cos the ASG had blocked all packets sending from myIP with random outgoing ports. And these connection seems to be needed for using the bittorrent network.[:S]


This thread was automatically locked due to age.
Parents
  • Depending on the client, the SOURCE port may be predictable.

    Barry
  • Predictable source port? how?

    I think the outgoing port could be the port the other torrentusers have on thei clients. So I have to select almost every port above 1024?
  • Each TCP connection has a SOURCE port and a DEST port.

    If these are outgoing from your internal PC, then the SOURCE port is determined by the software or TCP stack on your PC; it is NOT the other user's port.

    Therefore, if you BT client keeps it's outgoing connections on a single SOURCE port (or a range), you can create rules based upon that source port.

    Vuze (nee Azureus), for example, makes all of it's outgoing connections on the same port you configure for incoming traffic.
    e.g., I have it set for 56881, and I ran IPTraf, and I see all connections to my PC are to/from port 56881.

    Therefore,
    I have definitions for
    TCP/UDP 1024:65535 → 56881
    and
    56881 → 1:65535

    and  I have PF rules (and NAT and QOS settings) to match.

    Barry
  • Thanks a lot for your explanation :-)

    I am using Transmission, and do not find any switches to adjust the portrange. It seems to be accidentally.
Reply Children
No Data