This is an old revision of the document!
Using Xen, create the host on the command line as follows.
xen-create-image --hostname=dns \ --vcpus=1 \ --pygrub
If a second interface needs to be added, modify /etc/xen/dns.cfg to look as follows:
vif = ['mac=00:16:3E:5A:B6:6D,bridge=inetbr0', 'mac=00:16:3E:5A:B7:6D,bridge=xenbr0' ]
Start the vm and connect to it to continue configuration
xm create /etc/xen/dns.cfg xm console dns
Debian Initial Config TODO: UPDATE (sudo, vim, tcpdump, dns-utils) (ssh configuration)
If a second VIF was added, edit /etc/network/interfaces to apply correctly and bring up the second interface.
Install the bind service.
apt-get install bind9
<file