lördagen den 11 mars 2006 18.03 skrev Gene Heskett: > Is there an iptables expert in the house? Think I know my way around the beast :-) > Or maybe I can get it to use > the bt hole? Nope, 6882 is still the same NAT error for Azureus. > Torrent however IS WORKING as I'm currently seeding ubuntu-5.10 at > 19kb/sec up. There is a lot of ISP's killing torrent traffic. I'd suggest you bump up the port to something over 49xxx. Well into the 50xxx. Gave my brother this suggestion recentley (OBS! port 53323): iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 53323 -j DNAT --to-destination your.internal.ip.number:53323 iptables -A FORWARD -s your.internal.ip.number -p tcp --dport 53323 -j ACCEPT change the your.internal.ip.number to suit your needs. regards, -- - Bengan ------------------------------------------------------------- - KTHNOC/SUNET/NORDUnet | http://www.noc.kth.se/~bengan | 08-7906586 -