00xxxxA3COM Security Switch 6200 Applications Software Installation8-3Installing the Squid Software Onto Your SystemEditing the SquidConfiguration FileAfter you have installed the Squid software you need to define severalfeatures within the Squid configuration file. To do this, complete thefollowing:1 Change to the /etc/squid directory and open the squid.conf (vi squid.conf)file.2 Execute asearch for “http_port” and hit next until the default value ofhttp_port 3128 appears.3 Enter a new line with a port value with no comments, as follows:http_port 80804 Execute a search for “visible_hostname” and hit next until the defaultvalue of none appears.5 Enter a line with a Squid hostname with no comments, as follows:visible_hostname <hostname>6 Execute a search for “http_access” and hit next until the default value of“http_access deny all” appears.7 Enter a line with http_access value with no comments, as follows:http_access allow all8 Save all changes using the following command:wqa9 From the root prompt, execute the following command to start the SquidWeb Proxy if the Squid proxy is not running:/etc/rc.d/init.d/squid startor if the Squid proxy is running:/etc/rc.d/init.d/squid restart