Compare commits
2 Commits
a229263c25
...
bdae06dfd3
| Author | SHA1 | Date | |
|---|---|---|---|
| bdae06dfd3 | |||
| 9df3767ba3 |
@@ -29,7 +29,7 @@ WITH_LDAP_KERB=no
|
||||
REMOVE_USERS=fatal
|
||||
|
||||
# Network
|
||||
IPV4_IFACES="eth0 "
|
||||
IPV4_IFACES="eth0 eth1"
|
||||
|
||||
NET4_MODE_eth0="static"
|
||||
NET4_IP_eth0="192.168.1.241/24"
|
||||
@@ -37,13 +37,16 @@ NET4_GW_eth0="192.168.1.232"
|
||||
NET4_NS_eth0="192.168.1.202 192.168.1.206"
|
||||
NET4_NS_SEARCH_eth0=$REALM
|
||||
|
||||
NET4_MODE_eth1="static"
|
||||
NET4_IP_eth1="10.42.250.221/24"
|
||||
|
||||
# Mode d'installation :
|
||||
# * dev : installe les paquets un par un avec apt (lent)
|
||||
# * full : envoie d'un seul coup la liste de tous les paquets à apt (rapide)
|
||||
INTALL_MODE=full
|
||||
|
||||
# Paquets additionnels
|
||||
PKGSEL="$PKGSEL qbittorrent xhost falkon"
|
||||
PKGSEL="$PKGSEL isc-dhcp-server tftpd-hpa tftp-hpa"
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# -------------------------- Section modules d'init ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user