Ask a Question related to ASP, Design and Development.
-
Tope #1
ServerVariables("Remote_Addr") returns local address
I hope one of you guys can find a solution to my problem.
We are trying to capture the IP addresses of outside users
accessing our website. ServerVariables("Remote_Addr")
isn't working. Instead it returns the internal address of
our server. We have an ISA server and firewalls. I'm not
sure if that is the problem. Thanks in advance for your
help
Tope Guest
-
#40481 [NEW]: mail() sends email to wrong address where there are "-" in localpart of "to"
From: penartur at yandex dot ru Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Mail related Bug description: ... -
Servervariables("logon_user") returns empty string
Hi, Is the Anonymous access trued off in IIS? JN NSQUARED2 -
Automatic Login - Forms Authentication - Request.ServerVariables["LOGON_USER"]
Hi there, I'm busy building a site that authenticates users from a database but would like Windows authenticated users to bypass the logon screen... -
dr("field").toString returns "400.0000" instead of "400"
I have just installed VS.NET 2003 on my computer. I have a project that I have been developing on VS.NET 2002. I haven't upgraded this project to... -
recvfrom returns with an error code of 14, EFAULT "Bad Address"
I'll post the code at the bottom of the post. Whenever I try to retreive a udp packet sent via broadcast I get the errorcode EFAULT(bad address).... -
Aaron Bertrand - MVP #2
Re: ServerVariables("Remote_Addr") returns local address
Yep, if the user goes through a firewall / router to get to your server, the
"remote" address should be that of the firewall / router. You either need
your router to pass along the origin IP in the header, or collect that
information directly from the browser somehow (e.g. a client-side signed
applet or ActiveX control).
"Tope" <topeu@rcl.com> wrote in message
news:27d401c33f2c$59119020$a401280a@phx.gbl...> I hope one of you guys can find a solution to my problem.
> We are trying to capture the IP addresses of outside users
> accessing our website. ServerVariables("Remote_Addr")
> isn't working. Instead it returns the internal address of
> our server. We have an ISA server and firewalls. I'm not
> sure if that is the problem. Thanks in advance for your
> help
Aaron Bertrand - MVP Guest
-
Tope #3
Re: ServerVariables("Remote_Addr") returns local address
How would I get the firewall to send the origin IP?
to your server, the>-----Original Message-----
>Yep, if the user goes through a firewall / router to getrouter. You either need>"remote" address should be that of the firewall /collect that>your router to pass along the origin IP in the header, orclient-side signed>information directly from the browser somehow (e.g. aproblem.>applet or ActiveX control).
>
>
>
>
>"Tope" <topeu@rcl.com> wrote in message
>news:27d401c33f2c$59119020$a401280a@phx.gbl...>> I hope one of you guys can find a solution to myusers>> We are trying to capture the IP addresses of outsideof>> accessing our website. ServerVariables("Remote_Addr")
>> isn't working. Instead it returns the internal address>>> our server. We have an ISA server and firewalls. I'm not
>> sure if that is the problem. Thanks in advance for your
>> help
>
>.
>Tope Guest
-
Aaron Bertrand - MVP #4
Re: ServerVariables("Remote_Addr") returns local address
> How would I get the firewall to send the origin IP?
Your firewall would have to have that ability; see the firewall vendor. Not
an ASP issue.
Aaron Bertrand - MVP Guest
-
Tammy B. #5
Re: ServerVariables("Remote_Addr") returns local address
i think you want remote_HOST
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:udNWlXzPDHA.1624@tk2msftngp13.phx.gbl...Not>> > How would I get the firewall to send the origin IP?
> Your firewall would have to have that ability; see the firewall vendor.> an ASP issue.
>
>
Tammy B. Guest



Reply With Quote

