Hi I'm quite new to Kannel and Unix based systems. I have read through the userguide twice but the whole concept of kannel is not quite sinking in yet so some questions might sound silly perhaps but the help would be greatly appreciated. I have sucessfully installed Kannel 1.4.0 and I have set up my kannel.conf just to get my boxes running. Ok so here come the questions!
- To test my wap gateway I'm using a Nokia 5100 sdk to connect to Kannel. In the HTTP settings I have configured it the machine IP adress:127.0.0.1 and port 9200 according to the userguide since Kannel listens to ports 9200-9208 for udp packets (I hope that's correct). I have an Apache HTTP Server which runs on Port 80. So the idea is for me to open a *.wml page hosted by Apache through Kannel. if I set port 80 on the sdk (which means I'm accessing Apache directly) I can view my *.wml files but if I set the port to 9200 nothing seems to happen. May someone help me on this or give me suggestions or refer me to literature that may help. Below is a sample of my kannel.conf # BEARERBOX SETUP, for Kannel core operations group = core admin-port = 13000 smsbox-port = 13001 wapbox-port = 13002 admin-password = bar #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" wdp-interface-name = 127.0.0.1 #log-file = "/tmp/bearerbox.log" #log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" udp-deny-ip = "*.*.*.*" udp-allow-ip = "127.0.0.1" #unified-prefix = "+263,00263,0;+,00" #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" http-proxy-host = localhost http-proxy-port = 80 # WAPBOX SETUP, for pushing and for pulling (fetching) the wap data group = wapbox bearerbox-host = localhost #log-file = "/tmp/wapbox.log" #log-level = 0 syslog-level = none
