Is it possible to create a NAT that can only be used from a trusted IP or trusted range of IP’s? I am needing to create a NAT for a SQL server on TCP 1433 but I don’t want to open the port for the entire Internet, just from a trusted IP range where I am going to have a developer needing direct access to the port.
If I create the rule without a SRC address, I can telnet to the port. If I create it with the SRC address, I cannot telnet to the port even from the IP that is the trusted IP.