[solved] Different kannel smpp configurations

Hi all, i´d like to ask if it´s possible to have a kannel instance running with, let´s say three smpp configs and associate them to playsms as 3 different SMSCs. So you can assign them to different users depending on kind of connection.

#SMSC smpp1
group = smsc
smsc = smpp
smsc-id = smpp1
allowed-smsc-id = smpp1
preferred-smsc-id = smpp1
host = 111.111.111.111
port = 2000
transceiver-mode = yes
smsc-username = username1
smsc-password = pass1
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp1.log"
log-level = 0

#SMSC smpp2
group = smsc
smsc = smpp
smsc-id = smpp2
allowed-smsc-id = smpp2
host = 222.222.222.222
port = 2000
transceiver-mode = yes
smsc-username = username2
smsc-password = pass2
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp2.log"
log-level = 0

#SMSC smpp3
group = smsc
smsc = smpp
smsc-id = smpp3
allowed-smsc-id = smpp3
host = 333.333.333.333
port = 2000
transceiver-mode = yes
smsc-username = username3
smsc-password = pass3
system-type = "VMA"
log-file = "/var/log/kannel/smsc-smpp3.log"
log-level = 0

Thank you!!

SOLVED: IP alias didn´t worked, so instead of three instances you need to run 3 kannel installations on 3 different machines.

Can u show us ur playsms page with these three kannel smpp.
I am done uptill this step but not sure hw to add them in playsms

In playsms you have to add 3 smsc´s based on 3 kannel gateway configurations, each kannel installation will be in a different machine with it´s own ip (i´ve tried 3 instances with 3 kannel config files using IP alias but with no success). Later u have to assign each user it´s gateway.

Hope this info helps you.

thannks i’ll try that…
hope it helps!