Thanks for all replies!
Best Regards,
Luis F.
(Indusoft Team)
""WenJun Zhang[msft]"" <wjzhang.DeleteThis@online.microsoft.com> wrote in message
news:11$lNgoeIHA.360@TK2MSFTNGHUB02.phx.gbl...
> Hi Luis,<BR>
> <BR>
> Actually the behavior hasn't been changed since Windows 2003 IIS6.0
with <BR>
> IPv6 enabled. See a former test below:<BR>
> <BR>
> I created a simple paged named foo.aspx which contained the following
code <BR>
> and put it on my Win2K3 server with IPv6 enabled which shows what the
<BR>
> addresses can look like. ("::1" is basically a shortcut that
means the <BR>
> local machine. It isn't an error.)<BR>
> <BR>
> <%<BR>
> Response.Write("LOCAL_ADDR = ");<BR>
> Response.Write(Request.ServerVariables["LOCAL_ADDR"]);<BR>
> <BR>
> Response.Write("<br>");<BR>
> <BR>
> Response.Write("REMOTE_ADDR = ");<BR>
> Response.Write(Request.ServerVariables["REMOTE_ADDR"]);<BR>
> %><BR>
> <BR>
> When I hit this page via
http://localhost/UsrTechSmokeTest/foo.aspx I
get <BR>
> the following results:<BR>
> <BR>
> LOCAL_ADDR = ::1<BR>
> REMOTE_ADDR = ::1<BR>
> <BR>
> When I hit this page via
http://johnbea00/UsrTechSmokeTest/foo.aspx
from <BR>
> johnbea00 I get the following results:<BR>
> <BR>
> LOCAL_ADDR = fe80::201:3fffebc:9750%4<BR>
> REMOTE_ADDR=fe80::201:3fffebc:9750%4<BR>
> <BR>
> When I hit this page via
http://johnbea00/UsrTechSmokeTest/foo.aspx
from <BR>
> johnbea02 (an XP machine without IPv6 enabled) I get the following
results:<BR>
> <BR>
> LOCAL_ADDR = 157.55.41.84<BR>
> REMOTE_ADDR = 157.55.41.17<BR>
> <BR>
> <BR>
> Please update here if you have any further question on this.<BR>
> <BR>
> Have a nice weekend.<BR>
> <BR>
> Sincerely,<BR>
> <BR>
> WenJun Zhang<BR>
> <BR>
> Microsoft Online Community Support<BR>
> <BR>
> ==================================================<BR>
> <BR>
> Get notification to my posts through email? Please refer to: <BR>
>
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx...tif<>
> ications.<BR>
> <BR>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent
issues <BR>
> where an initial response from the community or a Microsoft Support
<BR>
> Engineer within 1 business day is acceptable. Please note that each
follow <BR>
> up response may take approximately 2 business days as the support <BR>
> professional working with you may need further investigation to reach
the <BR>
> most efficient resolution. The offering is not appropriate for
situations <BR>
> that require urgent, real-time or phone-based interactions or complex
<BR>
> project analysis and dump analysis issues. Issues of this nature are
best <BR>
> handled working with a dedicated Microsoft Support Engineer by
contacting <BR>
> Microsoft Customer Support Services (CSS) at:<BR>
> <BR>
>
http://msdn.microsoft.com/subscriptions/support/default.aspx.<BR>
> <BR>
> ==================================================<BR>
> <BR>
> This posting is provided "AS IS" with no warranties, and
confers no rights.<BR>
> <BR>
>
>> Stay informed about: REMOTE_ADDR and Windows Vista