Thanks for the reply, all the examples I have seem involve computers on a network, i need to encrypt data between 2 VPS servers when I pass the data from 1 sql server to the other sql server neither or on a network or domain.
Basically one sql db does some cpu intensive work on VPS1, once its finished, i import that data into other db on VPS2
I can set ipsec up to only allow data through port 1433 if ip address is a match in the rule, but ip's can be spoofed.
Also i have noticed that when the data is been transferred, its has a secure key symbol, do you know how to encrypt the passwords from db when they are passed over http
Thanks
Made redundant and now looking to build website that i always wanted to. (I'm not a professional programmer, just teaching myself)
CareerChange
Member
43 Points
180 Posts
Ipsec how to check data is encrypted
Dec 12, 2012 11:53 AM|LINK
Hi
I hope i have set up Ipsec correctly on my VPS servers so that i can tranfer data from one sql db to another.
I have tried to log on to one db and was blocked by rule, as my ip address is not a match, other VPS ok as that ip is a match.
But what i need to try and see is how the data is been transferred over the internet, anyone know any software free that can monitor this.
Thanks
Chen Yu - MS...
All-Star
21600 Points
2493 Posts
Microsoft
Re: Ipsec how to check data is encrypted
Dec 14, 2012 08:00 AM|LINK
Hi,
You could follow below articles to use Ipsec to encrypt data.
Please see: http://www.windowsitpro.com/article/encryption2/use-ipsec-to-encrypt-data
And you could follow How to... topics to use Ipsec.
http://technet.microsoft.com/en-us/library/cc787704(v=ws.10).aspx
Thanks.
Feedback to us
Develop and promote your apps in Windows Store
CareerChange
Member
43 Points
180 Posts
Re: Ipsec how to check data is encrypted
Dec 14, 2012 09:56 AM|LINK
Hi Chen Yu
Thanks for the reply, all the examples I have seem involve computers on a network, i need to encrypt data between 2 VPS servers when I pass the data from 1 sql server to the other sql server neither or on a network or domain.
Basically one sql db does some cpu intensive work on VPS1, once its finished, i import that data into other db on VPS2
I can set ipsec up to only allow data through port 1433 if ip address is a match in the rule, but ip's can be spoofed.
Also i have noticed that when the data is been transferred, its has a secure key symbol, do you know how to encrypt the passwords from db when they are passed over http
Thanks