Cette doc m'a posé quelques soucis; http://documentation.online.net/en/serveur-dedie/reseau/ipv6-prefix
En attendant une mise à jour ou la rédaction d'un blog post, je vous partage rapidement mes working steps
wget "http://klub.com.pl/dhcpv6/dibbler/dibbler-1.0.1.tar.gz" #Update to 1.0.1 for security issues
apt-get install build-essential
tar -xvf dibbler-1.0.1.tar.gz && cd dibbler-1.0.1 && ./configure && make install clean
mkdir -p /var/lib/dibbler /etc/dibbler
#Debian Jessie use Systemd, ignore init.d commands. If it's too late, you can do the following
#update-rc.d -f dibbler-client remove && rm /etc/init.d/dibbler-client
vim /etc/systemd/system/dibbler.service #Put in this file the content of dibbler.service file following