Jim Ford asked: > My Dachstein setup appears to be working fine but Azereus reports a > NAT problem. As I'm still struggling up the ipchains learning curve, > I don't want to fiddle with anything and unwittingly throw the doors > open to attackers. I'd welcome suggestions for an ipchains line to > fix this and allow other peers to download from my torrents.
First see: http://btfaq.com/serve/cache/25.html This contains various ways to set up port forwarding for bittorrent. I found this by googling "bittorrent nat". There is all kinds of information on this subject. To get rid of the NAT problem warning, I did this in shorewall rules: # Allow BitTorrent traffic through - port 6969 is if you run a tracker # And ports 6881 through 6889 are for incoming BitTorrent connections. DNAT net loc:192.168.1.203 tcp 6881:6889,6969 - $ETH0_IP Where $ETH0_IP is my external IP. I realize this doesn't address Dachstein directly, but I hope it helps. Tim ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
