Hello,

for testing a test program (a WAP and RADIUS load tester) I have installed Kannel 1.3.1 on Debian Linux (i386, testing, Kernel 2.4.25) from the "kannel-devel" Debian package.

For some reason Kannel does not accept remote WAP connections. Everything is fine with a client on localhost, but as soon as the same client program tries to connect from a remote host on the same LAN, Kannel sends no replay packets at all. I have examined the packets sent to Kannel, and on the WTP and WSP layers the Invoke/Connect requests are identical bit by bit, so I think this must be a configuration problem.

I have examined the documentation at <http://www.kannel.org/download/1.3.1/userguide-1.3.1/userguide.html>, and I have tried every option I could think of, but to no avail. When you see the configuration file below, you will notice that box-deny-ip, box-allow-ip, and udp-allow-ip are commented out; I have also tried it with these values in effect and it did not help anything.

What is wrong here? I am probably just too dense to see it.

Best regards, Juergen.

--------------------------
kannel.conf:

group = core
admin-port = 13000
admin-password = barfly
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
#box-deny-ip = ""
#box-allow-ip = "*.*.*.*"
#udp-allow-ip = "*.*.*.*"

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"


Kannel status:

   Kannel bearerbox version `1.3.1'. System Linux, release 2.4.25-1-386,
   version #2 Wed Apr 14 19:38:08 EST 2004, machine i686. Hostname
   localhost, IP 127.0.0.1. Libxml version 20506. Using OpenSSL 0.9.7b 10
   Apr 2003. Using MySQL 3.23.56. Using native malloc.

   Status: running, uptime 0d 18h 4m 52s

   WDP: received 3 (0 queued), sent 11 (0 queued)

   SMS: received 0 (0 queued), sent 0 (0 queued), store size 0

   SMS: inbound 0.00 msg/sec, outbound 0.00 msg/sec

   DLR: 0 queued, using internal storage

   Box connections:
       wapbox, IP 127.0.0.1 (on-line 0d 18h 4m 51s)

   No SMSC connections

--
Juergen Nickelsen <[EMAIL PROTECTED]>
Netzwert AG * An den Treptowers 1 * D-12435 Berlin
Fon +49.30.5900.80-1112 * Fax +49.30.5900.800-700



Reply via email to