pfSense 2.0 incorporates a number of useful services, a number of which will be the focus of future articles on this site. In this article, I will cover the Optimized Link State Routing Protocol (OLSR): what it is, why it is useful, and how to enable pfSense OLSR. OLSR Explained The Optimized Link State Routing…
Category: Recent Client Installs
Here you will find all the recent Client Installations I have been on and what was installed
PHP… Simple Error Checking…
The below code is an example of providing some debug information by both email and logging the information to a file in “/var/logs/”. define(“CURRENT_FILE”, “thisfile.php”); define(“LOG_FILE_LOCATION”, “/var/log/”); function log_file($error1, $error2, $file) { $ok = true; // $file = “logile.txt”; if ($fh = fopen($file, ‘a’)) { $ok = true; $conf = “$error1 – $error2\n”; } else…
Snom 720 & OpenVpn
Starting with firmware version 8.4.27, all Snom firmware versions for Snom 370, 8xx and 7×0 include the ability to build secure VoIP-Infrastructures via OpenVPN-Technology: in this post I will show step-by-step how to configure a Snom 720 to connect to an Asterisk pbx installed on CentOs 5.2. The first step is to upgrade the firmware…
Adding a OpenVPN client on ubuntu 10.04…
First the certificate (key) should be created on the server. cd /etc/openvpn/easy-rsa/ source vars ./pkitool hostname Copy the certificate files to the client * /etc/openvpn/ca.crt * /etc/openvpn/easy-rsa/keys/hostname.crt * /etc/openvpn/easy-rsa/keys/hostname.key Then the client should be setup apt-get install openvpn cd /etc/openvpn cp /usr/share/doc/openvpn/examples/sample-config/client.conf client.conf Edit the client.conf file (edit all that you need to fit your…
Help save another pub being turned in to a super market!
Petition by iPetitions.com Please Sign the above to save a family pub from being destroyed and turned in to an unwanted super market where there is already four!!
How to create a ZFS file system on ubuntu with 3 drives raid 5 equiv…
This Video will talk you through setting up a ZFS File system.
Another successfully install… Birmingham
So yesterday i was in birmingham all day installing an SDSL line and moving all the voice traffic from there internet connection, to it all going over the private SDSL line direct in to the Data Centre. They have a really nice network fibre backbone and some VLANs for DATA and VOICE, they also have a really…