I have Windows 2008 box and would like to set port forward rule in Windows Firewall for MSSQL Server.
I have created Firewall rule
Profile: Any
Enabled: Yes
Action: Allow
Program: Any
Local Address: xxx.xxx.xxx.xxx (My MSSQLServer IP address)
Remote Address: Any
Protocol: TCP
Local Port: 1434
Remote Port: 1433
and I can't connect to xxx.xxx.xxx.xxx, 1433 using MSSQL Management Studio
but if I leave remote port Any then I can connect to xxx.xxx.xxx.xxx, 1434 using 1434 Port.
Profile: Any
Enabled: Yes
Action: Allow
Program: Any
Local Address: xxx.xxx.xxx.xxx (My MSSQLServer IP address)
Remote Address: Any
Protocol: TCP
Local Port: 1434
Remote Port: Any
Why port forwarding is not working in my case?