Compare commits

..

2 Commits

Author SHA1 Message Date
bdae06dfd3 mariveles conf update 2026-01-15 20:35:32 +01:00
9df3767ba3 mariveles conf update 2026-01-15 20:25:16 +01:00

View File

@@ -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 ----------------------------