Firefox seems ok, but it says it's not using IPV6.
I tried the same thing I did with an earlier release,
sudo echo "blacklist ipv6" >> /etc/modprobe.d/blacklist
(Actually, the blacklist file did not exist as such, so I created it with touch first)
but I still see this:
jon@jon-desktop:~$ ip a | grep inet6
inet6 ::1/128 scope host
inet6 fe80::211:11ff:fe17:5c34/64 scope link
jon@jon-desktop:~$ lsmod | grep ipv6
jon@jon-desktop:~$
I have no idea why this happens and I certainly don't feel like fritzing about with the config of my router.
Help, please.
I tried the same thing I did with an earlier release,
sudo echo "blacklist ipv6" >> /etc/modprobe.d/blacklist
(Actually, the blacklist file did not exist as such, so I created it with touch first)
but I still see this:
jon@jon-desktop:~$ ip a | grep inet6
inet6 ::1/128 scope host
inet6 fe80::211:11ff:fe17:5c34/64 scope link
jon@jon-desktop:~$ lsmod | grep ipv6
jon@jon-desktop:~$
I have no idea why this happens and I certainly don't feel like fritzing about with the config of my router.
Help, please.
Comment