Linux / UNIX Tech Support Forum
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?...
|
|||||||
| Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
|
|
|
|||
|
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 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |