made a more generic "LEGOS" configuration, added more exemple
This commit is contained in:
@@ -68,29 +68,14 @@ FORCEBLANK=false
|
||||
# ------------------------------------------------------------------------------
|
||||
# ------------------------------ Section réseau --------------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
IPV4_IFACES="eth0 eth1 eth2"
|
||||
IPV4_IFACES="eth0"
|
||||
|
||||
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_IP_eth0="10.1.1.100/16"
|
||||
NET4_GW_eth0="10.1.9.254"
|
||||
NET4_NS_eth0="10.1.9.1 10.1.9.2"
|
||||
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 --------------------------
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user