[squid-users] Squid auth user by one time password over his IP (like hotspot)

2009-02-02 Thread Daniel Kühl
Hello!

I'm wondering if I can do something on squid that is like a hotspot, I
mean, an user try to access web, then is presented with a webpage to
authenticate himself, after that the IP address from user will be
valid over 3 hours, in this mean time user won't be asked by it's
password again, even closing his browser nor restarting his computer,
but if for some reason his IP address change, it will be asked for his
password and of course, if it "session" of 3 hours expire.

I'm not sure if I was clear, any questions I'll try explain better.

thanks in advance!

Daniel Kühl Lima


Re: [squid-users] Intermittent slow response from Squid

2009-02-16 Thread Daniel Kühl

I can bet on DNS Server...


On Feb 4, 2009, at 9:43 AM, Moses Truong wrote:

We have squid running on a server with delay pools enabled. The  
squidclient usually responds very quickly - in less than 0.03  
seconds most of the time. However, there are times when this rises  
to over 39 seconds.


There are 2 Gb of RAM, and there's about 900mb used.
There's 1024 file descriptors, and the largest opened hovers around  
370.


Could anyone suggest what I should be looking for to track down why  
squid sometimes take so long to respond? Thanks.






Re: [squid-users] Websense plugin ?

2009-02-26 Thread Daniel Kühl
With Websense it is included a redirect_program, no worry, it work  
like a charm :)



On Feb 10, 2009, at 7:54 AM, Frank Bonnet wrote:


Hello

I'll be forced by my company to use websense as a centralized
URL filtration system.
Is it a (working) websense plugin for squid ?

Thank you




Re: [squid-users] squid SNMP acl

2009-03-16 Thread Daniel Kühl
Your SNMP section into squid.conf must be like that:

# SNMP
acl snmpcommunity snmp_community public
snmp_port 3401
snmp_access allow snmpcommunity localhost
snmp_access deny all

And, at your snmpd.conf that it's on the same same server of  squid,
must contain this line:

proxy -v 2c -c public localhost:3401 .1.3.6.1.4.1.3495.1





On Fri, Mar 13, 2009 at 11:11 AM, Merdouille
 wrote:
>
> Hi everybody
>
> Now one of my squid servers does every things i wanted to, i try snmp
> features
>
> acl     snmppublic      snmp_community  public
> acl     manager         src             192.168.100.194
> snmp_port 3401
> snmp_access     allow   snmppublic
> snmp_access     allow   manager
> snmp_access     deny    all
>
> snmp_incoming_address 0.0.0.0
> snmp_outgoing_address 255.255.255.255
>
>
> It's impossible to retreive data from 192.168.100.194
>
> And i try smp_access allow all for testing and i only can retreive data from
> localhost.
>
> Any idea?
>
> i tryed
> --
> View this message in context: 
> http://www.nabble.com/squid-SNMP-acl-tp22497151p22497151.html
> Sent from the Squid - Users mailing list archive at Nabble.com.
>
>