I need to open prot 1433 to allow access for a SQL DB.
I have created the following NAT Rule:
source destination service Nat Action Translated Source Translated Destination
Any Public IP 69.x.x.x TPC Port Forwarding Any SQL DB 172.x.x.x
I Have created the following Firewall Over ride rule(S)
SRC Interface DST Interface Source Destination Service Action
trusted any SQL DB 172.x.x.x any SQL 1433 accept
trusted any any any sql 1433 Drop
this setup worked with port 25 for exchange but with SQL when I try to telnet the public IP on port 1433 it says cannot connect. Any help would be appreciated.
Start Free Trial