Agnitum Outpost Firewall tűzfalak topikja
  • cooldoc
    #891
    1. All clients(torrent software) usually use HTTP,HTTPS for tracker and updates, etc.

    Protocol: TCP, direction: Outbound, Remote port: HTTP,HTTPS, Allow it


    2. The client will normally need Inbound and Outbound loopback(usually only Inbound)

    Protocol: TCP, direction: Inbound, Remotehost: 127.0.0.1, Allow it


    3. The client will need to have outbound access to the peers you will be connecting to, clients you connect to should be using a port between 1024-65535.

    Protocol: TCP, direction: Outbound, Remote port: 1024-65535, Allow it


    4. Now your client will need a listening port. This will have to be what ever is specified from within utorrent i.e. 34259(default port).

    Protocol: TCP, Direction: Inbound, Remote Port: 1024-65535, Local Port: 34259, Allow it


    5. Alot of clients now use UDP, this is used for DHT/Distributed Database, etc. Again check your clients configuration as it will usually display a configurable UDP port number, we'll assume it's default as above.

    Protocol: UDP, Remote port:1024-65535, Local Port: 34259, Allow it


    6. Finally we need to add the Block All coverage rules to prevent further rules prompts.

    Protocol: TCP, Direction: Inbound, Block it

    Protocol: TCP, Direction: Outbound, Block it

    Protocol: UDP, Block it


    With these principles in mind it should be fairly obvious how to apply them in rules wizard. If not, then setup your rules prior to launching utorrent and check your blocked logs for any problems.

    Hope this helps.
    Reply With Quote