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

Utorrent doesn't work V8.305

I have read and followed several threads concerning the proper settings necessary to allow the utorrent client to function from behind the Astaro Security Gateway UTM 8.305 appliance.

Long story short it simply doesn't work. I'm a noob so I'll just provide you with everything I've done below.

I have also tried to disable the Intrusion Prevention service completely, to see if its the reason why utorrent doesnt work, but no dice.

Am I missing some thing?

Steps/changes made:

1. Under definitions/users-->network definitions:
I've created a new definition for my pc. 
name:myoctype:host
interface:internal
ipv4:192.168.2.1

2. Under definitions/users-->Service Definitions:
I've created a new definition for utorrent, the port chosen is the same as the one under the settings in the actual utorrent client. 
name:utorrent
type: tcp/udp
destination port: 46108
source: 1:65535

3. Under Network Security-->Firewall-->Rules:
I've created a new rule.
source: any
service: utorrent
destination: any

4. Under Network Security-->NAT-->DNAT/SNAT:
traffic source: any
traffic service: utorrent
traffic destination: external wan address

nat mode: DNAT

Destination: mypc
destination service: utorrent

automatic firewall rule is on

After having all of the above, I cannot get any torrent to properly download via utorrent. Any ideas?


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

    1. are you sure that 192.168.2.1 is your PC's IP, and not the firewall?

    2. this would match INCOMING traffic

    you can make another definition for outgoing if you need it:
    name:utorrent_OUT
    type: tcp/udp
    destination port: 1:65535
    source: 46108

    3. destination should be your PC (mypc)

    if you don't already allow outbound traffic, make another rule using the outbound service defintion:

    source: PC (mypc)
    service: utorrent_OUT
    destination: any

    4. correct


    I think #1 is the problem.

    Also, do you already have a Masquerading rule for LAN->EXT Address ?

    Barry
  • Another typical noob mistake is binding a definition to an interface.  Make sure that all host/network definitions have 'Interface: >'.

    Cheers - Bob
  • I've actually assigned 192.168.2.1 as a static IP for the pc so I know that #1 is not the problem. The IP for the gateway actually ends with 2.100

    Ive made all of the changes that BarryG has suggested, including creating an outbound rule.

    I've also changed the interface for mypc to "any".

    still, no dice.
  • oh and no masquerading rule that I know of. The installation of this UTM is pretty vanilla, so it has the default value for pretty much everything.
  • You need a Masquerading rule.

    Barry
  • Yeah, the missing masq rule seems to be the culprit. I've just rebuild this config in my test lab, UTM 9 (9.008-18) and a local mypc running XP with uTorrent newest version. Runs fine, download and upload ok. Masq rule is Internal(Network) to External(WAN).