how come when my web server asp page returns the users ip address it returns
my local isa proxy servers ip address instead? for example:
<HTML>
<%Request.ServerVariables("REMOTE_ADDR")%>
</HTML>

i have multiple web servers behind my isa server. that route the user by the
sub domain i.e. http://subdomain.mydomain.com http://myother.mydomain.com
i only have 1 external static ip address to use. i use isa's web publishing
rules for this.

how can i get the web users ip address in my page?


--
5khzgjf9e001@sneakemail.com

Re: How come my web server returns the clients ip as my isa proxy servers ip? by Ray

Ray
Wed Feb 04 21:37:29 CST 2004

Because the requests are coming from your ISA server, in a sense. Just
like, my computer's IP is 192.168.0.125, but if I go to your site, you'll
see it as 38.38.39.92 or whatever the Internet IP of my router is. Unless
ISA server has some functionality in which it can pass the IP along with the
HTTP request to your server, there isn't a way for your server to see the
actual IP address of the client machine.

--

Ray at home
Microsoft ASP MVP


"James" <See.My.Sig@The.Bottom.com> wrote in message
news:uEdYxb56DHA.2540@TK2MSFTNGP11.phx.gbl...
> how come when my web server asp page returns the users ip address it
returns
> my local isa proxy servers ip address instead? for example:
> <HTML>
> <%Request.ServerVariables("REMOTE_ADDR")%>
> </HTML>
>
> i have multiple web servers behind my isa server. that route the user by
the
> sub domain i.e. http://subdomain.mydomain.com http://myother.mydomain.com
> i only have 1 external static ip address to use. i use isa's web
publishing
> rules for this.
>
> how can i get the web users ip address in my page?
>
>
> --
> 5khzgjf9e001@sneakemail.com
>
>
>
>
>



Re: How come my web server returns the clients ip as my isa proxy servers ip? by James

James
Wed Feb 04 21:47:35 CST 2004

do you know of a way to configure my isa server that way?



"Ray at <%=sLocation%> [MVP]" <myFirstNameATlane34dotKOMM> wrote in message
news:eGidpk56DHA.1504@TK2MSFTNGP12.phx.gbl...
> Because the requests are coming from your ISA server, in a sense. Just
> like, my computer's IP is 192.168.0.125, but if I go to your site, you'll
> see it as 38.38.39.92 or whatever the Internet IP of my router is. Unless
> ISA server has some functionality in which it can pass the IP along with
the
> HTTP request to your server, there isn't a way for your server to see the
> actual IP address of the client machine.
>
> --
>
> Ray at home
> Microsoft ASP MVP
>
>
> "James" <See.My.Sig@The.Bottom.com> wrote in message
> news:uEdYxb56DHA.2540@TK2MSFTNGP11.phx.gbl...
> > how come when my web server asp page returns the users ip address it
> returns
> > my local isa proxy servers ip address instead? for example:
> > <HTML>
> > <%Request.ServerVariables("REMOTE_ADDR")%>
> > </HTML>
> >
> > i have multiple web servers behind my isa server. that route the user by
> the
> > sub domain i.e. http://subdomain.mydomain.com
http://myother.mydomain.com
> > i only have 1 external static ip address to use. i use isa's web
> publishing
> > rules for this.
> >
> > how can i get the web users ip address in my page?
> >
> >
> > --
> > 5khzgjf9e001@sneakemail.com
> >
> >
> >
> >
> >
>
>



Re: How come my web server returns the clients ip as my isa proxy servers ip? by Ray

Ray
Wed Feb 04 21:56:28 CST 2004

See an ISA group. There are a number of them. microsoft.public.isa[.*]

--

Ray at home
Microsoft ASP MVP


"James" <See.My.Sig@The.Bottom.com> wrote in message
news:Oc0vLr56DHA.2556@TK2MSFTNGP09.phx.gbl...
> do you know of a way to configure my isa server that way?
>
>
>
> "Ray at <%=sLocation%> [MVP]" <myFirstNameATlane34dotKOMM> wrote in
message
> news:eGidpk56DHA.1504@TK2MSFTNGP12.phx.gbl...
> > Because the requests are coming from your ISA server, in a sense. Just
> > like, my computer's IP is 192.168.0.125, but if I go to your site,
you'll
> > see it as 38.38.39.92 or whatever the Internet IP of my router is.
Unless
> > ISA server has some functionality in which it can pass the IP along with