Category Archives: Firewall
-
Whilst speaking squid – Limit bandwidth for videos:
Leave a commentOctober 30, 2014 by aubreykloppers
Today I am going to teach you more about squid.conf.
-
Cisco 877: Some pointers.
Leave a commentAugust 19, 2013 by aubreykloppers
Starting to get my Studio/Environment more up to date/streamlined, I decided to get myself one of these bad-boys. Some pointers …
Continue reading -
vMware ESXi Change “host memory usage warning”…
Leave a commentMarch 7, 2013 by aubreykloppers
Our ESXi hosts are running out of memory – oh no they’re not! Scenario: ESXi 4.1 host with 60GB memory, …
Continue reading -
pfSense: Per IP Traffic Shaping.
3February 7, 2013 by aubreykloppers
Ok guys and girls, this took me a while to figure out, but once in place, it works like a …
Continue reading -
z-Push and zimbrabackend: The Zimbra companion for Mobility.
1October 16, 2012 by aubreykloppers
from the z-Push webpage: Z-Push Mobile data synchronization is becoming increasingly important for many people, and various standards have arisen …
Continue reading -
The correct way of running tcpdump
Leave a commentOctober 2, 2012 by aubreykloppers
tcpdump -n ‘host <HOST>’ Where <HOST> is the host you want to check. You can then do a ‘telnet <HOST:80>’ …
Continue reading -
ReCreating “sarg” reports on pfSense
Leave a commentJune 21, 2012 by aubreykloppers
remove all the files within: /usr/local/sarg-reports find /var/squid/log -name “access.log*” -exec /usr/local/bin/sarg {} \;
-
FreeBSD – Any flavor (pfSense, FreeNAS…) – adding packages behind a proxy.
2March 22, 2012 by aubreykloppers
All you have to do is: setenv HTTP_PROXY http://<ip>:<port> and then do your: pkg_add -r <pkg>