Messenger dont work

Post Reply
maxgdias
Junior Member
Posts: 3
Joined: 02 Mar 2013, 15:03

Messenger dont work

Post by maxgdias »

Simple dont work...
I try lock my IP and test but i dont receive the message.
I cant access the message in port 8888.

Any idea?
My conf:

MESSENGER =1
MESSENGER_TEMP = 1
MESSENGER_PERM = 1
MESSENGER_USER = csf
MESSENGER_CHILDREN = 30
MESSENGER_HTML = 8888
MESSENGER_HTML_IN = 80,2082,2095
MESSENGER_TEXT = 8889
MESSENGER_TEXT_IN =21,22
MESSENGER_RATE = 30/m
MESSENGER_BURST = 5

I create the user like this command:
useradd csf -s /bin/false


Can you hel please?
egrueda
Junior Member
Posts: 10
Joined: 16 Aug 2012, 15:19

Re: Messenger dont work

Post by egrueda »

Can you see if that port is in fact listening? If it is, firewall could be blocking it.
Run this command and check for ports 8888/8889
netstat -natp |grep -i listen
Post Reply