Koozali.org: home of the SME Server

Disabled Transparent Proxy, Web still accessible

Offline GlitchFreak

  • ***
  • 97
  • +0/-0
Disabled Transparent Proxy, Web still accessible
« on: January 27, 2009, 04:05:15 PM »
Hey everyone

I setup my clients box to use NCSA auth to access the web. They need to manually setup proxy settings to enable the auth procedure.

I disabled transarent proxy for this reason.I f the user disables the proxy settings in the web browser, they can access the web without authentication.

Any pointers please?

Thanks!

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org

Offline GlitchFreak

  • ***
  • 97
  • +0/-0
Re: Disabled Transparent Proxy, Web still accessible
« Reply #2 on: January 27, 2009, 06:25:19 PM »
Have already done so...

Code: [Select]
[root@gateway ~]# config show squid
squid=service
    EnforceSafePorts=no
    RequireAuth=nsca
    SafePorts=21,70,80,81,119,210,443,563,980,1024-65535
    TCPPort=3128
    TCPProxyPort=80:3128
    Transparent=no
    TransparentPort=8080
    access=private
    status=enabled

Code: [Select]
[root@gateway ~]# config show dansguardian
dansguardian=service
    portblocking=yes
    status=enabled

That is why I find it bizarre that they are able to access the web

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: Disabled Transparent Proxy, Web still accessible
« Reply #3 on: January 27, 2009, 06:46:34 PM »
very strange, my setup is the same and works fine.
Do you see activity when reading the squid and dansguardian logs?

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Re: Disabled Transparent Proxy, Web still accessible
« Reply #4 on: January 28, 2009, 12:38:08 AM »
http://bugs.contribs.org/show_bug.cgi?id=4820#c5

the workaround is don't disable transparent proxy
then 80 diverts to 3128
and enable portblocking
3128 is blocked

Offline GlitchFreak

  • ***
  • 97
  • +0/-0
Re: Disabled Transparent Proxy, Web still accessible
« Reply #5 on: January 28, 2009, 09:48:35 AM »
Thanks snoble. Will give it a shot and report back...

On a side note, should this not be included in the wiki?

Offline GlitchFreak

  • ***
  • 97
  • +0/-0
Re: Disabled Transparent Proxy, Web still accessible
« Reply #6 on: January 28, 2009, 06:32:26 PM »
Looks like the fix worked.

Thanks SNoble


Offline GlitchFreak

  • ***
  • 97
  • +0/-0
Re: Disabled Transparent Proxy, Web still accessible
« Reply #8 on: January 29, 2009, 03:56:16 PM »
Thanks David. :grin: