1
0
Fork 0

sail: Re-Enable IPv6

This commit is contained in:
Daniel Kempkens 2023-03-28 18:25:45 +02:00
parent 9804ec0042
commit fdc1e11bae
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -103,8 +103,9 @@ in
"10-wan" = { "10-wan" = {
matchConfig.Name = "enp1s0"; matchConfig.Name = "enp1s0";
networkConfig = { networkConfig = {
DHCP = "yes"; DHCP = "ipv4";
IPv6AcceptRA = true; Address = "2a01:4f8:c2c:989c::1/64";
Gateway = "fe80::1";
}; };
linkConfig.RequiredForOnline = "routable"; linkConfig.RequiredForOnline = "routable";