SquidNet Linux Installation Guide
SquidNet Linux Installation Guide
Version 1.2
September 13, 2012
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
1
Table of Contents
ABOUT THIS DOCUMENT: ..................................................................................................................... 2 1 INSTRUCTIONS ................................................................................................................................ 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 REQUIREMENTS ................................................................................................................................ 1 FIREWALL ......................................................................................................................................... 1 HOSTNAME LOOKUP .......................................................................................................................... 1 SMC CONSOLE ................................................................................................................................. 2 SYSTEM DEPENDENCIES.................................................................................................................... 2 INSTALL ............................................................................................................................................ 2 UNINSTALL ....................................................................................................................................... 2
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
1
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
2
1 Instructions
1.1 Requirements
For Linux, SquidNet supports a majority of the more popular 32/64 bit distributions. Please make sure that your system is up to date with the latest application packages and security updates before starting this procedure.
1.2 Firewall
Please make sure you open these ports up in your firewall (" Other Ports") and also make sure that the local interface (eth*) is marked as trusted in the Trusted Interfaces page. Not doing so will cause tipnode detection issues.
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
1
1.6 Install
The SquidNet installation is done with a simple tarball. You must be logged into a root account to execute the following procedures: 64-Bit Distribution Note: When installing SquidNet on a 64-bit Linux Operating System, you must install the 32-bit libraries beforehand. For example, on debian-based systems you can install the 32-bit libraries using the following command: >> sudo apt-get install ethtool ia32-libs Make sure you have the latest version of the Linux SquidNet installer available. Always check the website for the latest updates. Open up a terminal and make sure you have "sudo" root access. Execute the following commands: >> "cd" to folder where the SquidNet installer resides. >> tar xvzf squidnet-linux-2.66P31.tar.gz >> chmod +x ./squidnet-linux-2.66P31.bin >> sudo ./squidnet-linux-2.66P31.bin You may start, stop or restart the SquidNet daemon using the following commands (as root): o o o sudo /etc/init.d/squidnet start sudo /etc/init.d/squidnet stop sudo /etc/init.d/squidnet restart
1.7 Uninstall
To uninstall SquidNet, do the following:
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
2
SquidNet Network Render Manager LINUX Installation Guide cd to SquidNet installation directory (/usr/squidnet) and execute uninstall script (squidnetuninstall.sh).
This document is published by SquidNet Software, Inc. 2009, SquidNet Software, Inc. All rights reserved.
3