|
|
@ -23,6 +23,7 @@ mkIf true {
|
|
|
|
"net.ipv6.conf.default.temp_valid_lft" = 3600; # 1 heure
|
|
|
|
"net.ipv6.conf.default.temp_valid_lft" = 3600; # 1 heure
|
|
|
|
"net.ipv6.conf.default.use_tempaddr" = 2; # activé
|
|
|
|
"net.ipv6.conf.default.use_tempaddr" = 2; # activé
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Activation du routage
|
|
|
|
"net.ipv6.conf.all.forwarding" = true;
|
|
|
|
"net.ipv6.conf.all.forwarding" = true;
|
|
|
|
"net.ipv6.conf.default.forwarding" = true;
|
|
|
|
"net.ipv6.conf.default.forwarding" = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|