modules/network: fix slow connection to ipv6 nodes in mainland
This commit is contained in:
parent
64aa4d8bf8
commit
de2908d3e0
2 changed files with 5 additions and 27 deletions
|
@ -35,7 +35,11 @@
|
|||
systemd.network.enable = true;
|
||||
systemd.network.networks."10-wan" = {
|
||||
matchConfig.MACAddress = "00:16:3e:0a:ec:45";
|
||||
networkConfig.DHCP = "ipv4";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
LinkLocalAddressing = "no";
|
||||
IPv6AcceptRA = "no";
|
||||
};
|
||||
dhcpV4Config = {
|
||||
UseDNS = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue