Just as an update on official policy.
No outside server Access to SQL servers is available via direct means anymore.
this is due to the vast amount of botnets and other attacks on the SQL servers that impact customers in a very negative manner.
We initially start this and have been whitelisting on the firewall people that need access, however we realize this is a lot of work for both clients, and our admins, and many people have dynamic IPs so whitelisting is needing to change all the time.
To that end, we’ve got a setup on alternative ports on a special server that will give you access to the SQL server remote for management purposes.
on SQL Management studio you need to put in the IP address with a , then the port number.
All SQL Servers will be on the same IP address externally now, and only the port will differ.
For the time being the list goes like this:
CL1:
MSSQL1 173.0.136.201,5201
MSSQL4 173.0.136.201,5204
MSSQL8 173.0.136.201,5208
MSSQL10 173.0.136.201.5210
MSSQL12 173.0.136.201,5212
MSSQL11 173.0.136.201,5211
MSSQL13 173.0.136.201,5213
CL2:
mssql1 mssqlmgr.go hsphere.com 5001
mssql2 mssqlmgr.go hsphere.com 5002
mssql3 mssqlmgr.go hsphere.com 5003
mssql4 mssqlmgr.go hsphere.com 5004
(remove spaces in go hsphere.com), put a comma after the name,PORT
VPS:
VZSQL1 use 173.0.136.201,5101 to access
Others will be added here as they are added to the network behind the firewall.