"Dominik Dahlem" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Raj, > > I didn't try it yet. However, I'd assume, if you start each instance > with different configuration files it should work. Make sure each > instance uses different ports... > > Hope that helps, > Dominik
That's what I have done. Here are the contents of the config files: ======================= ## bearerbox config group = core admin-port = 13000 admin-password = [password] admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" wapbox-port = 13002 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" ## this has been substituted with x's wdp-interface-name = "x.x.x.x" log-file = "/var/log/kannel/bearerbox.log" log-level = 5 ## wapbox config group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" log-level = 5 device-home = http://wap.com ======================= ======================= ## bearerbox config group = core admin-port = 13100 admin-password = [password] admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1" wapbox-port = 13102 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" wdp-interface-name = "x.x.x.x" log-file = "/var/log/kannel/a-bearerbox.log" log-level = 1 ## wapbox config group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/a-wapbox.log" log-level = 1 device-home = http://wap.com ======================= Is there anything wrong with these? Thanks again for your attention. Regards, Raj
