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

Azureus. Need help!!

Hello all.
I have problem with Azureus 2.5.0.0 and BitCommet (ASG 6.301)
My rules
Service
BitTorrent TCP Source1:65535 Destination6881:6889
DNAT
Any->External IP->BitTorrent->None->MyPC internal IP
PacketFilter
Any->BitTorrent->MyPC internal IP
I don't know what is wrong?? When I do Azureus Test NAT on port 6881 it shows that is OK but i can't download anything. I have a "red face" that means I'm not connected.


This thread was automatically locked due to age.
Parents
  • Service
    BitTorrent TCP Source1:65535 Destination6881:6889
    Azureus only requires a single port to work. It is not nessessary to define a port range. For the distributed tracker in Azureus to work, the UDP port must also be open. You can redefine your Bit Torrent rule as follows: BitTorrent TCP/UDP Source1:65535 Destination:6881

    Port 6881 is the default port used for Bit Torrent. However, you can use any free port number instead, as long as you configure both your Bit Torrent client and your ASG box for the new port number. The tracker site keeps track of both the IP address and port number used by each swarm member, so the PCs in a torrent swarm can all be using different port numbers without any problems. There are also a number of membership based Bit Torrent tracker sites that simply will not accept connections from clients that use the default 6881 port. I would guess this is done to avoid connections from folks that are new to Bit Torrents. Personally, I run Azureus on TCP/UDP port 52525.
Reply
  • Service
    BitTorrent TCP Source1:65535 Destination6881:6889
    Azureus only requires a single port to work. It is not nessessary to define a port range. For the distributed tracker in Azureus to work, the UDP port must also be open. You can redefine your Bit Torrent rule as follows: BitTorrent TCP/UDP Source1:65535 Destination:6881

    Port 6881 is the default port used for Bit Torrent. However, you can use any free port number instead, as long as you configure both your Bit Torrent client and your ASG box for the new port number. The tracker site keeps track of both the IP address and port number used by each swarm member, so the PCs in a torrent swarm can all be using different port numbers without any problems. There are also a number of membership based Bit Torrent tracker sites that simply will not accept connections from clients that use the default 6881 port. I would guess this is done to avoid connections from folks that are new to Bit Torrents. Personally, I run Azureus on TCP/UDP port 52525.
Children
  • Keep in mind, too, that some ISPs block BitTorrent ports. You *may* need to try a few ports before finding one that works.
  • I'm having trouble getting this all working with the latest Azureus and ASG V7.002.   Here's what I've got today:

    Service definition:

    Name:  Azureus
    Type:  TCP/UDP
    Destination Port: 42424
    Source Port: 1024:65535

    Packet Filters:

    1:  Internal (Network) -> Any, Any
    2:  Any -> opus, Azureus

    NAT entry:
    DNAT [Azureus]: Any -> Azureus -> opus
    Destionation Translation: External (Address), Azureus

    Anyone see what I'm doing wrong?  Azureus running on my Linux node, opus, is showing completely firewalled.  Azureus is set up to use port 42424 and I know my ISP isn't filtering since this was working on ipCop just a week ago.
  • Your DNAT rule should be
    Source: any
    Dest: External Address
    Service: Azureus (42424)

    Translation: PC; port that bt client is running on PC

    Barry
  • I made this change and it does look better.  Not seeing any download, but I am uploading....
  • Still no download occurring; any other ideas?
  • Have you got a packet filter rule defined?

    Any Source ==== (Torrent port/s) ==== Your PC ==== Allow
    You will need the DNAT rule as well.
  • Yes, I have both a DNAT rule (as per an earlier post) and a packet filter rule like the one you describe.  Still no joy.
  • Anything appearing in your packetfilter logs?

    Barry
  • These look promising:

    2007:04:16-20:09:26 (none) ulogd[2558]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="60001" initf="eth1" dstmac="00:40:f4:7a:e5:3a" srcmac="00:18:3f:1c:00:b1" srcip="219.95.93.78" dstip="70.59.62.142" proto="6" length="40" tos="0x00" prec="0x00" ttl="255" srcport="49522" dstport="42424" tcpflags="ACKRST "
    2007:04:16-20:09:46 (none) ulogd[2558]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="60001" initf="eth1" dstmac="00:40:f4:7a:e5:3a" srcmac="00:18:3f:1c:00:b1" srcip="146.87.193.4" dstip="70.59.62.142" proto="6" length="40" tos="0x00" prec="0x00" ttl="255" srcport="3333" dstport="42424" tcpflags="ACKRST "
    2007:04:16-20:09:58 (none) ulogd[2558]: id="2001" severity="info" sys="SecureNet" sub="packetfilter" name="Packet dropped" action="drop" fwrule="60001" initf="eth1" dstmac="00:40:f4:7a:e5:3a" srcmac="00:18:3f:1c:00:b1" srcip="81.224.49.185" dstip="70.59.62.142" proto="6" length="40" tos="0x00" prec="0x00" ttl="255" srcport="1318" dstport="42424" tcpflags="ACKRST "

    70.59.62.142 is showing as my external (red) IP.  I just can't figure out what I've done wrong to cause these to be dropped....