diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-16 14:14:27 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-16 14:14:27 +0200 |
commit | 76b7f86d228ae0bb236050e6381723136de2250e (patch) | |
tree | fc6ad8f966e10487854790f935d251160f54bf08 /cluster/prod/site | |
parent | 9cef48a6c29e410b39e74a9e8b2111fcc669db6e (diff) | |
download | nixcfg-76b7f86d228ae0bb236050e6381723136de2250e.tar.gz nixcfg-76b7f86d228ae0bb236050e6381723136de2250e.zip |
use RA on orion as wellsimplify-network-config
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/orion.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cluster/prod/site/orion.nix b/cluster/prod/site/orion.nix index 58c49ab..dd8e208 100644 --- a/cluster/prod/site/orion.nix +++ b/cluster/prod/site/orion.nix @@ -3,11 +3,6 @@ { deuxfleurs.siteName = "orion"; deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254"; - # Setting an IPv6 default gateway will disable RA for now. - # Adding this for now as Orion has the mail servers and we are - # not yet confident we can disable this without getting ourselves - # banned by sending from unwanted IPs (although it should be ok). - deuxfleurs.staticIPv6.defaultGateway = "2a01:e0a:28f:5e60::1"; deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr."; deuxfleurs.publicIPv4 = "82.66.80.201"; } |