Firewall settings? .

Brad Alpert balpert at fortbradford.com
Sun Feb 5 13:38:55 UTC 2006


On Sat, 2006-02-04 at 23:28 -0700, under.actuate at gmail.com wrote:
> Hey all,
> 
> What's the best way to go about opening the required firewall ports to
> allow Azureus?
> 
> -jared

I'm using:

$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6881 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6882 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6883 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6884 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6885 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6886 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6887 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6888 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6889 -j allowed
$IPTABLES -A tcp_packets -p TCP -s 0/0 --dport 6890 -j allowed

Maybe it'll work for you.

Brad





More information about the fedora-list mailing list