All of lore.kernel.org
 help / color / mirror / Atom feed
* browser header
@ 2005-02-17 19:01 it clown
  2005-02-17 19:15 ` Jason Opperisano
  0 siblings, 1 reply; 2+ messages in thread
From: it clown @ 2005-02-17 19:01 UTC (permalink / raw)
  To: netfilter

Hi All,

I am running iptables with squid. I did a Browser header
test and the test shows the following:

Via: 1.1 pc.domain.net:3128 (squid/2.5.STABLE5), 1.0
netcache2-ctn (NetCache NetApp/5.3.1R2)

Why is it showing my pc's host name? How do i prevent it
from happening?

Do i need to do something in iptables or squid?

If what would someone please help, thanks?

Regards
______________________________________________________________
http://www.webmail.co.za the South African FREE email service


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: browser header
  2005-02-17 19:01 browser header it clown
@ 2005-02-17 19:15 ` Jason Opperisano
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Opperisano @ 2005-02-17 19:15 UTC (permalink / raw)
  To: netfilter

On Thu, 2005-02-17 at 14:01, it clown wrote:
> Hi All,
> 
> I am running iptables with squid. I did a Browser header
> test and the test shows the following:
> 
> Via: 1.1 pc.domain.net:3128 (squid/2.5.STABLE5), 1.0
> netcache2-ctn (NetCache NetApp/5.3.1R2)

you're running iptables and squid on a Network Appliance NetCache?  or
is there a NetCache between you and the web server that isn't under your
control?

> Why is it showing my pc's host name? 

because it's supposed to.

> How do i prevent it
> from happening?
> 
> Do i need to do something in iptables or squid?

well--which one handles all your HTTP connections?

never mind...add these to squid.conf:

  header_access Via deny all
  header_access X-Forwarded-For deny all

this assumes that the proxy server that's selling you out is actually
under your control, and not somewhere upstream from you.

-j

--
"If something is to hard to do, then it's not worth doing."
	--The Simpsons



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-17 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 19:01 browser header it clown
2005-02-17 19:15 ` Jason Opperisano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.