2 changed files with 17 additions and 14 deletions
@ -1,10 +1,17 @@ |
|||||
# Variables prpres à l'architecture pour le pare-feu |
# Variables prpres à l'architecture pour le pare-feu |
||||
|
|
||||
# Interfaces de la machine |
# Interfaces de la machine |
||||
define if_adherent = "eth0" |
define if_adherent = "bond0.69" |
||||
define if_admin = "eth1" |
define if_admin = "bond0.7" |
||||
define if_federez = "eth2" |
define if_federez = "bond0.20" |
||||
define if_supelec = "eth3" |
define if_supelec = "bond0.2" |
||||
define if_aloes = "eth4" |
define if_aloes = "bond0.66" |
||||
define if_prerezotage = "eth5" |
define if_prerezotage = "bond0.68" |
||||
define if_dmz = "eth6" |
define if_dmz = "bond0.13" |
||||
|
|
||||
|
# Ips |
||||
|
define comnpay = 46.255.53.0/24 |
||||
|
define website = 193.48.225.242 |
||||
|
define intranet = 193.48.225.247 |
||||
|
define bounce_server = 193.48.225.247 |
||||
|
|
||||
|
|||||
Loading…
Reference in new issue