PDA

View Full Version : bit torrent client for knoppix



ptayanvo
01-18-2004, 06:42 AM
i was wondering if it is possible to run bit torrent on knoppix ? i have it installed on my hd and want to start using it full time instead of windows but i wont be able to unless i can find a client.

Dave_Bechtel
01-19-2004, 11:39 PM
--Yes, IIRC Knoppix 2003-11-19 comes with bittorrent. You may have to open ports in your firewall for it tho. In my limited experience it has to run directly on the DSL-connected box, won't run over proxy.

--I've been running the client for months on my Squid box. If you have iptables running you have to set up some rules for it:



# Allow BitTorrent connections
# xxx 2003.1012 modified for only 3 ports (was 6881:6889)
iptables -A INPUT -p tcp -s 0/0 -i ppp0 --dport 6881:6883 -j ACCEPT
iptables -A INPUT -p tcp -s 0/0 -i ppp0 --dport 6969 -j ACCEPT



i was wondering if it is possible to run bit torrent on knoppix ? i have it installed on my hd and want to start using it full time instead of windows but i wont be able to unless i can find a client.

arkaine23
01-20-2004, 12:12 AM
apt-get update
apt-get install bittorrent