essai de configuration de l'IPV6 Bouygues

This commit is contained in:
nyanloutre 2022-10-14 14:54:22 +02:00
parent 721e1be1f7
commit aba13fd530
1 changed files with 9 additions and 1 deletions

View File

@ -117,7 +117,15 @@
systemd.network.networks = {
"40-bouygues" = {
dhcpV4Config.RouteMetric = 1;
networkConfig.KeepConfiguration = "dhcp-on-stop";
dhcpV6Config = {
DUIDRawData = "00:03:00:01:E8:AD:A6:21:73:68";
WithoutRA = "solicit";
};
ipv6AcceptRAConfig.DHCPv6Client = "yes";
networkConfig = {
KeepConfiguration = "dhcp-on-stop";
IPv6AcceptRA = "yes";
};
};
"40-enp0s21u2".dhcpV4Config.RouteMetric = 1024;
};