Peter Ashby wrote:
> I can't get it to talk to the outside world - I can see it on
> the network and can administer it but it fails its Internet
> connection test and so can't act as a proxy/server.
>
> The IP connection is full time ISDN but the traffic MUST pass
> through an external proxy - proxy.vhhs.sa.edu.au with a port
> of 2138 and it won't!
assuming e-smith didn't set it up properly (it didn't when i set it up), you'll have to directly modify the squid config file (remembering to modify the template and signal-event console-save'ing!) ... you need the bit about cache_peer; it's fairly self explanatory in the conf file, but for completeness, heres what you _probably_ need to put in:
cache_peer proxy.vhhs.sa.edu.au parent 2138 3120 default no-query
although i would recommend reading up on the docs @
www.squid-cache.org .. also, talk to the sysadmins for your provider, they can probably help you out too.
zac