SMPP Protocol Implementation

Mar 18, 2007

how to set-up SMPP server for premium SMS purposes.

I got technical descriptions from mobile operators which say that it will work using TCP/IP connections and my server must support SMPP protocol.

How do I make my server to support SMPP protocol?

smsforum.net provides some APIs, test tools for download:
[url]

pear.php.net provides
1. Net_SMPP: SMPP v3.4 protocol implementation
2. Net_SMPP_Client: SMPP v3.4 client

It looks like this: my client sends SMS to the premium SMS number. Mobile operator makes connection to my server and transfers the content of this SMS. My server writes information to MySQL and returns answer depending of the SMS content. Mobile operator returns SMS to the user which contains information generated by my server.

I am getting lost. I don't understand what I have to install to make al this possible.

View 6 Replies


ADVERTISEMENT

IPv6 Implementation

Jul 28, 2009

we would like to extend our services with providing IPv6 for dedicated servers.

Our colo will provide us /48.

Am pretty new to IPv6. Can anobydy give some hints about IPv6 addressing for such scenario.

How should we cut that /48? How much IPs shoud I provide to every server?

Any real hosting world scenarios?

View 2 Replies View Related

Remote Backup Implementation.

Dec 9, 2007

I've been exploring two possibilities.

1) Have a backup server in the same physical location as the main servers. Then have automated backups occur, through a local network. The benefits of this are obviously a) No bandwidth fee's b) Total control over data instead of relying upon a third party c) Faster transfer speeds.

However, that doesn't really help when it comes to disaster recovery etc, so, some sort of remote solution would probably be best.

2) Have a remote server in a different datacentre.

There's two ways of doing this, either by renting a server in an a different datacentre, and having remote backups that way (probably with Rsync), OR paying for some third party service.

I'd be interested in your input on what you think would work best and be most cost effective.

View 9 Replies View Related

Apache :: SPDY Implementation For Windows With 2.4.7?

Nov 23, 2013

Is there any chance for a SPDY implementation for Windows now?

View 1 Replies View Related

Virtual Private Server (VPS) Providers: Which Virtualization Implementation?

Jul 25, 2008

I'am curious which (semi) virtualization implementations you use, and why! Just out of interest...

- VMWare Infrastructure 3
- VMWare ESXi
- VMWare Server
- Virtuozo
- OpenVZ
- XEN
- Linux vserver
- FreeBSD jails
- append the list, if I forgot some

What have been the reasons for your decision? Where do you see disadvantages using other than your choice?

View 3 Replies View Related

XMPP Protocol

Aug 5, 2009

What do you know of XMPP protocol?

Hqhost.net provides technical support via XMPP protocol aka Jabber for their clients.

View 2 Replies View Related

Pptp Protocol

Oct 31, 2008

I have a customer who created a subdomain and wants to redirect it to an address with pptp protocol. It doesn't seem to be working. When pointing to the subdomain, it will actually point to the designated destination IP, but it shows http instead of pptp. Am I assuming correctly that this is because you can't point to a pptp protocol in a browser?

View 5 Replies View Related

How I Can Disable SSHv1 And Set Protocol 2

Jan 22, 2007

i have a dedicated server

i install CSF ( firewall )
CSF give me Security Warning ( Check SSHv1 is disabled )

CSF Note : You should disable SSHv1 by editing /etc/ssh/sshd_config and setting: Protocol 2

How i can disable SSHv1 and set protocol 2?

View 5 Replies View Related

Internet Protocol Address Management

May 6, 2008

I'm tired of our current method for doing this. Is there a program out there that can do IP management aross multiple subnets and many thousands of IP's?? I cant seem to find any that either dont cost an arm and a leg, or is just software. All the ones I find tend to be appliances, which isnt what I want.

View 2 Replies View Related

A Simple Mail Transfer Protocol

Nov 13, 2008

A Simple Mail Transfer Protocol..

How to have one on my server?

View 4 Replies View Related

Error In Rsync Protocol Data Stream

Dec 6, 2008

I found a problem with the scheduled rysnc ...

I tried also to run it manually but there is an error.Command:

#rsync -avz --exclude=/proc --exclude=/backup -e ssh / user@user.bqbackup.comerver1

The error:

building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry" [sender]: Broken pipe (32)
multiplexing overflow 1:1075

rsync error: error in rsync protocol data stream (code 12) at io.c(681)

What should that be ? I didn't change anything in my server ...

View 10 Replies View Related

How Important Is A Secure Transfer Protocol (SSH/SFTP)?

Jul 25, 2008

I'm looking for a relatively cheap shared host, but I'm having trouble finding one with SSH/SFTP transfers. Everyone has FTP, but my concern is that FTP itself is not secure. I was reminded of this recently: http://www.43folders.com/2008/07/14/dump-ftp. Wikipedia documents this as well: http://en.wikipedia.org/wiki/Ftp#Security_problems. So with FTP, my passwords would be transmitted in the clear. (If I'm wrong, please correct me!)

I've been looking at Godaddy or 1&1*. 1&1 has a plan with SSH access that's about twice the cost of the plan I'm looking at. I'm not sure it's worth double the cost.

I'm to the point where I think I've overthought the variety of hosts, but in my estimation it's an important feature. Does anyone (dis)agree that it's important? Any other ideas of hosts?

*I was looking seriously at Bluehost also until I read some of their recent shenanigans here; thanks to everyone here for discussing their problems!

Also, to avoid the inevitable question of what I'm looking for in a host:
100 GB of space
1000 GB of bandwidth/month
Linux-based server
Apache server
10 MySQL databases
PHP (preferably 5)
Python support
Some sort of control panel interface
Good support reputation, preferably ticket-based and with chat support
Automated or easy Wordpress installation would certainly be nice.

View 11 Replies View Related

ZyWall Router: Which VPN (Virtual Private Network) Protocol?

May 19, 2009

My new router ZyWall USG 300 supports IPsec, OpenVPN and L2TP for VPN protocol.

I don't know which protocol to choose! IPsec afaik is more compatible (windows supports natively), altough less secure. OpenVPN is more "friendly" to configure.

View 6 Replies View Related

MySQL Error: Client Does Not Support Authentication Protocol

Jun 17, 2008

"Client does not support authentication protocol requested by server; consider upgrading MySQL client"

I upgraded from MySQL 4 to 5 and everything was fine for about a week. On Monday, I get the error above. From what I've read, this is the oldpassword/new password hash error that I can fix in about 2 minutes on my server. However, this is on a Parcom server, and Parcom has been sloooowww to react.

Can anyone think of another reason why this would be coming up? It's running fine on 3 other PCs that I run as a backup. I've dropped the database twice and rebuilt it twice, still with the same error. Ditto for the user/pass.

View 2 Replies View Related

Apache :: Intermittent Unknown SSL Protocol Error In Connection

Nov 5, 2014

We are hosting a Git server (using Gitolite v3). Our users are interacting with git over an https connection. Here's the relevant versions of software:

Apache 2.4.6
OpenSSL 1.0.1e-fips
Red Hat Enterprise Linux Server release 6.5 (Santiago)
git version 1.8.5.3 (Server Side)
git version 1.9.2.msysgit.0 (Client Side)

Users sometimes encounter an SSL error message when attempting to run git commands that talk to the server (e.g. clone, push, pull). The error message is "Unknown SSL protocol error in connection to servername:443". Users can usually simply try the command again, and it will then work successfully.

I've managed to capture a bit more output by setting the GIT_CURL_VERBOSE flag, see output below.

Code:

* Couldn't find host servername in the _netrc file; using defaults
* Adding handle: conn: 0x2587c40
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1

[Code] .....

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved