Set up your Secure Web Gateway with legacy installer package

From Secure Web Gateway

Copy the link location of latest version from http://downloads.safesquid.net

Download link1.jpg

Now go to the linux server and change the directory to “/usr/local/src” by using below command

                      cd /usr/local/src

Then  use wget command to download the SafeSquid tarball to the Linux machine on which you want to install the Safesquid.It will download the tar file

                     wget http://downloads.safesquid.net/appliance/binary/safesquid_latest.tar.gz

Wget.jpg

Extract the files from tar by using below command.

                    tar -zxvf safesquid_latest.tar.gz

The output of the above command is like as below.

Untar1.jpg

All extract contents are into  "_mkappliance" directory.

Now run the below command to setup the SafeSquid service.
          _mkappliance/installation/setup.sh

The output of the above command is like as below.

Setupsh.jpg

Now start the SafeSquid service using below command.

                    /etc/init.d/safesquid start

Safesquid start.jpg

 

Now check the SafeSquid service is running and listening or not by using any of the below commands.

                     pidof safesquid       and   netstat -tulnp | grep "safesquid"

Status check.jpg

 

Next : Activate the SafeSquid