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?...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| 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 |
![]() |
| Bookmarks |
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 | 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 |