Comment 6 for bug 1482069

Revision history for this message
Romik Forest (forest-software) wrote :

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