I will have to look at the logs tomorrow when i get in - but when i at root command, and i try a "wget" to try and down load a "rpm", it find the website and resolves the name but won't down load - it then says "no route through to host"
"wget" doesn't use the squid proxy, and you haven't told it to use an upstream cache.
Try:
export http_proxy "http://upstream.cache.domainname:port/"
then do your wget.
If that works, then do:
export http_proxy "http://localhost:3128/"
then do your wget again. If the second one works, then squid is correctly configured to use your upstream cache.
When i work the other way and use a client xp machine to use the proxy on squid to gain access " proxy name and 3128" in IE lAN settings, i don't get access to websites, i get the "Apache" unable to connect to host page.
If you are seeing an Apache page, then you are successfully connecting to something outside your network, either an Apache website or Apache running as a proxy. If your external proxy is Apache, and it cannot access other outside websites, there's nothing that you can do about it. Contact the administrator of the cache.