essai de configuration de l'IPV6 Bouygues
This commit is contained in:
parent
721e1be1f7
commit
aba13fd530
@ -117,7 +117,15 @@
|
|||||||
systemd.network.networks = {
|
systemd.network.networks = {
|
||||||
"40-bouygues" = {
|
"40-bouygues" = {
|
||||||
dhcpV4Config.RouteMetric = 1;
|
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;
|
"40-enp0s21u2".dhcpV4Config.RouteMetric = 1024;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user