Create a new account

Email

Connect to mx1.bouledef.eu and create a new system account.

Calendar / Adress book

Connect to cal.bouledef.eu via this admin interface.

RSS Reader

Connect to rss.panzer.lan and create a new directory in /var/www/.

Personnal web page

Connect to static.panzer.lan, go in /var/www/users/ and create a directory with the new user name. Also create a system user account on this host.

Create a new server

Choose a name

  1. $ ssh admin.panzer.lan
  2. $ genhost -d bouledef.eu

Configure the external service name

  1. $ ssh ns0.bouledef.eu
  2. $ sudo $EDITOR /var/nsd/zones/bouledef.eu
  3. $ sudo nsd-control reload bouledef.eu

Configure the internal service name

  1. $ ssh admin.panzer.lan
  2. $ sudo $EDITOR /var/unbound/etc/unbound.conf
  3. $ sudo /etc/rc.d/unbound restart

Configure the internal IP address

  1. $ ssh admin.panzer.lan
  2. $ sudo $EDITOR /etc/dhcpd.conf
  3. $ sudo /etc/rc.d/dhcpd restart

Configure the PXE Boot

  1. $ ssh admin.panzer.lan
  2. $ sudo $EDITOR /etc/dhcpd.conf
  3. $ sudo /etc/rc.d/dhcpd restart

...

OpenBSD Update

How to update OpenBSD on our BouleDeF.eu servers ? Here are the steps.

Fetch the sets

  1. $ ssh admin.panzer.lan
  2. $ cd /var/www/ftp/pub/OpenBSD
  3. $ mkdir $VERSION