conf change
This commit is contained in:
@@ -31,24 +31,24 @@ WITH_LDAP_KERB=no
|
||||
REMOVE_USERS=
|
||||
|
||||
# Network
|
||||
IPV4_IFACES="ens18 ens19"
|
||||
IPV4_IFACES="eth0 eth1"
|
||||
|
||||
NET4_MODE_ens18="static"
|
||||
NET4_IP_ens18="192.168.1.235/24"
|
||||
NET4_GW_ens18="192.168.1.230"
|
||||
NET4_NS_ens18="192.168.1.205 192.168.1.206"
|
||||
NET4_NS_SEARCH_ens18=$REALM
|
||||
NET4_MODE_eth0="static"
|
||||
NET4_IP_eth0="192.168.1.235/24"
|
||||
NET4_GW_eth0="192.168.1.230"
|
||||
NET4_NS_eth0="192.168.1.205 192.168.1.206"
|
||||
NET4_NS_SEARCH_eth0=$REALM
|
||||
|
||||
NET4_MODE_ens19="static"
|
||||
NET4_IP_ens19="10.42.250.30/24"
|
||||
NET4_MODE_eth1="static"
|
||||
NET4_IP_eth1="10.42.250.30/24"
|
||||
|
||||
IPV6_IFACES="ens18"
|
||||
IPV6_IFACES="eth0"
|
||||
|
||||
NET6_MODE_ens18="static"
|
||||
NET6_IP_ens18="2a03:7220:8081:b301::1e/64"
|
||||
NET6_GW_ens18="2a03:7220:8081:b301::e7"
|
||||
NET6_NS_ens18="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce"
|
||||
NET6_NS_SEARCH_ens18=$REALM
|
||||
NET6_MODE_eth0="static"
|
||||
NET6_IP_eth0="2a03:7220:8081:b301::1e/64"
|
||||
NET6_GW_eth0="2a03:7220:8081:b301::e7"
|
||||
NET6_NS_eth0="2a03:7220:8081:b301::cd 2a03:7220:8081:b301::ce"
|
||||
NET6_NS_SEARCH_eth0=$REALM
|
||||
|
||||
|
||||
# Mode d'installation :
|
||||
|
||||
Reference in New Issue
Block a user