CSF allow transmissioin torrent client

Status
Not open for further replies.

bachbell

Active Member
689
2009
116
0
i've installed CSF and in csf conf file i add the 9091 port to be allowed out and in but i start the firewall but is not downloading torrents anymore , why should i do?
 
13 comments
Code:
# Allow incoming TCP ports
TCP_IN = "20,21,22,25,53,80,110,143,443,465,587,993,995,9091"

# Allow outgoing TCP ports
TCP_OUT = "20,21,22,25,53,80,110,113,443,9091"

# Allow incoming UDP ports
UDP_IN = "20,21,53,9091"

# Allow outgoing UDP ports
# To allow outgoing traceroute add 33434:33523 to this list 
UDP_OUT = "20,21,53,113,123,9091"

this is how i set the conf file
 
Last edited:
Are you running it on a vps ?

CSF has known port conflict issues when installed on a virtual environment
 
yes, is a vps centos 5 64bits


btw. before enable this

# lfd will not start while this is enabled
TESTING = "0"


it was working
 
Yes because once u disable testing csf becomes enabled.

Talk to your web host csf could be conflicting with the node if the node has a firewall.
 
try to white list transmission on lfd whitelist. Also check logs of both csf and lfd.
Also you can just disable lfd alone. goto csf.conf and edit

LF_DAEMON = 0
 
just edid [FONT=&quot] /etc/csf/lfd.pl add this [/FONT][FONT=&quot]$timing = 1; then just restart ifd [/FONT][FONT=&quot]
service lfd restart[/FONT]

after see that status working fine... goodluck
 
Yes because once u disable testing csf becomes enabled.

Talk to your web host csf could be conflicting with the node if the node has a firewall.

i will contact later if i cant make it work


try to white list transmission on lfd whitelist. Also check logs of both csf and lfd.
Also you can just disable lfd alone. goto csf.conf and edit

LF_DAEMON = 0

i cant find whilist whre it is? XD

i will try to disable it if theres not other opction


just edid [FONT=&quot] /etc/csf/lfd.pl add this [/FONT][FONT=&quot]$timing = 1; then just restart ifd [/FONT][FONT=&quot]
service lfd restart[/FONT]

after see that status working fine... goodluck


i got this error
Stopping lfd: [ OK ]
Starting lfd:Global symbol "$timing" requires explicit package name at /usr/sbin/lfd line 7852.
Execution of /usr/sbin/lfd aborted due to compilation errors.
 
i found this on csf install note:

You should ensure that kernel logging daemon (klogd) is enabled. Typically, VPS servers have this disabled and you should check /etc/init.d/syslog and make sure that any klogd lines are not commented out. If you change the file, remember to restart syslog.i dont read that before, now its working :facepalm:
 
Status
Not open for further replies.
Back
Top