2019-12-20 18:18:10 +00:00
|
|
|
# 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 <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
# Copyright © 2018-2019 Hugo Levy-Falk <hugo@klafyvel.me>
|
|
|
|
|
2018-10-14 16:49:38 +00:00
|
|
|
# Variables prpres à l'architecture pour le pare-feu
|
|
|
|
|
|
|
|
# Interfaces de la machine
|
2019-01-07 22:48:31 +00:00
|
|
|
define if_adherent = "bond0.69"
|
2019-03-31 18:17:31 +00:00
|
|
|
define if_admin = "eno1"
|
2019-01-07 22:48:31 +00:00
|
|
|
define if_federez = "bond0.20"
|
|
|
|
define if_supelec = "bond0.2"
|
|
|
|
define if_aloes = "bond0.66"
|
|
|
|
define if_prerezotage = "bond0.68"
|
|
|
|
define if_dmz = "bond0.13"
|
|
|
|
|
|
|
|
# Ips
|
|
|
|
define comnpay = 46.255.53.0/24
|
|
|
|
define website = 193.48.225.242
|
2019-09-14 17:50:06 +00:00
|
|
|
define external_dns = 80.67.188.188
|
2019-01-07 22:48:31 +00:00
|
|
|
define intranet = 193.48.225.247
|
|
|
|
define bounce_server = 193.48.225.247
|
|
|
|
|
2019-04-29 22:12:26 +00:00
|
|
|
define range_adherent = 10.69.0.0/20
|
|
|
|
define range_admin = 10.7.0.0/24
|
|
|
|
define range_federez = 10.20.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
|
2019-02-09 09:23:05 +00:00
|
|
|
|
2019-05-20 08:56:31 +00:00
|
|
|
define ip_self_public = 193.48.225.254
|
|
|
|
|
2019-04-29 22:12:26 +00:00
|
|
|
define ip_radius = 10.7.0.124
|
2019-09-17 21:24:58 +00:00
|
|
|
define monitoring = 10.7.0.114
|