JSP - Johnson's Server Project
FIREWALL - Installing OpenBSD

OpenBSD CD Organization

I'm using current version 3.4
The primary hard drive is 80GB (wd0)
The secondary hard drive is 160GB (wd1, wd2) in a RAID1 array(OpenBSD only picks up 147GB of this)

Label Editor : Allocate drive partitions
 SizeFS Typemount point
wd0a 2 GB4.2 BSD/  (root)
wd0b 1 GBswap 
wd0d 2 GB4.2 BSD/tmp
wd0e 40 GB4.2 BSD/usr
wd0f 30 GB4.2 BSD/var
raid0d160GB4.2 BSD/pub
Label Editor commands:
M = Display Man Page
p = Display Current Label
p g = Display Current Label with sizes in GB
a = Add Partition
m = Modify Partition
d = Delete Partition

w = Write the Partition
q = exit disklabel

System Hostname = OpenServe
Configure the network - y (yes)
(you can type !ifconfig -a to look for carrier on the network card)
The network interface card is vr0 (this may vary)
Enter the IP address and Mask (192.168.1.5 / 255.255.255.0)
DNS Domain Name = jsp
DNS Name Server = 192.168.1.5
Default route - none
Edit Hosts - no
Time Zone = EST5EDT

Answer a few more questions and the install is complete.