[EMAIL PROTECTED] wrote:
Hello,
I'm quite news with Kannel and need some help to make it running. Here is the description of the issue : I install all lib and package on a Debian Sarge Linux machine. This machine have apache2 daemon launch on standard port (eg 80). My configuration for kannel is as following, but when I tried to have acces to Kannel http admin or sendsms, the connection is refused. Is there is something to do with the apache configuration ? or is Kannel is a standalone http server ? My local network is 192.168.1.*.
Thanks for your help.
# THIS IS A SAMPLE CONFIGURATION FOR KANNEL # # For any modifications to this file, see Kannel User Guide # If that does not help, send email to [email protected]
# Modification : 15/02/05 # Auteur : CHN
group = core admin-port = 13000 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "*.*.*.*" log-file = "/tmp/kannel.log" log-level = 0 access-log = "/tmp/access.log" #http-proxy-host = "127.0.0.1" #http-proxy-port = 8080 #http-proxy-exceptions = "127.0.0.1" #http-proxy-username = "user" #http-proxy-password = "password" #ssl-certkey-file = "mycertandprivkeyfile.pem"
you did not limit via admin-*-ip here, so you obviously should be able to connect to port 13000 for the HTTP admin/status commands.
# Smsbox related smsbox-port = 13001 #box-deny-ip = "*.*.*.*" #box-allow-ip = "127.0.0.1;192.168.1.*" unified-prefix = "00336,0" #white-list = "http://127.0.0.1/white-list.txt" #black-list = "http://127.0.0.1/black-list.txt" store-file = "kannel.store"
same here, where no sendsms-port is given, hence default 13013 is assumed?
BTW, didn't you read the user's guide first??? ;)
Stipe
mailto:stolj_{at}_wapme.de ------------------------------------------------------------------- Wapme Systems AG
Vogelsanger Weg 80 40470 D�sseldorf, NRW, Germany
phone: +49.211.74845.0 fax: +49.211.74845.299
mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ -------------------------------------------------------------------
