Hello there. I just spin up an NixOS instance on Linode Cloud and an Syncthing service, but the problem is I can’t ping IPv6 websites.
Here is an screenshot with some info and I can give more if someone try to help me or someone had this issue.
Thanks.
And I also have this configs.
networking.useDHCP = false;
networking.usePredictableInterfaceNames = false;
networking.interfaces.eth0.useDHCP = true;
networking.enableIPv6 = true;
networking.interfaces.eth0.ipv6.addresses = [ {
address = "2a01:7e01::f03c:92ff:fe4b:0a90";
prefixLength = 64;
} ];
networking.defaultGateway6 = {
address = "fe80::1";
interface = "eth0";
};