XMPP Protocol
Aug 5, 2009What do you know of XMPP protocol?
Hqhost.net provides technical support via XMPP protocol aka Jabber for their clients.
What do you know of XMPP protocol?
Hqhost.net provides technical support via XMPP protocol aka Jabber for their clients.
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 Relatedi 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?
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.
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 RelatedA Simple Mail Transfer Protocol..
How to have one on my server?
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 ...
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.
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.
"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.
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] .....