It works for IPs and access when outside our network. Works as expected.
However, when on the internal network or VPN (the same network that the web server is on), it does not quite work right. It appears that the server is seeing internal IP addresses. I assume that this is because the DNS is pointing domain name to the internal server before bouncing out to the web. Since I noticed this was the case, I added the 10.4.40.x range to the whitelist. However, it didn't work. I tried 10.4.40.1-10.4.40.255, and 10.4.0.0/16. It didn't work. However, if I added a particular IP 10.4.40.12, it worked. So why isn't it taking ranges for internal ips?
What am I missing?