Table des matières
Contenu du fichier slis.conf
Paramétres de version
VERSION_DKS="1" # DKS version number VERSION_NUM="4.1" # SLIS version number
Paramètres globaux
LOG_FACILITY="local5" # Used by various scripts to record logs # Note: this email receives a log of the installation process SLISMASTER="slismaster@ac-grenoble.fr" # Since slis 4.1, possible values are: xen, openvz, none # Default value (when not specified) is "openvz" SLIS_VIRTUALIZATION="openvz" # Create a Debian guest machine beside the slis/lcs ones? # By default it's created if the machine has more than 1Gb of RAM #DEBIAN_GUEST_ACTIVE="1"
Configuration LDAP
( géré par le paquet ldapedu )
Si le SLIS est utilisé avec LCS, la configuration si dessous doit être identique à celle du lcs.conf, sauf pour LDAP_SERVER. Dans le cas du lcs, LDAP_SERVER est '127.0.0.1'.
LDAP_SERVER="192.168.78.6" LDAP_BASE_DN="ou=swirly-slis,ou=ac-grenoble,ou=education,o=gouv,c=fr" LDAP_ADMIN_RDN="admin" LDAP_ADMIN_PW="tiPwk8XhKMLdHmr" LDAP_PEOPLE_RDN="people" LDAP_GROUPS_RDN="groups" LDAP_COMPUTERS_RDN="computers" LDAP_PARKS_RDN="parcs" LDAP_RIGHTS_RDN="rights" LDAP_TRASH_RDN="trash" LDAP_MAIL_DOMAIN="swirly-slis.ac-grenoble.fr"
Paramètres réseau
# The name of the slis HOSTNAME="slis" # The domain of the organisation # e.g. for the "collège exemple" in the "académie de Grenoble" , it will be "clg-exemple.ac-grenoble.fr" DOMAIN="swirly-slis.ac-grenoble.fr" GATEWAY="192.168.242.1" # For *_IP = "0.0.0.0" means DHCP EXTERNAL_IF_DEV="eth0" EXTERNAL_IF_IP="192.168.242.5" EXTERNAL_IF_MASK="255.255.255.0" INTERNAL_IF_DEV="eth1" INTERNAL_IF_IP="172.16.0.1" INTERNAL_IF_MASK="255.255.0.0" # DMZ_IF is not handled coherently, use "true" to enable it # and keep it empty to disable it DMZ_IF="true" DMZ_IF_DEV="eth2" DMZ_IF_IP="192.168.78.1" DMZ_IF_MASK="255.255.255.0" # Default IP for various hosts IP_DOM0="192.168.78.2" IP_LCS="192.168.78.6" IP_DEBIAN="192.168.78.4" NTP_SERVER="ntp.ac-grenoble.fr" # IP Address used to test the connection PING_HOST="193.54.149.10" # ROUTER_TYPE="9" means ADSL connection, otherwise direct connection ROUTER_TYPE="0" ADSL_USER="" ADSL_PASS="" # Only pppoe is supported in 4.1 ADSL_TYPE="pppoe"
Paramètres DNS
DNS_PRIMARY="193.54.149.10" DNS_SECONDARY="193.54.189.3" # Zone name configured by slis-dns LOCAL_ZONE_NAME="intranet.local"
Paramètres spécifiques au SLIS
# Le mot de passe est "slis" PASS='$1$OxYDYL1F$4HJuyUeK9p.gkqrJLuUTM1'
Tunnel VTUN
VTUN="1" VTUN_SVR="193.54.149.26" VTUN_SVR_PORT="21" USER="6PVjGE5k" SECRET="LaE2Kb4I" IP_TUN_SLIS="10.239.0.56" IP_TUN_SVR="10.239.0.55" ROUTE_TUN_NET="193.54.149.10" ROUTE_TUN_MASK="255.255.255.255" VTUN_RETRIES="0"
Serveur de supervision
SLIM_HOST="195.221.235.245" SLIM_MONITOR_PATH="slim/scripts/monitor/get" SLIM_MAX_AGE="36000" SLIM_RETRY_TIME="5" MONITOR_FREQUENCY="HOURLY" MONITOR_ENABLE="true" # "true" or "false"
Paramétres du serveur de mise à jour
RSYNC_HOST="193.54.149.10" RSYNC_MODULE="slis-updates_4.0-xen" UPDATE_TIME_WINDOW="01-03"
Courrier électronique
# Relay host used to send mails RELAY_HOST="smtp.ac-grenoble.fr" # Both IP below are used by slis-firewall to allow SMTP traffic to MTA_IP # and POP/IMAP traffic to MDA_IP. The IP corresponds to the LCS in Slis 4.1. MTA_IP="192.168.78.6" MDA_IP="192.168.78.6" # Comma separated list of smtp server adresses accesssible by default # from the LAN. ALLOWED_SMTP=""
Serveur Proxy
LOCAL_PROXY_PORT="3128" # If PROXY_CACHE is different from "na", then it's used during installation # for all HTTP/HTTPS access. PROXY_CACHE="na" PARENT_PORT="3128" PARENT_ICP_PORT="3130" PROXYON="1" SQUID_AUTH="0" PROXY_TRANS="1"
Proxy filtrant
REDIR_BASE="http://www.ac-grenoble.fr/redir" NREDIR="15"