diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-27 21:52:46 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-27 21:52:46 +0100 |
commit | bf9a9128b841f53b3c499eee0fa2735b569eff60 (patch) | |
tree | 4d8bd5a2578fb08d0fd330ebbd27e34a18ce3140 | |
parent | 5902805ac944ef6fe83508947de197678b8a86bd (diff) | |
download | infrastructure-bf9a9128b841f53b3c499eee0fa2735b569eff60.tar.gz infrastructure-bf9a9128b841f53b3c499eee0fa2735b569eff60.zip |
Disable IPv6 Router Advertisement (RA) as it provision an additional IP address that we do not want to use and breaks things
-rw-r--r-- | os/config/roles/network/templates/en.network | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/config/roles/network/templates/en.network b/os/config/roles/network/templates/en.network index 5e680da..0f1481b 100644 --- a/os/config/roles/network/templates/en.network +++ b/os/config/roles/network/templates/en.network @@ -5,3 +5,5 @@ Name={{ interface }} Address={{ ipv4 }}/24 Address={{ ipv6 }}/64 Gateway=192.168.1.254 +IPv6AcceptRA=no +LinkLocalAddressing=no |