added network module

This commit is contained in:
2021-12-14 20:41:25 +01:00
parent 1ee6d805ea
commit 925d32c2b6
3 changed files with 193 additions and 0 deletions

View File

@@ -65,6 +65,32 @@ CALCLEVEL=""
# Doit on forcer l'effacement du disque ?
FORCEBLANK=false
# ------------------------------------------------------------------------------
# ------------------------------ Section réseau --------------------------------
# ------------------------------------------------------------------------------
IPV4_IFACES="eth0 eth1 eth2"
NET4_MODE_eth0="static"
NET4_IP_eth0="192.168.1.221/24"
NET4_GW_eth0="192.168.1.231"
NET4_NS_eth0="192.168.1.206 192.168.1.205"
NET4_NS_SEARCH_eth0=$REALM
NET4_MODE_eth1="static"
NET4_IP_eth1="192.168.1.221/24"
NET4_MODE_eth2="static"
NET4_IP_eth2="10.0.254.221/16"
NET6_MODE_eth0="static"
NET6_IP_eth0="2a03:7220:8081:b401::dd/64"
NET6_GW_eth0="2a03:7220:8081:b401::e7"
NET6_NS_eth0="2a03:7220:8081:b401::ce 2a03:7220:8081:b301::cd"
NET6_NS_SEARCH_eth0=$REALM
NET6_MODE_eth1="static"
NET6_IP_eth1="2a03:7220:8081:b34a::dd/64"
# ------------------------------------------------------------------------------
# ------------------------- Section machine virtuelle --------------------------
# ------------------------------------------------------------------------------