Create CF database connection to MS SQL on VPS in private network
CF 2016
MS SQL 2008
Windows 2008 Server
I am trying to move my MS SQL database to a separate VPS which will sit within a private network.
The new VPS server has been given the internal IP of 192.168.1.1 and the CF server has the internal IP of 192.168.1.2, these are on secondary adapaters, they also have their public IP's.
I mapped a drive from the CF server to this new VPS database server and I was able to remotely browse the hard drive, so I know the connection between the two is functioning.
I then went to the CF admin to try and connect to a test database, but I'm getting nowhere, all I get are timeouts trying to connect to the MS SQL
I had made sure that SQL Server Browser service is running on the new database VPS
Remote connections is also checked within MS SQL
I also tried creating a new user within SQL and then using those credentials to connect.
I've made sure the ports 1433 and 1433 on TCP and UDP are both open on the firewall for both servers.
When adding the SERVER value in the connection settings within the CF admin, I've added the IP number, I've also tried //serverip, I've tried with port 1433 and also tried removing the port number.
Does anybody have any ideas as to what I'm missing?
Thanks.
