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

Just can't get Bittorrent to work

I have tried everything to get but torrent to work via ASG7 but get no joy, so I need to ask for some help.

A quick snapshot of my setup.
Old Dell PC running ASG7 with dual NIC's.
Internal NIC goes to a Dlink Router that has DHCP disable, and is connected like a switch via the LAN port 1. ASG handles the DHCP

Lan port 2 goes to my PC and Lan port 3 goes to a mac mini.

Masq is setup for the two NIC's on the Dell.

I have the following definitions:

one SERVICE called Bittorrent and is on TCP/UDP with Destination ports at 38785 and source port 1024:65535 (38785 is the port set in uTorrent)

one NETWORKS type HOST called PC with address 192.168.2.2 (PC IP) and Interface set to Internal

On NAT I have setup a DNAT with the following config

Traffice Source: Any
Traffic Service: Bittorrent
Traffic Destination: External WAN

NAT mode: DNAT

Destination: PC
Destination service: Bittorrent

Finally I have setup a packet filter fule that states:

Source: Internal LAN
Service: Bittorrent
Destination: Any

I have tried all sorts of combos, switcing ports around etc but there is still no connection in uTorrent and the port check states the port is closed. When I run Live Log, it just scrolls by in RED and I can see the connection attemps being blocked.

Am I missing a vital network setup here?

Thanks thanks :-)

Simon


This thread was automatically locked due to age.
Parents
  • The rule in the screenshot will not work (I dont see the details of the service you made or a dnat rule). 

    In order to get bittorrent to work you need to do the following:
    1) create a service for the bittorrent port you use
    2)create a DNAT rule
    3)create a packet filter rule to allow the traffic or select automatic packet filter rule when creating the DNAT rule

    an example of a dnat would be:
    Source: Any
    Service: Bittorrent
    Destination: External Address

    Change Destination to: IP of the computer running utorrent
Reply
  • The rule in the screenshot will not work (I dont see the details of the service you made or a dnat rule). 

    In order to get bittorrent to work you need to do the following:
    1) create a service for the bittorrent port you use
    2)create a DNAT rule
    3)create a packet filter rule to allow the traffic or select automatic packet filter rule when creating the DNAT rule

    an example of a dnat would be:
    Source: Any
    Service: Bittorrent
    Destination: External Address

    Change Destination to: IP of the computer running utorrent
Children
No Data