On Sat, 2006-02-04 at 23:28 -0700, under.actuate@xxxxxxxxx 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