nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

iptables bittorrent not working

This is a discussion on iptables bittorrent not working within the Linux software forums, part of the Linux Getting Started category; Sorry to post it again, i was not able to modify my message. Anway i got script but it is ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 01-06-2006, 01:06 AM
Guest
 
Posts: n/a
Default iptables bittorrent not working

Sorry to post it again, i was not able to modify my message. Anway i got script but it is not working any idea i saw few script on site... any1 plz help me
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-08-2006, 02:00 AM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

You just need to do two things, one configure your router for port forwarding and next use iptables rule such as follows on your Linux workstation:

Code:
#allow bittorent incomming client request
iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT
Add above rule to your script, if u have more question feel free to reply
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
  #3 (permalink)  
Old 01-25-2006, 08:52 PM
monk's Avatar
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

See script located on our site.
http://www.cyberciti.biz/nixcraft/vi...orrent-tcp.php

You need port forwarding enabled on router --> PC
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
ISO files to be served via bittorrent in FreeBSD dhanesh All about FreeBSD/OpenBSD/NetBSD 0 10-11-2007 05:14 PM
logrotate not working muks Web servers 2 03-17-2007 05:50 AM
Bittorrent Packages sbhupathireddy Linux software 1 11-14-2006 04:53 PM
Is NTP Working? illtestu Linux software 1 05-22-2006 11:36 PM
bittorrent firewall iptables Linux software 1 01-08-2006 01:58 AM


All times are GMT +5.5. The time now is 09:28 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36