On Fri, Jul 25, 2014 at 8:02 AM, Yamakaky <yamakaky@xxxxxxxxxxxx> wrote: > ip -6 route > > *:*:*:*::/64 dev wifi proto kernel metric 303 mtu 1480 > fe80::/64 dev wifi proto kernel metric 256 If I'm not mistaken on how this works (in comparison with my setup) it looks like you're missing a default route. Try `ip -6 route add default via *:*:*:*::/64 dev wifi`. Regards, ~Celti