messenger in csf dosen't work

Post Reply
m4hdi
Junior Member
Posts: 5
Joined: 13 May 2014, 07:34

messenger in csf dosen't work

Post by m4hdi »

hi

i install and configured csf firewall.

now i want to set messenger in csf .

i set it and it dosent work !!!
this is configuration of messenger in csf.conf :

MESSENGER = "1"

# Provide this service to temporary IP address blocks
MESSENGER_TEMP = "1"

# Provide this service to permanent IP address blocks
MESSENGER_PERM = "1"

# User account to run the service servers under. We recommend creating a
# specific non-priv, non-shell account for this purpose
MESSENGER_USER = "csf"

# This is the maximum concurrent connections allowed to each service server
MESSENGER_CHILDREN = "10"

# Set this to the port that will receive the HTML message. You should configure
# this port to be >1023 and different from the TEXT port. Do NOT enable access
# to this port in TCP_IN
MESSENGER_HTML = "8888"
# This comma separated list are the HTML ports that will be redirected for the
# blocked IP address. If you are using per application blocking (LF_TRIGGER)
# then only the relevant block port will be redirected to the messenger port
MESSENGER_HTML_IN = "80,2082,2095,443,2083"

# Set this to the port that will receive the TEXT message. You should configure
# this port to be >1023 and different from the HTML port. Do NOT enable access
# to this port in TCP_IN
MESSENGER_TEXT = "8889"

# This comma separated list are the TEXT ports that will be redirected for the
# blocked IP address. If you are using per application blocking (LF_TRIGGER)
# then only the relevant block port will be redirected to the messenger port
MESSENGER_TEXT_IN = "21"



Please help me to reslove my problem !

my server inormation :
Cpanel
Centos 6.5
LiteSpeed


Thanks all
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: messenger in csf dosen't work !!!!!

Post by ForumAdmin »

Check lfd.log for errors. Ensure you've created the MESSENGER_USER user account as per the readme.txt
m4hdi
Junior Member
Posts: 5
Joined: 13 May 2014, 07:34

Re: messenger in csf dosen't work !!!!!

Post by m4hdi »

i add user csf with this command :
useradd csf -s /bin/false

this is lfd.log :

http://server-sec.#/lfd.txt
in this forum i can't paste my site adres - please replace # to .com and see my lfd error log
Please Help Me :X
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: messenger in csf dosen't work !!!!!

Post by ForumAdmin »

From that log, it appears that you did not restart lfd after making the changes. You need to look for any errors in log from immediately after restarting lfd.
m4hdi
Junior Member
Posts: 5
Joined: 13 May 2014, 07:34

Re: messenger in csf dosen't work !!!!!

Post by m4hdi »

Thank you.
I Restart lfd With :
service lfd restart

and my problem is not fix !!!

this is new error log of lfd.log :
http://server-sec.#/lfd2.txt

in this forum i can't paste my site adres - please replace # to .com and see my lfd error log

Please Help Me :X
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: messenger in csf dosen't work

Post by ForumAdmin »

It appears to be working just fine:
http://fwh01.fwhco.net:8888
m4hdi
Junior Member
Posts: 5
Joined: 13 May 2014, 07:34

Re: messenger in csf dosen't work

Post by m4hdi »

oh yes ,

thank you very much.


and this is only show with this link !
i want to show this page for blocked ip !

can you help me ?
ForumAdmin
Moderator
Posts: 1524
Joined: 01 Oct 2008, 09:24

Re: messenger in csf dosen't work

Post by ForumAdmin »

It should do so. If it doesn't then there's likely an issue either with the kernel or something else you have configured. We don't offer that level of support at all. Do ensure that you have also restarted csf as well as lfd, though.
Post Reply