Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exposing SQL Server 2000 to the Internet safely

I've got a SQL Server 2000 box that I'd like to put on "the Internet" so that developers could connect remotely without VPN access.

What's the safest way to do so? It might be temporary, e.g. every once in a while, but it's definitely necessary.

Thanks,

Rob

like image 788
Caveatrob Avatar asked Jan 30 '26 04:01

Caveatrob


1 Answers

Short answer - don't do this.

Long answer:

Install good firewall on the box.

Install and run ssh server on it.

Open only the ssh port.

Your devs can use PuTTY or any other ssh client to "tunnel" the sql port over the ssh connection.

like image 187
Sunny Milenov Avatar answered Jan 31 '26 20:01

Sunny Milenov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!