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
messenger in csf dosen't work
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: messenger in csf dosen't work !!!!!
Check lfd.log for errors. Ensure you've created the MESSENGER_USER user account as per the readme.txt
Re: messenger in csf dosen't work !!!!!
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
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
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: messenger in csf dosen't work !!!!!
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.
Re: messenger in csf dosen't work !!!!!
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
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
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: messenger in csf dosen't work
It appears to be working just fine:
http://fwh01.fwhco.net:8888
http://fwh01.fwhco.net:8888
Re: messenger in csf dosen't work
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 ?
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 ?
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: messenger in csf dosen't work
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.