# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Copyright © 2018-2019 Hugo Levy-Falk # Variables prpres à l'architecture pour le pare-feu # Interfaces de la machine define if_adherent = "bond0.69" define if_admin = "eno1" define if_federez = "bond0.67" define if_supelec = "bond0.2" define if_aloes = "bond0.66" define if_prerezotage = "bond0.68" define if_dmz = "bond0.13" define if_new_admin = "bond0.70" # Ips define comnpay = 46.255.53.0/24 define website = 193.54.193.39 define external_dns = 80.67.188.188 define intranet = 193.54.193.42 define bounce_server = 193.54.193.42 define range_adherent = 10.69.0.0/20 define range_admin = 10.7.0.0/24 define range_federez = 10.67.0.0/21 define range_aloes = 10.66.0.0/27 define range_prerezotage = 10.68.0.0/16 define range_public = 193.48.225.0/24 define range_new_admin = 10.70.0.0/16 define ip_self_public = 193.48.225.254 define monitoring = 10.70.0.11