Hi everyone,
I'm running into a puzzling issue with Azure Network Security Groups (NSGs) and would love your input.
We have an RDP rule set up in our NSG. Initially, we allowed a CIDR range (e.g., 192.168.0.0/24) to permit access for customers, but for some reason, it didn’t work. When we switched to specifying the exact IP addresses (e.g., 192.168.0.1 and 192.168.0.2), the connection worked perfectly.
Could it be NAT translation issue where the translated address falls out of CIDR range?
Would love to hear your input!