Hi,
I am running IIS8.0. We are using SNAT through an F5 load balancer and need to preserve the client IP address. This can be done via the xff header. I know these options are aviaalble for this:
1. Advanced logging. We are running this on some sites. This does not work well for us as the formatting of the logs are confusing. Also there is quite a bit of setup required for this as we need it setup for each IIS site.
2. ARRHelper. THis works great except that it redirects everything to port 80. We are running our IIS sites on non-standard ports.
3. The F5 XFF module. THis was inteded for IIS6 and we cannot seem to get it to work correctly in IIS8.
Do We have any other options for getting the xff value to show up as the client-ip value in the IIS Logs?
Thanks.