firewall/archi.nft

46 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

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
define if_adherent = "bond0.69"
2019-03-31 18:17:31 +00:00
define if_admin = "eno1"
2022-08-01 10:10:08 +00:00
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"
2022-08-01 10:10:08 +00:00
define if_new_admin = "bond0.70"
# Ips
define comnpay = 46.255.53.0/24
2022-09-02 16:56:29 +00:00
define website = 193.54.193.39
2019-09-14 17:50:06 +00:00
define external_dns = 80.67.188.188
2022-09-02 16:56:29 +00:00
define intranet = 193.54.193.42
define bounce_server = 193.54.193.42
2019-04-29 22:12:26 +00:00
define range_adherent = 10.69.0.0/20
define range_admin = 10.7.0.0/24
2022-08-01 10:10:08 +00:00
define range_federez = 10.67.0.0/21
2019-04-29 22:12:26 +00:00
define range_aloes = 10.66.0.0/27
define range_prerezotage = 10.68.0.0/16
define range_public = 193.48.225.0/24
2022-08-01 10:10:08 +00:00
define range_new_admin = 10.70.0.0/16
2019-02-09 09:23:05 +00:00
2019-05-20 08:56:31 +00:00
define ip_self_public = 193.48.225.254
2022-08-01 10:10:08 +00:00
define monitoring = 10.70.0.11