Same SMPP Hostname Error

Same SMPP Hostname Error SearchSearch
Author Message
DJXLoRd
New member
Username: Djxlord

Post Number: 1
Registered: 01-2004
Posted on Wednesday, January 14, 2004 - 09:20 am:   

Hi ,
in the message http://support.nowsms.com/discus/messages/485/791.html
u discussed same IP addresses for the same SMPP Server.. now what i am facing is my provider gave me 4 Different accounts to the same Hostname smpp.host.com and same port address so actually what happenes is that only one is active and copies its own cofig to the others..
any solution ??
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 1622
Registered: 10-2002
Posted on Wednesday, January 14, 2004 - 04:41 pm:   

Yes, the solution is discussed in that thread that you reference.

Adapting the work-around described in that thread to your situation, it would work like this:

In the WINNT\SYSTEM32\DRIVERS\ETC directory, you'll find a file named HOSTS.

Edit this file, and add the following entries:

123.123.123.123 smpp1.smsc
123.123.123.123 smpp2.smsc
123.123.123.123 smpp3.smsc
123.123.123.123 smpp4.smsc

(Instead of 123.123.123.123, put in the IP address of smpp.host.com.)

In NowSMS, rather than configuring the IP address of the SMSC, specify the phony host name that was added to the HOSTS file. So SMSC definition #1 would point to "smpp1.smsc". SMSC definition #2 would point to "smpp2.smsc". SMSC definition #3 would point to "smpp3.smsc". SMSC definition #4 would point to "smpp4.smsc". The HOSTS file would resolve all to the same IP address.

-bn