Hello All,
We virtualized SBS 2003 and we are getting an error message " HTTP Error 403.6 - IP Address Rejected" when we try browsing the specific site using FQDN, NETBIOS name or IP address:
Fails:
- http://ServerName.domain.local/sitename
- http://ServerName/sitename
- http://10.10.10.10/sitename
Works
- http://localhost/sitename
- http://ServerName.domain.local/
- http://ServerName/
- http://10.10.10.10/
Troubleshooting which did not fix the issue:
- The location of the site is C:\Inetpub\wwwroot\sitename.
- Followed KB248043 "Error Message: 403.6 - Forbidden: IP address rejected" http://support.microsoft.com/kb/248043 and manipulated with the content of the IP Address and Domain Name Restrictions lists.
- Step 1, but with the regards to How to Restrict Access by IP Address on a Receiving Bridgehead Server http://technet.microsoft.com/en-us/library/aa996651(v=exchg.65).aspx, because SBS 2003 has Exchange on it.
- Exported and imported of the website using WebDeploy tool to Windows 2003. Upgraded it to Windows 2008 R2. ApplicationHost.config contains <ipSecurity allowUnlisted="true" />
- Used ProcMon to investigate the difference between LOCALHOST and NETBIOS name access, but does not know what to look for.
Would you be so kind to advise where to look at and what to do?
Thank you very much for your time and attention in advance!