[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tips: config squid proxy to let machines you like in without authentication



 
    
config squid proxy to let machines you like in without authentication:

[root@igloo squid]# pwd
/etc/squid

edit squid.conf, add:

acl igloo src 137.111.20.252
acl toad src 137.111.18.190
acl password proxy_auth REQUIRED

......

http_access allow igloo
http_access allow toad
http_access allow password
http_access deny all

......

icp_access allow igloo
icp_access allow toad
icp_access allow password
icp_access deny all

If your access from other machines not in the allow list,
you have to authenticate at first.


Cheers,

-- 
Terrence Miao                       
ITS of University of Macquarie         	        ...   __o         
(03) 8344 0361 t.miao@xxxxxxxxxxxxxxxxxx      ...    -\<,  
http://igloo.its.unimacq.edu.au                ... (_)/(_) ..

Google