OK, here is squid.conf (I can't see anything wrong here):
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# Mitel Networks server software. Instead, modify the source
# template in the /etc/e-smith/templates directory. For more
# information, see
http://www.e-smith.org/.
#
# copyright (C) 2001 Mitel Networks Corporation
#------------------------------------------------------------
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localsrc src 127.0.0.1
acl localdst dst 127.0.0.1
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535 980
acl CONNECT method CONNECT
acl webdav method PROPFIND TRACE PURGE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
append_domain .edhamlin.org
cache_mgr admin@edhamlin.org
ftp_user nobody@edhamlin.org
http_access allow manager localsrc
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localsrc
http_access deny all
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
icp_access allow all
miss_access allow all
store_avg_object_size 3 KB
always_direct allow webdav
always_direct allow all
=====
The server configuration is essentially "out of the box" except as noted:
- Dansguardian/Dungog Dansguardian is the WWW content filter
Generally the ipaddresses are dynamically assigned in the range 192.168.235.65 - .255
- I have assigned specific static IPs, mapping the MACs using the "Hostnames" function as follows:
192.168.235.20 -- me, iMac 700 (Mac OS X)
192.168.235.30 - Toshiba laptop (WIN XP Pro)
192.168.235.35 - eMachines 900 (WIN2K), PROBLEM MACHINE
IP 192.168.235.20 (my Mac) is set up in Danguardian to "Allow ALL", the other machines are supposed to be filtered.
- I have used a "Deny Port" function to turn off port 1863 to block MSN Messenger
- I have Port Forwarding enabled for ports 5198-5200 to enable EchoMac (a ham radio voice-over-IP application) to work with 192.168.235.20
I didn't mention that I tried changing the problem machine's IP from x.x.x.30 to x.x.x.35 just to see if it was the IP that was somehow causing the problem. Didn't work. The other machines work fine! (The problem machine USED to work & suddenly stopped). This is really a mystery.....