View Single Post

  #2 (permalink)  
Old 03-27-2007, 11:12 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,060
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

bittorent cannot use proxy authentication. Your best chance is to block all bittorent traffic except for your own IP using iptables

If your admin IP is 192.168.1.100 use something as follows on Linux proxy server
Code:
iptables -A INPUT -p tcp --destination-port 6881:6999 -d ! 192.168.1.100 -jj DROP
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote