Inhaltsverzeichnis

Konfiguration während der Installation

LDAP

Kerberos

#
# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.
# Syntax:
#    
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#

127.0.0.1       localhost mykdc network.local
192.168.1.1     mykdc.network.local

# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts
192.168.1.1     s4e.network.local s4e

Samba

dhcp

Benutzerverwaltung

NFS Server

mkdir -p /export/home
mkdir -p /export/gemeinsam
mkdir /gemeinsam
chmod 775 /gemeinsam
chmod 755 /export
chown lehrer1:lehrer /gemeinsam

Runlevels

Apache

Weitere Einstellungen