Hi again! I have another problem: I can't use my gateway whem i'm already connected to Internet with another ISP. I do not know if it's a firewall issue or a misconfigured kannel. When i test it using a wap browser on a PC from inside our LAN it works great. My firewall is open to requests going to ports 9200 to 9203. Do i have something else to add to kannel's config file? Here is my kannel.conf file:
group = core admin-port = 13000 wapbox-port = 9201 admin-password = bar status-password = bar wdp-interface-name = "*" log-file = "/var/log/kannel/kannel.log" log-level = 0 box-deny-ip = "" box-allow-ip = "*.*.*.*" admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;10.1.*.*" access-log = "/var/log/kannel/access.log" group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" log-level = 0 syslog-level = none Thanks, Stephane.
