Displaying 5 results from an estimated 5 matches for "ip_users".
Did you mean:
ip_user
2007 Mar 28
0
How to limit a user to access a few sites. (SOLVED)
...Finally, I got it done.
Binding an ip address to an username with SQUID and limiting access
of some users with their ips to a few sites
rules added to squid.conf file
external_acl_type ip_user %SRC %LOGIN /usr/lib/squid/ip_user_check -f
/etc/squid/ip.conf
acl ncsa_users proxy_auth REQUIRED
acl ip_users external ip_user %SRC %LOGIN
acl clientips src 192.168.101.28 192.168.101.29 192.168.101.30
acl allowedsites url_regex -i "/etc/squid/allowedsites.txt"
http_access deny !ncsa_users
http_access deny !ip_users
http_access deny clientips !allowedsites
http_access allow ip_users clientips
h...
2007 Mar 26
2
How to limit a user to access a few sites.
...to access a few sites scuh as google.com,cnn.com,
bbc.com. I want to limit in that way.
I have wriiten below rules. But those users still can access all the sites.
external_acl_type ip_user %SRC %LOGIN %DST /usr/lib/squid/ip_user_check -f
/etc/squid/ip.conf
acl ncsa_users proxy_auth REQUIRED
acl ip_users external ip_user %SRC %LOGIN %DST
http_access deny !ncsa_users
http_access deny !ip_users
http_access allow ip_users
http_access allow ncsa_users
my ip.conf file is like this.
[root at worldnet squid]# cat /etc/squid/ip.conf
192.168.101.25 indunil .google.com .bbc.com .cnn.com
192.168.101.90 w...
2007 Mar 26
0
Binding an ip address to an username with SQUID passwod file (SOLVED)
Hi kalinix
Thanks fro your correct info. It now works as expected.
I am really happy about your rules.
Thank you very much
indunil
On 3/24/07, kalinix <calin.kalinix.cosma at gmail.com> wrote:
>
> On Sat, 2007-03-24 at 12:06 +0530, Indunil Jayasooriya wrote:
> >
> > Hi List,
> >
> > I want to bind an ip address to a username with squid by using squid
>
2007 Mar 24
1
Binding an ip address to an username with SQUID passwod file
Hi List,
I want to bind an ip address to a username with squid by using squid
password file.
I am using ncsa_auth programme. Below are line that I have added to
squid.conf file.
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic
2003 Apr 08
2
Transparent squid (ipf)
FreeBSD 4.8-STABLE #1: Sun Apr 6 09:38:34 EDT 2003
# $FreeBSD: ports/www/squid/Makefile,v 1.99 2003/03/09 10:59:07 netchild Exp
$
...
checking if IP-Filter header files are installed... no
WARNING: Cannot find necessary IP-Filter header files
Transparent Proxy support WILL NOT be enabled
...
I seem to recall that ipf doesn't install its includes per default any longer
? Perhaps