Re: Azureus and the TCP port 6881
- From: Gene Heskett <gene.heskett@xxxxxxxxxxx>
- Date: Mon, 30 Jan 2006 19:26:19 -0500
On Monday 30 January 2006 17:59, Marcelo Chiapparini wrote:
>Dear debianners,
>
>I've just installed Azureus as my .torrent client. During its
>configuration the wizard checks for the 6881 TCP port reporting the
>following message: "Testing port 6881... NAT error". I would like to
>know how to open this port. I've surfed the list, googled the web
>without success. I am wired to the Internet by an ADSL connection. I
>wonder if this problem involves my Internet provider...
>Thanks in advance for any help!
>
More than likely you'll need to setup a NAT rule in iptables. I have
the NAT being done in the router, by forwarding this range of ports
directly to this machines address. Its all setup in the router for
that.
But I also have to open up iptables a wee bit on my firewall box, with
this rule:
-----------
#!/bin/bash
BTFORWARDADDR=192.168.xx.3 PORTSTART=6881 PORTEND=6999
/sbin/iptables -A FORWARD -s $BTFORWARDADDR -p tcp --dport $PORTSTART:
$PORTEND -j ACCEPT
-----------
Where the "xx" is a real number of course.
>Regards
>
>Marcelo
>
>--
>Marcelo Chiapparini
>chiappa@xxxxxxxxx
--
Cheers, Gene
People having trouble with vz bouncing email to me should add the word
'online' between the 'verizon', and the dot which bypasses vz's
stupid bounce rules. I do use spamassassin too. :-)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- Azureus and the TCP port 6881
- From: Marcelo Chiapparini
- Azureus and the TCP port 6881
- Prev by Date: Re: Azureus and the TCP port 6881
- Next by Date: Re: How to minimize /dev (using udev)?
- Previous by thread: Re: Azureus and the TCP port 6881
- Next by thread: unsubscribe anahuac@anahuac.biz
- Index(es):
Relevant Pages
|