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

Does anyone have any experience with setting up Utorrent to work with the astaro.

Current setup is: cable modem > astaro > linksys e1000 (AP) > desktop pc.


This thread was automatically locked due to age.
Parents Reply Children
  • Here is my setup with uTorrent.

    I setup two services
    uTorrentInBound / uTorrentOutBound
    type of dest. (TCP/UDP)
    dest. port (49200) / (8445:65534)
    src. port (1:65535)

    combine into a group definition called uTorrent Protocol, then create two PF rules.
    any --> uTorrent Protocol --> myPC (inbound traffic)
    myPC --> uTorrent Protocol --> any (outbound traffic)

    I also have a DNAT rule
    traffic src. (any)
    traffic srv. (uTorrent Protocol)
    traffic dst. (ext. WAN)
    dst. (myPC)

    BTW, I have myPC on a separate DMZ interface.