Outils pour utilisateurs

Outils du site


reseaux_squid

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
reseaux_squid [2007/03/31 23:49] thierryreseaux_squid [2009/12/20 17:04] (Version actuelle) thierry
Ligne 1: Ligne 1:
 ====== Squid ====== ====== Squid ======
 +===== Authentification =====
 +Lien: http://www.comfsm.fm/computing/squid/FAQ-23.html
  
-Liens:+Voir 
 +  * authenticate_program 
 +  * authenticate_ttl 
  
-http://www.ibiblio.org/pub/linux/docs/HOWTO/TransparentProxyhttp://wiki.squid-cache.org/SquidFaq/InterceptionProxyhttp://www.squid-cache.org/Doc/FAQ/FAQ.html+===== Anonym ===== 
 +Lien: http://patchlog.com/general/how-to-set-up-an-anonymous-proxy-on-debian/ 
 + 
 +On peut demandé à "squid" de filtrer des elements du "header", notamment pour être plus anonyme, ou simplement, ne pas montré qu'on passe par un proxy. 
 + 
 +Donc, dans **''squid.conf''** : 
 +  header_access Allow allow all 
 +  header_access Authorization allow all 
 +  header_access WWW-Authenticate allow all 
 +  header_access Proxy-Authorization allow all 
 +  header_access Proxy-Authenticate allow all 
 +  header_access Cache-Control allow all 
 +  header_access Content-Encoding allow all 
 +  header_access Content-Length allow all 
 +  header_access Content-Type allow all 
 +  header_access Date allow all 
 +  header_access Expires allow all 
 +  header_access Host allow all 
 +  header_access If-Modified-Since allow all 
 +  header_access Last-Modified allow all 
 +  header_access Location allow all 
 +  header_access Pragma allow all 
 +  header_access Accept allow all 
 +  header_access Accept-Charset allow all 
 +  header_access Accept-Encoding allow all 
 +  header_access Accept-Language allow all 
 +  header_access Content-Language allow all 
 +  header_access Mime-Version allow all 
 +  header_access Retry-After allow all 
 +  header_access Title allow all 
 +  header_access Connection allow all 
 +  header_access Proxy-Connection allow all 
 +  header_access Cookie allow all 
 +  header_access Set-Cookie allow all 
 +  # TJ -------- 
 +  header_access User-Agent allow all 
 +  # ----------- 
 +  header_access All deny all 
 + 
 +D'aprés mes tests, ca filtre au moins ça : 
 +  HTTP_VIA=>1.1 pirate.thierry-jaouen.local:3128 (squid/2.7.STABLE3) 
 +  HTTP_X_FORWARDED_FOR=>192.168.0.127 
 +(En clair: ca dit que j'utilise un proxy et devoille mon ip réel) 
 + 
 +J'ai eu besoin de laisser passer le "User-Agent" ...
  
 ===== Configurer en proxy transparent ===== ===== Configurer en proxy transparent =====
Ligne 74: Ligne 122:
 Et voila! Et voila!
  
 +
 +===== Authentification =====
 +
 +==== Captcha ====
 +Lien: http://www.vivanno.com/site/?p=55
  
reseaux_squid.1175384953.txt.gz · Dernière modification : 2007/03/31 23:49 de thierry