Category UCOL

Project Management Plan

PROJECT MANAGEMENT PLAN FOR THE Wanganui High School PROJECT                       Project Sponsor: Nigel Rankin                     ……………….                         Date: ………………. Project Supervisor: Hamish Chamberlain   ……………….                         Date: ………………. Project Manager: Ronald…

Network Design Assignment 3

Scenario “Over 2 billion people will be viewing the Cricket World Cup which will be played in Australia and New Zealand in 2015. Your job is to evaluate how virtualised server infrastructure can be used to provide a system capable…

Apache2 Setup

Apache2 Configuration To setup virtual hosts, we need to setup DNS zones. Go to /usr/local/samba/private/dns/ directory and edit patan.t311.zone file. Add these records at the bottom of the page.   intranet        IN A    10.1.1.15 www        IN A    10.1.1.15 *.client.patan.t311.        IN…

Samba 4 Install

Samba 4 First we need to install bind9 and edit the named.conf.option file to forward queries to DNS server. apt-get install bind9 resolvconf dnsutils Edit the fle:  forwarders { 10.1.1.1; }; Comment out this line. //dnssec-validation auto; # Commented…

Open VPN Setup

OPENVPN ON UBUNTU SERVER 12.04 OR 14.04 USING TAP. This article will guide you in a basic OpenVPN installation on an Ubuntu server running 12.04 or 14.04 using a TAP device on the server. The TAP solution is useful if…