[squid-users] Why don't I look local

From: Jonathan Hunt <jjh_at_42quarks.com>
Date: Mon, 1 Dec 2008 17:13:47 +1000

Hi,

I am running Squid on my work computer and using it at remotely. What
I am wanting to do is be able to use journal remotely that my
university has a site-license for (when I am traveling).
I've set up options
via off
and
forwarded_for delete

but it still seems that the journals detecting that I'm connecting
remotely (. What is left to do make my connection appear local? There
is a university-wide transparent proxy would that make any difference?

Any help appreciated.
Jonny

My configuration:

cache_dir ufs /Users/uqjhunt2/Library/Caches/squid 100 16 256
acl dontcacheanything src 0/0
no_cache deny dontcacheanything
maximum_object_size 4096 KB
http_port 8080
visible_hostname localhost

cache_access_log /Users/uqjhunt2/Library/Logs/squid-access.log
cache_log /Users/uqjhunt2/Library/Logs/squid-cache.log
cache_store_log /Users/uqjhunt2/Library/Logs/squid-store
pid_filename /tmp/squid.pid

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin
no_cache deny QUERY

# access control lists
acl allowed src 172.18.22.10

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563 8443
acl Safe_ports port 80 81 21 443 563 70 210 1025-65535 280 488 591 777
acl CONNECT method CONNECT

# only allow cachemgr access from localhost
http_access allow manager localhost
forwarded_for delete

# deny requests to unknown ports
http_access deny !Safe_ports

# deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports

# client access
http_access allow localhost
http_access allow allowed
http_access deny all

# direct access (bypassing parent proxy)

always_direct deny all

-- 
Jonathan J Hunt <jjh_at_42quarks.com>
Homepage: http://www.42quarks.net.nz/wiki/JJH
(Further contact details there)
"Physics isn't the most important thing. Love is." Richard Feynman
Received on Mon Dec 01 2008 - 07:13:54 MST

This archive was generated by hypermail 2.2.0 : Tue Dec 02 2008 - 12:00:02 MST