If needed, the official CERN instructions for this installation are available.
After you login as root, follow these steps carefully:
groupadd squid useradd -g squid -d /var/cache/squid -s /sbin/nologin squid
chown squid:squid /var/cache/squid
wget -O /etc/yum.repos.d/cern-frontier.repo http://frontier.cern.ch/dist/rpms/cern-frontier.repo
yum list frontier-squid
yum install frontier-squid
setoption("acl NET_LOCAL src", "10.0.0.0/8 172.16.0.0/12 192.168.0.0/16")
to be:
setoption("acl NET_LOCAL src", "146.139.52.0/24 146.139.180.0/25 146.139.30.0/25 146.139.116.0/25 130.202.8.0/24 130.202.237.0/25 130.202.173.0/25 146.139.33.0/25 130.202.96.0/22 130.202.24.0/22 130.202.134.0/24 130.202.131.0/24")
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3128 -j ACCEPT
/sbin/service iptables restart
/sbin/service frontier-squid restart
/sbin/service frontier-squid start
/sbin/service frontier-squid stop
/sbin/chkconfig --levels 345 frontier-squid on