Possible to find what IP address caused a 403.6 error?
Posted
by
Abe Miessler
on Server Fault
See other posts from Server Fault
or by Abe Miessler
Published on 2012-12-07T22:27:57Z
Indexed on
2012/12/07
23:09 UTC
Read the original article
Hit count: 257
I have a website setup in IIS that is rejecting all IP addresses except for a specific set. I thought I had added my machines IP address to this list, but evertime I try to access I get the error:
HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.
Internet Information Services (IIS)
I would like to figure out what IP address it think I am coming form when it rejects me. I tried looking at the IIS logs and in the Security Event Logs but I'm not seeing anything. Suggestions on where to look?
© Server Fault or respective owner