[THIN] Re: Displaying Source IP address on Web Interface page

  • From: <christopher.walter@xxxxxxx>
  • To: <thin@xxxxxxxxxxxxx>
  • Date: Thu, 5 Jul 2007 17:20:00 -0400

Remembered the line now.  It was in the layout.inc file though.

 

<% Response.Write(Request.ServerVariables["REMOTE_ADDR"]); %>

 

Now I have to figure out where to put it in Version 4.5.

 

Chris

 

________________________________

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Walter, Christopher (I3850)
Sent: July 5, 2007 5:12 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Displaying Source IP address on Web Interface page

 

We are using Cisco LB's.  

 

________________________________

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Joe Shonk
Sent: July 5, 2007 4:56 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Displaying Source IP address on Web Interface page

 

Are you using Netscalers?  

 

With LBs,  you cannot multiplex the connections from the LB to the WI
interfaces.   You need to specify on the LB to use the Source-IP instead
of NSIP (in the case of the Netscaler).

 

Joe

 

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of christopher.walter@xxxxxxx
Sent: Thursday, July 05, 2007 1:25 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Displaying Source IP address on Web Interface page

 

Having a problem my Web Interface servers are seeing the source IP
address of the Load balancer instead of the client workstation.  I have
Zone Preference policies that go by IP address that are not working
because the source IP address it sees is the load balancer VIP.  I had
something previously in the web.config file under the /system.web line
but I can't remember what it was.

 

Thanks,

 

Chris

 

________________________________

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of Joe Shonk
Sent: July 5, 2007 4:07 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Re: Displaying Source IP address on Web Interface page

 

An easy way to accomplish the same thing is to modify the welcome
message (in the AMC) and put in an identifier like WI1 or WI2.  Also,
what kind of problem are you experiencing with the LBs?

 

Joe

 

From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On
Behalf Of christopher.walter@xxxxxxx
Sent: Thursday, July 05, 2007 12:29 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Displaying Source IP address on Web Interface page

 

Hi All,

 

Just wondering if anybody knows the two lines you can put in the
web.config file that will display the source IP address on the Web
Interface page.  I had them before but lost them when I upgraded to
version 4.5.  I have to solve a problem with my load balancers and the
source IP address being displayed would really help out.

 

Thanks,

 

Chris

 

Other related posts: