Running into SQL issues and I can find the exact problem already posted here on SF.
I have a SQL server running on a 192.168.16.x subnet on one side of a site to site VPN. I have a workstation on a 172.16.100.x subnet on the other.
SQL Browser running on SQL server and computer browser running on DCs and all workstations on both sides. Computer browser correctly shows all computers on both sides together.
I can ping and resolve all hostnames both directions, but when adding a SQL DSN, the SQL instance name does not populate the dropdown on the 100.x side, only on the 16.x side. All traffic and ports are open on the vpn.
The software application I need to setup requires the SQL instance is broadcast and selectable. It requires a DSN and basically needs to be able to be configured by selecting a SQL instance in the app as well. You can not just type it in...it will not work.
Any ideas on how to fix this would be greatly appreciated.
Thanks!