From 8f5fec46379d07ffb530ec25ce0f17301f5b5ed5 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Mon, 20 Dec 2021 08:33:43 +0100 Subject: [PATCH] rename bouygues interface --- systems/LoutreOS/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 8f30b3974..67eb71ce2 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -50,7 +50,7 @@ useDHCP = false; vlans = { - bouyges = { + bouygues = { id = 100; interface = "eno1"; }; @@ -61,7 +61,7 @@ }; interfaces = { - bouyges = { + bouygues = { # Adresse MAC BBox ? https://lafibre.info/remplacer-bbox/informations-de-connexion-ftth/msg598303/#msg598303 macAddress = "E8:AD:A6:21:73:68"; useDHCP = true; @@ -78,10 +78,10 @@ }; }; - # NAT bouyges <-> eno2 + # NAT bouygues <-> eno2 nat = { enable = true; - externalInterface = "bouyges"; + externalInterface = "bouygues"; # Permet d'utiliser le SNAT plus rapide au lieu de MASQUERADE # externalIP = "0.0.0.0"; internalIPs = [ "10.30.0.0/16" "10.40.0.0/16" ];