Cause your box is named "server" ...
It looks like :
user @ machine
What is your ip ?
what is your /etc/hosts file ?
not /etc/host.conf...

after 127.0.0.1 line add your network ip and put a name :
assume your ip is 192.168.1.100 for your squid server and is named "server" and your domain is "mydomain.com"
here is your /etc/hosts file :
Quote:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.100 server server.mydomain.com
|
after, put server.mydomain.com in the visible_hostname option...
Did you try to comment this one ?