Ok, so now I have no internet at all, and properly none, with no eth0
come up, though the services appears to have started.
That is odd, because I didn't apparently change anything.
wtf is going on!?
Henry
On 09/11/2018 15:59, Andy Smith wrote:
Hello,
On Fri, Nov 09, 2018 at 03:37:14PM +0000, Henry Gomersall wrote:
With Andy's suggested interfaces, it comes
back up as expected after a
reboot. I still don't appear to have IPv6 though, which is puzzling (I
only have fe80 addresses, which I understand to be link-local, but then
I know next to nothing about IPv6).
Weird. What does:
$ ip -6 a
$ ip -6 ro
Say?
If you add the IPv6 addresses manually:
# ip a add 2001:ba8:1f1:f1e5::2/64 dev eth0
# ip ro add default via 2001:ba8:1f1:f1e5::1/64
Does it work then?
"ping6 ipv6.google.com" for example to test.
Also the output of:
$ grep -r . /proc/sys/net/ipv6
Could be useful. It will be quite big.
Cheers,
Andy