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: Usefully Found Stuff

How to Disable SIP ALG on a Thompson Router

Posted on 09/10/201208/03/2023 by Phil

SIP ALG is used to try and avoid configuring Static NAT on a router. Its implementation, however, varies from one router to another, often making it difficult to inter-operate a router with SIP ALG enabled with a PBX. In general, you would want to disable SIP ALG and configure one to one port mapping on…

Read more

Vyatta CLI commands reference guide…

Posted on 28/09/201208/03/2023 by Phil

Below I list a CLI Command reference for the Vyatta Router. # Configure Interfaces configure set interfaces ethernet eth0 address dhcp set interfaces ethernet eth0 description “Internet-Connection” set interfaces ethernet eth1 address 192.168.1.1/24 set interfaces ethernet eth1 description “LAN-Connection” commit save # Configure DHCP configure set service dhcp-server set service dhcp-server shared-network-name LAN-01 set service dhcp-server shared-network-name LAN-01 subnet…

Read more

FreeNAS 8.2 is Released!

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

Additional features include: Support for iSCSI target reload. GUI support for SAS and FC multipath hardware. Webshell accessible from the FreeNAS web interface. ZFS scrubs are configurable from the GUI. A newer web toolkit is used in the GUI, enabling use of mobile browsers. An autotuning script tunes ZFS for the hardware it’s running on….

Read more

Sites that sell your details…

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

So Like most people i sign up for differant services and product notifications. On the sites you fill a form in with your details like name, address, email, etc Pritty standard details, on these sites also there is the option to opt out of having your details sold to a 3rd party. Like most people…

Read more

Setting up Fax to Email in Trixbox 2.8.0.2

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

Followed instructions on http://www.trixbox.org/forums/trixbox-forums/help/want-setup-fax-email with slightly modified settings. I am putting copying and pasting with my modifications in bold for Trixbox 2.8.0.2 (actually there is just one change  ) <start paste> To configure Asterisk to listen for faxes on an inbound route, go to the Inbound Routes page, pick any route on which you want to…

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

How To setup SSH Key Authentication on Linux

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

This short tutorial explains how to setup SSH to use key based authentication, by default on CentOS this is disabled. To start with follow our guide on how to generate SSH key pairs and copy the key over. Configure SSH to enable Public Key Based Authentication Open up /etc/sshd_config in vi and find the following…

Read more

How to install WordPress on Ubuntu 12.04 LTS

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

The articles explains how to install WordPress on Ubuntu 12.04, to instructions are step by step and I use the latest version of WordPress using the .dpkg package from apt. To start off with install install the Ubuntu WordPress package with: apt-get install wordpress php5-gd This should pull down and install everything you need to…

Read more

OpenVPN to a VPS… Secure communications…

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

There are several potential benefits to setting up a VPN to your Asterisk server. All traffic is encrypted and you don’t need to open lots of ports in the firewall. Also there are no issues with SIP and NAT as traffic is routed over the VPN tunnel. This is a pretty advanced setup but here…

Read more

Creating an OpenVPN Tunnel…

Posted on 28/04/201208/03/2023 by Phil

OpenVPN OpenVPN uses Public Key Infrastructure (PKI) to encrypt VPN traffic between nodes. A simple way of setting up a VPN with OpenVPN is to connect the clients through a bridge interface on the VPN server. This guide will assume that one VPN node, the server in this case, has a bridge interface configured. For…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

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