I have a SQL Server 2016 instance on Windows Service 2012 VM running in Azure. Currently the network security group/firewall allows for port 1433/TCP traffic so I can connect from my PC using SQL Server Management studio.
However, I don't want that anyone on the internet that can guess my SQL username can access the VM/Databases.
I now have Hamachi installed on my VM's to create a virtual network, but what do I have to change to only allow users within the virtual hamachi network to access SQLServer Management studio?
0 Answers