For example:
ip -6 route show | grep ^default
There is no output. So there's no default gateway for IPv6.
also I see some complains from the kernel side of things:
dmesg | grep IPv6 eth0: no IPv6 routers present
Also, I see that I only have a link-local address and not a global unicast.
ifconfig eth0 |grep "inet6 addr:"
returns an inet6 addr fe80: blahblah blah Scope:Link
The informations I have from ISP is:
- my ipv6 ip network range
- my default ipv6 gateway
The question is how I configure these into Linux.