nixCraft Linux Forum

nixCraft

Linux / UNIX 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

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 27-01-2006, 11:23 AM
Guest
 
Posts: n/a
Default iptables config 6881

How to configure iptables for port 6881?
Reply With Quote
  #2 (permalink)  
Old 28-01-2006, 11:23 AM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
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


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 Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
understanding vsftpd's builddefs.h config file Predatorian Web servers 0 06-03-2008 05:16 PM
rhce-config-4.0-0.55.noarch.rpm gangadharbk Linux software 1 23-11-2006 02:38 AM
eth0.1 vlan linux config command chimu Linux software 1 19-07-2006 10:44 PM
IPTABLES Help asim.mcp Linux software 3 08-07-2006 02:53 AM
IPTABLES help vasanth Linux software 1 09-03-2005 09:15 AM


All times are GMT +5.5. The time now is 03:49 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38