Monthly Archives: June 2008

Ultimate home server - NTP and Syslog

Today I’m installing and configuring an NTP (Network Time Protocol) server, and configuring syslog to be able to log network stuff. NTP is needed to keep the workstations on the network synced up so that kerberos can work properly, kerberos will be used for network wide authentication and may, hopefully, allow me to achieve single [...]

Ultimate Home Server - Configuring the base system

Alright, in this post I’m trying to get the base system set up with a decent GRUB configuration, a very simple firewall, the OpenSSH server, and getting encryption keys to work on an USB stick. I will include some links to further information in each section. You will need to be root for most of [...]

Ultimate home server - Installing the base system

This is a rather large complicated project for me. I’m putting these posts here mostly as a record of what worked for me, or possibly what didn’t work. If you use these pages to attempt this yourself then I hope that these pages are helpful, but I cannot guarantee any certain results. If you encounter [...]

My attempt at an ultimate Ubuntu server

I’m hoping to accomplish:

Encrypted root file system, as well as a fully encrypted large LVM2 array of three 250 gig disks for data storage.
Encryption keys stored on an external USB stick, leaving the option to use the stick as a key for the encrypted drives, or manually input passphrases to boot the machine.
Xen virtual machines [...]