i've gone to everyone i could think of to try and help with this. i've had no luck. so i'm going to ask here one more time.
using the following config file, this proxy is insisting on doing dns resolution, which it can't do for external sites. i keep getting told that this should work, but it doesn't. could you all proof it for me and make sure i'm not doing anything wrong? thanks. -brian [EMAIL PROTECTED] /usr/xpg4/bin/grep -v '^#^J^$' squid.conf http_port 3128 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 128 MB cache_dir aufs /squid/s00 1781188 16 256 cache_dir aufs /squid/s01 1593568 16 256 cache_access_log /var/local/squid/access.log cache_log /var/local/squid/cache.log cache_store_log none pid_filename /var/local/squid/squid.pid ftp_user [EMAIL PROTECTED] auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 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 to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports acl our_networks src 3.123.164.0/24 3.123.165.0/24 3.123.166.0/24 acl our_networks src 3.123.167.0/24 3.132.4.0/24 3.139.0.0/16 acl our_networks src 3.144.0.0/16 3.145.0.0/16 3.146.0.0/16 acl our_networks src 3.147.0.0/16 3.148.0.0/16 3.167.0.0/16 3.178.0.0/16 http_access allow our_networks cache_peer penskec2 parent 8080 0 no-query default always_direct deny all never_direct allow all http_access deny all http_reply_access allow all icp_access allow all cache_mgr [EMAIL PROTECTED] visible_hostname http-proxy.penske.com coredump_dir /var/local/squid smartfilter_state on smartfilter_config /usr/local/etc/config.txt -- "You know, evil comes in many forms, be it a man-eating cow or Joseph Stalin. But you can't let the package hide the pudding. Evil is just plain bad! You don't cotton to it! You gotta smack it on the nose with the rolled up newspaper of goodness! Bad dog! Bad dog!" -- The Tick
