Hi, I have squid installed on a machine with two NICs. eth0 - wan eth1 - lan - 10.0.1.1
Squid server is running on eth1. I am trying to use the squidclient to fetch a url so that squid will cache it. Like prefetching. Example: squidclient -v -h 10.0.1.1 -p 3128 -m GET http://www.apple.com Result ----------- Request: GET http://www.apple.com HTTP/1.0 Host: www.apple.com User-Agent: squidclient/3.5.9 Accept: */* Connection: close . -------------------- The cursor just blinks below the dot (after "Connection:close". Hard to see) and nothing happens. I have to manually exit. When I exit, squid log shows A LOT of these lines: 10.0.1.1 TCP_MISS_ABORTED/000 0 GET http://www.apple.com - ORIGINAL_DST/ 10.0.1.1 - and the last line 10.0.1.1 TAG_NONE_ABORTED/000 0 GET http://www.apple.com - HIER_NONE/- - Thanks
_______________________________________________ squid-users mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-users
