nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

iptables config 6881

This is a discussion on iptables config 6881 within the Linux software forums, part of the Linux Getting Started category; How to configure iptables for port 6881?...


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-27-2006, 12:23 PM
Guest
 
Posts: n/a
Default iptables config 6881

How to configure iptables for port 6881?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 01-28-2006, 12:23 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

You can open port 6881 using iptables

Code:
iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT
iptables -A OUTPUT -p tcp --source-ports 6881:6999 -j ACCEPT
See http://www.cyberciti.biz/nixcraft/vi...orrent-tcp.php for more information on this issue
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
understanding vsftpd's builddefs.h config file Predatorian Web servers 0 03-06-2008 06:16 PM
rhce-config-4.0-0.55.noarch.rpm gangadharbk Linux software 1 11-23-2006 03:38 AM
eth0.1 vlan linux config command chimu Linux software 1 07-19-2006 11:44 PM
IPTABLES Help asim.mcp Linux software 3 07-08-2006 03:53 AM
IPTABLES help vasanth Linux software 1 03-09-2005 10:15 AM


All times are GMT +5.5. The time now is 02:53 AM.


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