Mikko Kortelainen

WPA-PSK authentication with Cisco IOS

When my Linux firewall box died a couple of months ago, I finally decided to by a Cisco router for my Internet connection. Before the Linux box I had an OpenBSD firewall, and I decided it was time to learn yet another platform.

The box is a Cisco 877W which …

read more

Bootstrapping an Ubuntu guest for Xen

First, some empty disk space is needed. Let's create a logical volume for our new virtual machine:

root@xenserver1:~# lvcreate -n testlv -L 10G vg0
  Logical volume "testlv" created

Create a filesystem on the new logical volume:

root@xenserver1:~# mke2fs -j /dev/vg0/testlv
mke2fs 1.40-WIP (14-Nov-2006)
Filesystem label …
read more

How to get VMware Server working with an unsupported kernel and the vmware-any-any patch

VMware Server needs exactly two kernel modules running on the host system (there are separate modules for guest systems). These are the vmmon and the vmnet modules. Unfortunately, the vmmon and vmnet packages included in the VMware server distribution package don't compile with the newest kernels. When I upgraded my …

read more
<< Page 14 of 15 >>