Sorry I the configuration is bellow, please ignore my previous configuration.<br><pre>sub vcl_recv {
   remove req.http.X-Forwarded-For;
  set    req.http.X-Forwarded-For = client.ip;
 
}</pre>
But still it did not work for me !!!<br><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 4:36 PM, Jewel Nuruddin <span dir="ltr"><<a href="mailto:jewel.nuruddin@eastbeam.co.jp">jewel.nuruddin@eastbeam.co.jp</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>My varnish is run on 10.70.18.22 server and my web server run back  end 10.70.18.30<br>When client browse through varnish in my web server it always show varnish IP(10.70.18.22)<br>
But I want my web server should display client IP address.<br>
I use the following configuration<br><pre>sub vcl_fetch {
  
  remove obj.http.X-Varnish-IP;
  set    obj.http.X-Varnish-IP = server.ip;
  
}</pre>It did not work for me.<br>Can some one please help me what should I do.<br><br>Thanks<span class="HOEnZb"><font color="#888888"><br>Jewel<br>
</font></span></blockquote></div><br>