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

Remote IP using port 6881 being dropped

Hello all.

I'm trying to open up port 6881 for remote IPs through ASL but having a bit
of issue here.

Looking at the Packet Filter live log, local network(192.168..) can go out
through port 6881 but remote IPs are being dropped:

The following are my config:

Service Definition:
   Name: BitTorrent
   Protocol: TCP
   Source Port: 1024:65535
   Destination Port: 6881
       
Packet Filter Rules:
   Source: Any
   Service: BitTorrent
   Action: Allow
   Destination: inwall(Address)  inwall(Address) / BitTorrent
   SRC Translation: eth0(Address)  


This thread was automatically locked due to age.
  • It seems to be working now. I've set None to Source Translation in my NAT. And also changed Destination to myPC in my Packet Filter Rules.

    I'm actually downloading now but DHT still remains at yellow in Azureus and I'm not sure if it's a concern and/or how to correct it.

    Any ideas or suggestion is appreciated.

    Thanks,
    jav
  • You have it a bit wrong.

    The packet filter rule should be:
    (Source=Any)(Service=BitTorrent)(Destination=Internal PC IP) Allow

    NAT should be:
    Any ->(Your external IP) Bittorrent -> Internal PC IP

    So basically:
    Allow any torrent traffic to my internal IP
    Please NAT torrent traffic to external IP to my PC's IP
  • Thanks Simon. You've just confirmed the changes I made as mentioned in
    my last post. It's working okay now... [:)]

    Thanks,
    jav