Category: Main -> IP ProxyQuestionAnswer What is the web accelerator?The web accelerator is a high-performance proxy caching server that helps to lower outbound traffic requests and therefore speed up the general web browsing experience.
[x] 1.1 [x]1.2 [x]1.3 All versions Back to top
How do I get to the low level configuration?The Squid configuration file is /etc/squid/squid.conf
[x] 1.1 [x]1.2 [x]1.3 All versions Back to top
Is web content filtering supported?DansGuardian made a patch available that integrates it into IPCop.
The patch file and instructions on how to install DansGuardian on IPCop can be found in the IPCopDGHowto
[x] 1.1 [x]1.2 [x]1.3 All versions Back to top
Can I block certain web sites?Yes. Login to the IPCop console as root and edit a file named /etc/hosts. Make the first address 0.0.0.0 and then add the URL of the offending website.
Do not remove or change the first two lines of /etc/hosts!
Example /etc/hosts
127.0.0.1 localhost
192.168.x.x ipcop
# Add comments if you like.
0.0.0.0 www.offendingwebsite.com
0.0.0.0 www.bumpywall.org
Reboot and you are done.
[x] 1.1 [x]1.2 [x]1.3 All versions Back to top
Can I block annoying ads?Yes. Using the same method as above, add lines as needed to your /etc/hosts A utility located at http://ssmedia.com/utilities/hosts/ has a maintained listing of adservers.
http://www.everythingisnt.com/hosts.html this has an updated list for Linix (so it will work with IPCop) if you are worried about installing it on a firewall there is a simple to use installer for Windows which you can try out on a test PC.
An easy way is to ssh into IPCop from a Xconsole or in Windows Putty and cut and paste from the adserver list.
[x] 1.1 [x]1.2 [x]1.3 All versions Back to top
|