I've wrote in /etc/miredo/miredo.conf # Pick a Teredo server: #ServerAddress teredo.ipv6.microsoft.com #ServerAddress teredo-debian.remlab.net ServerAddress 83.170.6.76 # ip of teredo-debian.remlab.net
And in /etc/network/if-up.d/miredo if [ "$ADDRFAM" = "ipx" ] || [ "$ADDRFAM" = "inet6" ]; then exit 0 fi replaced for if [ "$ADDRFAM" = "ipx" ] || [ "$ADDRFAM" = "inet6" ]; then ip -6 route add default dev teredo; exit 0 fi to have miredo working on ubuntu 16.04 and 15.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482069 Title: miredo.service fails on boot To manage notifications about this bug go to: https://bugs.launchpad.net/miredo/+bug/1482069/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs