Hi all, Thanks to those whhelped me with my last post. However I've come up with a new problem. I want to set up WAP and when I run the following command to start the bearer box:
./bearbox -v 1 /etc/config/kannel.conf I get the following response 2007-08-29 16:40:55 [3696] [0] INFO: Debug_1v1 = 1, log_file = <none>, log_1v1 = 0 2007-08-29 16:40:55 [3696] [0] WARNING: DLR: using default 'internal' for storage type. 2007-08-29 16:40:55 [3696] [0] INFO: HTTP: Opening server at port 13000 2007-08-29 16:40:55 [3696] [0] INFO: Adding interface * 2007-08-29 16:40:55 [3696] [0] INFO: -------------------------------------------------- 2007-08-29 16:40:55 [3696] [0] INFO: Kannel bearerbox II version 1.4.1 starting 2007-08-29 16:40:55 [3696] [0] INFO: MAIN: Start-up done, entering mainloop After this message kannel hangs and nothing else shows. By the way I'm using WIN XP SP2 and Cygwin. Below is my kannel.conf that I've set up to run a WAP gateway. # # THIS IS THE CONFIGURATION FOR KANNEL # group = core admin-port = 13000 wapbox-port = 13002 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" wdp-interface-name = "*" #log-file = "/tmp/bearerbox.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #access-log = "/tmp/access.log" #store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" group = wapbox bearerbox-host = 127.0.0.1 #log-file = "/tmp/wapbox.log" #log-level = 0 syslog-level = none #access-log = "/tmp/wapaccess.log" Your help will be greatly appreciated. Kudzai
