First create a network configuration file:
lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0
…and run lxc-create:
root@servukas:~# lxc-create -n natty-lxc-template -t natty -f /tmp/natty-template-network.conf debootstrap is /usr/sbin/debootstrap Checking cache download in /var/cache/lxc/natty/rootfs-amd64 ... Downloading ubuntu natty minimal ... ... Copy /var/cache/lxc/natty/rootfs-amd64 to /var/lib/lxc/natty-lxc-template/rootfs ... Copying rootfs to /var/lib/lxc/natty-lxc-template/rootfs ...Please change root-password ! 'natty' template installed 'natty-lxc-template' created
That’s all. Good luck.
Or you can download my template from files.emanuelis.eu

The requested URL /natty-lxc-template.tar.bz2 was not found on this server.