hostname quagga password quagga enable password quagga ! ! ! ! In CentOS I used the lines below to force the telephony routes to be resolvable. ! In Debian I added the 2001:db8::1/32 in /etc/network/interfaces. ! There is no functional difference between these methods. ! interface lo ipv6 address 2001:db8::1/32 ! ! ! ! Not necessary to configure the interface here. Can also be done in e.g. /etc/network/interfaces. ! interface eth0 10.10.5.12/16 ! ! ! ! Below is a static route (942812 -> 10.10.5.12) that can be viewed with 'show ipv6 route'. ! ipv6 route 2001:db8:942:812::/64 2001:db8::10:10:5:12 ! ! ! ! Also advertise your own prefix here IFF you advertise a static route. Note the next hop syntax. ! ipv6 route 2001:db8:941:358::/64 2001:db8::127:0:0:1