Невозможно подключиться к серверу MSSQL нашей компании с одного из наших серверов FreeBSD.
# telnet 192.168.1.51 1433
Trying 192.168.1.51...
telnet: connect to address 192.168.1.51: Connection refused
telnet: Unable to connect to remote host
На сервере MSSQL не запущен брандмауэр, и я открыл порт по умолчанию на BSD-FW
00210 allow tcp from any to any dst-port 1433 in
00215 allow tcp from any to any dst-port 1433 out
Есть идеи по этому поводу?
Особенности сервера MSSQL, работающего на Windows Server 2003
![enter image description here](https://i.stack.imgur.com/74trJ.png)
![enter image description here](https://i.stack.imgur.com/AKb50.png)