where <what_u_want> will be the hostname that's been used by
squid to identify itself
Good practice is to set the hostname of you box
edit /etc/sysconfig/network with
NETWORKING=yes
HOSTNAME=<what_u_want>
For some linux you need to create a file
/etc/HOSTNAME where simply put the name of your host
Edit /etc/hosts and add
<your_ip_addres1> <what_u_want1>
<your_ip_addres2> <what_u_want2>
After these changes do
/etc/init.d/network restart
to apply the changes
0
Featured Post
Work with freelancers specializing in everything from database administration to programming, who have proven themselves as experts in their field. Hire the best, collaborate easily, pay securely, and get projects done right.
Please set 'visible_hostname' in squid.conf !!