ASP.NET MVC gets client IP from different range than IP detection sites
If I go to https://whatismyipaddress.com/ or similar, I get an IP address from the 194.11x.x.x range. If I go to my ASP.NET MVC application from the same computer, it uses context.Connection.RemoteIpAddress in the middleware, and it gets a 10.x.x.x range.…