Hi AMR,
It seems that you are not able to connect to the SMSC at all, First check if you are able to connect SMSC on TCP/IP, I mean try to ping the SMSC Also check if the port is open for you system, try telnet to SMSC port given to u. I hope this will help Regards Ashwani _____ From: Amr Qanadilo //AMC// [mailto:[EMAIL PROTECTED] Sent: Saturday, August 11, 2007 2:05 PM To: [email protected] Subject: problems connecting to SMSC using SMPP though VPN Dear all; I have a problem in connecting the Kannel to the GSM operator smsc center. Am using kannel 1.4.1 stable. My OS is enterprise redhat linux 4. The config file is as follows: group = core admin-port = 13000 wapbox-port = 13002 admin-password = bar wdp-interface-name = "*" log-file = "/var/log/bearerbox.log" log-level = 1 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" include = "wapbox.conf" include = "smsbox.conf" group = smsc smsc = smpp host = (IP I GOT FROM GSM OP) port = (PORT I GOT FRON GSM OP) receive-port = (PORT I GOT FRON GSM OP) smsc-username = "(username I GOT FRON GSM OP) smsc-password = "(pass I GOT FRON GSM OP)" system-type = "SMPP" address-range ="" ------------------------------------------------------- WAP BOX group = wapbox bearerbox-host = localhost log-file = "/var/log/wapbox.log" log-level = 0 syslog-level = none SMS BOX group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = 13013 sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" log-level = 0 access-log = "/tmp/access.log" when I try to connect it gives me this error message 2007-08-10 16:35:17 [25358] [6] ERROR: connect failed 2007-08-10 16:35:17 [25358] [6] ERROR: System error 110: Connection timed out 2007-08-10 16:35:17 [25358] [6] ERROR: error connecting to server `IP FROM GSM OP' at port `PORT FROM GSM OP' 2007-08-10 16:35:17 [25358] [6] ERROR: SMPP[SMPP:IP:PORT/PORT:username:SMPP]: Couldn't connect to server. 2007-08-10 16:35:17 [25358] [6] ERROR: SMPP[SMPP:IP:PORT/PORT:username:SMPP]: Couldn't connect to SMS center (retrying in 10 seconds). Please help Thank you
