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