Skip to content

Phils Blog and Stuff

TELECOMS. VIRTUALIZATION. IT. CODING. and more…

Menu
  • Home
  • Resources
    • Subnet Mask Cheat Sheet
    • Easy Dmarc+Email
    • MX Tool Box
    • LOAD BALANCING & SRE
  • SHOP
  • SOLUTIONS
  • SERVICES
  • Contact Me
Menu

Category: Recent Client Installs

Here you will find all the recent Client Installations I have been on and what was installed

pfSense OLSR (Optimized Link State Routing)

Posted on 12/08/201308/03/2023 by Phil

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…

Read more

PHP… Simple Error Checking…

Posted on 07/12/201208/03/2023 by Phil

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…

Read more

Snom 720 & OpenVpn

Posted on 18/05/201208/03/2023 by Phil

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…

Read more

Adding a OpenVPN client on ubuntu 10.04…

Posted on 07/05/201208/03/2023 by Phil

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…

Read more

Help save another pub being turned in to a super market!

Posted on 16/02/201208/03/2023 by Phil

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!!

Read more

How to create a ZFS file system on ubuntu with 3 drives raid 5 equiv…

Posted on 10/08/201108/03/2023 by Phil

This Video will talk you through setting up a ZFS File system.

Read more

Another successfully install… Birmingham

Posted on 30/06/201108/03/2023 by Phil

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…

Read more

POSTS

  • Home Assistant. Add water meter with PHP+MQTT+YML.
  • Automating your home with Home Assistant. Initial install and config (Hyper-V).
  • The importance of setting up email security correctly.
  • Automate Debian installations with Seed, DHCP and Nginx.
  • A simple link shortener.. Fun little project…

WORD CLOUD

3CX 3CX Phone System Apache Asterisk Cacti CentOS CRM DHCP DNS Email Fail over Failover File System Firewall FreeBSD FreeNAS FXO IAX install IP IP PBX Linux M0n0wall Nottingham Open Source PBX PFSense PHP Router Server SIP snom SSH TrixBox ubuntu VLAN Voice VoIP VPN vyatta WAN Website WiFi yealink ZFS

© 2025 Phils Blog and Stuff | Powered by Superbs Personal Blog theme