Here is our scenario:
We have our LAN, and a server in the DMZ with an internally accessible IP address (192.168.xx.xxx) and an external IP address (DNS > IP address)
The server is running the default named instance of SQL Server 2005 Express (SQLEXPRESS), and GFI Languard tells me port 1033 is wide open for service "ISA Server" but the randomized port assigned by SQL Server is 1105.
How do I connect to this SQL Server from my LAN?
I've tried everything I can think of...
192.168.xx.xxx:1105\SQLEXPRESS
192.168.xx.xxx:1033\SQLEXPRESS
192.168.xx.xxx\SQLEXPRESS:1105
192.168.xx.xxx\SQLEXPRESS:1033
192.168.xx.xxx\SQLEXPRESS
192.168.xx.xxx
192.168.xx.xxx:1105
etc, etc...
What am I missing here?!? Thanks in advance for any help with this frustrating network configuration...
Mike