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.
  • 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....
  • had the same nat problem with a strange twist, all the rules and nat were set and it used to work with that settings for month, one day i had that error. tried to delete all the settings and add it again but it did not help. after a few hours i gave up, the last thing i did was reboot my asl and wow, the nat problem was gone. it's nice to have an all-round solution to all the problems..[:)]
  • before the reboot in the live log all bittorrent traffic was droped by the default drop rule. i don't know what the problem was, but it seems that my specific rules could not override the default drop.
  • I've been working on this problem, on and off, for over a month now.  After working through the PDF that Simon Shaw wrote (thanks!), I now see in my livelog that the packets are apparently getting through on my chosen torrent port, but according to uTorrent and GRC's portscan utility, that port shows as unmapped and unreachable.  Needless to say, uTorrent isn't getting anywhere at this rate....  I have a single NAT entry mapping Any -> TorrentService -> ExternalAddress to my torrent host and a single packet filter rule allowing Any -> TorrentService -> TorrentClient.  What am I missing?  This is really starting to get to me....
  • Your BitTorrent SNAT rule, just in case there is an error in it, should be set up like this:
    Source address: Any
    Destination address: WAN (Address)
    Service: BitTorrent
    Change Source to: No change
    Change destination to: [your_client_PC]
    Service destination: No change
  • Do I need a DNAT rule as well, or just the SNAT?  I changed my DNAT rule to the SNAT rule above and am still getting nothing....
  • You only need one network translation rule.
    In ASG v6, which I'm running, there is no real distiction between dynamic and static address translation rules. DNAT/SNAT is defined as the same when creating an address translation rule.