> > > I have a RedHat Linux server running Squid. My squid.conf > file has the > client_netmask set to 255.255.255.255 but access.log is not > capturing the > client ip address. I have restarted the server many times. > As far as web > browsing, all users have access, and that is functional. However, the > following is what is logged into access.log: > > proxy - - [07/Jul/2004:11:15:59 -0500] "GET > http://www.google.com/search? > HTTP/1.0" 200 18902 TCP_MISS:DIRECT > proxy - - [07/Jul/2004:11:16:01 -0500] "GET > http://www.google.com/images/logo_sm.gif HTTP/1.0" 304 194 > TCP_CLIENT_REFRESH_MISS:DIRECT > > Any idea why the client ip address isn't there when the > netmask is set to > 255.255.255.255? >
As a test , put client_netmask , in comment, resulting to it's default value. See what happens then. M.
