Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi2:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
lpi2:start [2014/02/19 18:30]
ingo_wichmann [207.3 Securing a DNS server (weight: 2)]
lpi2:start [2024/03/19 14:49] (aktuell)
ingo_wichmann [205.1 Basic networking configuration (weight: 3)]
Zeile 1: Zeile 1:
-Todo: Seiten aus Schulung [[netzwerkdienste]] hier einarbeiten +== TODO == 
- +  * Seiten aus Schulung [[netzwerkdienste]] hier einarbeiten 
- +  * Syntax-Regeln der verschiedenen Config-Dateien genauer erklären
- +  ​* ​/proc/pressure einarbeiten
-====== Exam 202 ====== +
-=== 207.1 Basic DNS server configuration === +
-"//ability to convert older BIND configuration files to newer format//":​ +
-<​file>​ +
-$TTL +
-</​file>​+
  
 ====== Exam 201 ====== ====== Exam 201 ======
Zeile 16: Zeile 10:
 Candidates should be able to measure hardware resource and network bandwidth, identify and troubleshoot resource problems. Candidates should be able to measure hardware resource and network bandwidth, identify and troubleshoot resource problems.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Measure CPU usage.   * Measure CPU usage.
Zeile 27: Zeile 21:
   * Estimate throughput and identify bottlenecks in a system including networking.   * Estimate throughput and identify bottlenecks in a system including networking.
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * iostat   * iostat
 +  * iotop
   * vmstat   * vmstat
   * netstat   * netstat
 +  * ss
 +  * iptraf
   * pstree, ps   * pstree, ps
   * w   * w
   * lsof   * lsof
   * top   * top
 +  * htop
   * uptime   * uptime
   * sar    * sar 
Zeile 43: Zeile 41:
   * blocks out    * blocks out 
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[prozesse|ps]]   * [[prozesse|ps]]
   * [[lsof]]   * [[lsof]]
   * [[sysstat]]   * [[sysstat]]
-  * [[netstat]] +  * [[netstat|netstat / ss]] 
 +  * [[iotop]] 
 +  * [[iptraf]]
  
 ==== 200.2 Predict Future Resource Needs (weight: 2) ==== ==== 200.2 Predict Future Resource Needs (weight: 2) ====
Zeile 54: Zeile 53:
 Candidates should be able to monitor resource usage to predict future resource needs. Candidates should be able to monitor resource usage to predict future resource needs.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Use collectd ​to monitor IT infrastructure usage.+  * Use monitoring and measurement tools to monitor IT infrastructure usage.
   * Predict capacity break point of a configuration.   * Predict capacity break point of a configuration.
   * Observe growth rate of capacity usage.   * Observe growth rate of capacity usage.
   * Graph the trend of capacity usage.   * Graph the trend of capacity usage.
-  * Awareness of monitoring solutions such as Nagios, MRTG and Cacti+  * Awareness of monitoring solutions such as Icinga2, ​Nagios, collectd, MRTG and Cacti
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * diagnose   * diagnose
Zeile 68: Zeile 67:
   * resource exhaustion   * resource exhaustion
  
-'''​Beispiele:' ''​+==Beispiele==
  
   * [[collectd]]   * [[collectd]]
Zeile 77: Zeile 76:
 Candidates should be able to utilise kernel components that are necessary to specific hardware, hardware drivers, system resources and requirements. This objective includes implementing different types of kernel images, understanding stable and longterm kernels and patches, as well as using kernel modules. Candidates should be able to utilise kernel components that are necessary to specific hardware, hardware drivers, system resources and requirements. This objective includes implementing different types of kernel images, understanding stable and longterm kernels and patches, as well as using kernel modules.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Kernel 2.6.x documentation +  * Kernel 2.6.x3.x and 4.x documentation
-  * Kernel ​3.x documentation+
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​usr/​src/​linux   * /​usr/​src/​linux
   * /​usr/​src/​linux/​Documentation   * /​usr/​src/​linux/​Documentation
   * zImage   * zImage
-  * bzImage ​+  * bzImage 
 +  * xz compression 
 + 
 +==Dokumentation==
  
 +  * [[https://​www.kernel.org/​doc/​Documentation/​x86/​boot.txt|zImage vs. bzImage]]
  
 ==== 201.2 Compiling a Linux kernel (weight: 3) ==== ==== 201.2 Compiling a Linux kernel (weight: 3) ====
Zeile 94: Zeile 96:
 Candidates should be able to properly configure a kernel to include or disable specific features of the Linux kernel as necessary. This objective includes compiling and recompiling the Linux kernel as needed, updating and noting changes in a new kernel, creating an initrd image and installing new kernels. Candidates should be able to properly configure a kernel to include or disable specific features of the Linux kernel as necessary. This objective includes compiling and recompiling the Linux kernel as needed, updating and noting changes in a new kernel, creating an initrd image and installing new kernels.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * /​usr/​src/​linux/​   * /​usr/​src/​linux/​
   * Kernel Makefiles   * Kernel Makefiles
-  * Kernel 2.6.x/3.x make targets ​+  * Kernel 2.6.x3.x and 4.x make targets ​
   * Customize the current kernel configuration.   * Customize the current kernel configuration.
   * Build a new kernel and appropriate kernel modules.   * Build a new kernel and appropriate kernel modules.
   * Install a new kernel and any modules.   * Install a new kernel and any modules.
   * Ensure that the boot manager can locate the new kernel and associated files.   * Ensure that the boot manager can locate the new kernel and associated files.
-  * Module configuration files +  * Module configuration files 
 +  * Use DKMS to compile kernel modules.
   * Awareness of dracut   * Awareness of dracut
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * mkinitrd   * mkinitrd
Zeile 118: Zeile 121:
   * /​lib/​modules/​kernel-version/​*   * /​lib/​modules/​kernel-version/​*
   * depmod   * depmod
 +  * dkms
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[lpi1::​make]]   * [[lpi1::​make]]
   * [[lpi1::​kernel]]   * [[lpi1::​kernel]]
   * [[Kernel kompilieren]]   * [[Kernel kompilieren]]
 +  * [[dkms]]
   * [[initrd]]   * [[initrd]]
  
 ==== 201.3 Kernel runtime management and troubleshooting (weight: 4) ==== ==== 201.3 Kernel runtime management and troubleshooting (weight: 4) ====
  
-Candidates should be able to manage and/or query a 2.6.x or 3.x kernel and its loadable modules. ​ Candidates should be able to identify and correct common boot and run time issues. Candidates should understand device detection and management using udev. This objective includes troubleshooting udev rules. ​+Candidates should be able to manage and/or query a 2.6.x3.x or 4.x kernel and its loadable modules. Candidates should be able to identify and correct common boot and run time issues. Candidates should understand device detection and management using udev. This objective includes troubleshooting udev rules. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Use command-line utilities to get information about the currently running kernel and kernel modules.   * Use command-line utilities to get information about the currently running kernel and kernel modules.
Zeile 141: Zeile 146:
   * udev rules   * udev rules
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​lib/​modules/​kernel-version/​modules.dep   * /​lib/​modules/​kernel-version/​modules.dep
Zeile 163: Zeile 168:
   * /​etc/​udev ​   * /​etc/​udev ​
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[lpi1:​kernel]]   * [[lpi1:​kernel]]
   * [[udev]]   * [[udev]]
Zeile 169: Zeile 174:
 ===== Topic 202: System Startup ===== ===== Topic 202: System Startup =====
  
-==== 202.1 Customising ​SysV-init ​system startup (weight: 3) ====+==== 202.1 Customising system startup (weight: 3) ====
  
-Candidates should be able to query and modify the behaviour of system services at various run levels. A thorough understanding of the init structure ​and boot process is required. This objective includes interacting with run levels.+Candidates should be able to query and modify the behaviour of system services at various ​targets / run levels. A thorough understanding of the systemd, SysV Init and the Linux boot process is required. This objective includes interacting with systemd targets and SysV init run levels. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
 +  * Systemd
 +  * SysV init
   * Linux Standard Base Specification (LSB)    * Linux Standard Base Specification (LSB) 
-  * SysV init environment 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
 +  * /​usr/​lib/​systemd/​
 +  * /​etc/​systemd/​
 +  * /​run/​systemd/​
 +  * systemctl
 +  * systemd-delta
   * /​etc/​inittab   * /​etc/​inittab
   * /​etc/​init.d/​   * /​etc/​init.d/​
Zeile 187: Zeile 198:
   * init and telinit   * init and telinit
  
-'''​Beispiele:' ''​+==Beispiele==
  
-  * [[lpi1:​init]]+  * [[lpi1:init|SysV-init]] 
 +  * [[lpi1:​systemd]]
 ==== 202.2 System recovery (weight: 4) ==== ==== 202.2 System recovery (weight: 4) ====
  
-Candidates should be able to properly manipulate a Linux system during both the boot process and during recovery mode. This objective includes using both the init utility and init-related kernel options. ​ Candidates should be able to determine the cause of errors in loading and usage of bootloaders. GRUB version 2 and GRUB Legacy are the bootloaders of interest.+Candidates should be able to properly manipulate a Linux system during both the boot process and during recovery mode. This objective includes using both the init utility and init-related kernel options. Candidates should be able to determine the cause of errors in loading and usage of bootloaders. GRUB version 2 and GRUB Legacy are the bootloaders of interest. Both BIOS and UEFI systems are covered
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
 +  * BIOS and UEFI
 +  * NVMe booting
   * GRUB version 2 and Legacy   * GRUB version 2 and Legacy
   * grub shell    * grub shell 
Zeile 204: Zeile 218:
   * Know the different boot loader install locations on a hard disk or removable device   * Know the different boot loader install locations on a hard disk or removable device
   * Overwriting standard boot loader options and using boot loader shells ​   * Overwriting standard boot loader options and using boot loader shells ​
-  * Awareness of UEFI+  * Use systemd rescue and emergency modes.
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * mount   * mount
   * fsck   * fsck
   * inittab, telinit and init with SysV init   * inittab, telinit and init with SysV init
-  * The contents of /​boot/ ​and /boot/grub/+  * The contents of /boot//​boot/​grub/ ​and /​boot/​efi/​ 
 +  * EFI System Partition (ESP)
   * GRUB   * GRUB
   * grub-install   * grub-install
 +  * efibootmgr
 +  * UEFI shell
   * initrd, initramfs   * initrd, initramfs
   * Master boot record   * Master boot record
 +  * systemctl
  
-'''​Beispiele:' ''​+==Beispiele==
  
   * [[initrd]]   * [[initrd]]
   * [[lpi1:​bootloader]]   * [[lpi1:​bootloader]]
 +  * [[Kernel Cmdline Parameters]]
 +  * [[efibootmgr]]
 +  * [[UEFI shell]]
 ==== 202.3 Alternate Bootloaders (weight: 2) ==== ==== 202.3 Alternate Bootloaders (weight: 2) ====
  
 Candidates should be aware of other bootloaders and their major features. Candidates should be aware of other bootloaders and their major features.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * LILO 
   * SYSLINUX, ISOLINUX, PXELINUX   * SYSLINUX, ISOLINUX, PXELINUX
-  * Understanding of PXE+  * Understanding of PXE for both BIOS and UEFI 
 +  * Awareness of systemd-boot and U-Boot
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * lilo, /​etc/​lilo.conf 
   * syslinux   * syslinux
   * extlinux   * extlinux
   * isolinux.bin   * isolinux.bin
   * isolinux.cfg   * isolinux.cfg
 +  * isohdpfx.bin
 +  * efiboot.img
   * pxelinux.0   * pxelinux.0
   * pxelinux.cfg/​*   * pxelinux.cfg/​*
 +  * uefi/​shim.efi
 +  * uefi/​grubx64.efi
  
 +==Beispiele==
 +  * [[pxe-bootserver]]
 +  * [[shim.efi]]
  
 ===== Topic 203: Filesystem and Devices ===== ===== Topic 203: Filesystem and Devices =====
Zeile 248: Zeile 275:
 Candidates should be able to properly configure and navigate the standard Linux filesystem. This objective includes configuring and mounting various filesystem types. Candidates should be able to properly configure and navigate the standard Linux filesystem. This objective includes configuring and mounting various filesystem types.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * The concept of the fstab configuration   * The concept of the fstab configuration
   * Tools and utilities for handling SWAP partitions and files   * Tools and utilities for handling SWAP partitions and files
   * Use of UUIDs for identifying and mounting file systems   * Use of UUIDs for identifying and mounting file systems
 +  * Understanding of systemd mount units
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /etc/fstab   * /etc/fstab
Zeile 265: Zeile 293:
   * swapoff ​   * swapoff ​
  
-'''​Beispiele:' ''​+==Beispiele==
  
   * [[mount und fstab]]   * [[mount und fstab]]
Zeile 272: Zeile 300:
 Candidates should be able to properly maintain a Linux filesystem using system utilities. This objective includes manipulating standard filesystems and monitoring SMART devices. Candidates should be able to properly maintain a Linux filesystem using system utilities. This objective includes manipulating standard filesystems and monitoring SMART devices.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Tools and utilities to manipulate and ext2, ext3 and ext4   * Tools and utilities to manipulate and ext2, ext3 and ext4
-  * Tools and utilities to manipulate ​xfs  +  ​* Tools and utilities to perform basic Btrfs operations, including subvolumes and snapshots 
-  * Awareness of Btrfs+  ​* Tools and utilities to manipulate ​XFS  
 +  * Awareness of ZFS
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * fsck (fsck.*) 
   * mkfs (mkfs.*)   * mkfs (mkfs.*)
-  * dumpe2fs, xfsdump, xfsrestore 
-  * debugfs 
-  * tune2fs 
   * mkswap   * mkswap
-  * xfs_info, xfs_check ​and xfs_repair ​+  ​* fsck (fsck.*) 
 +  * tune2fs, dumpe2fs and debugfs 
 +  * btrfs, btrfs-convert 
 +  ​* xfs_info, xfs_checkxfs_repair, xfsdump and xfsrestore
   * smartd, smartctl   * smartd, smartctl
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[xfs]]   * [[xfs]]
   * [[ext]]   * [[ext]]
   * [[lpi1:​debugfs]]   * [[lpi1:​debugfs]]
   * [[smart]]   * [[smart]]
 +  * [[btrfs]] [[admin_grundlagen:​btrfs]]
  
 ==== 203.3 Creating and configuring filesystem options (weight: 2) ==== ==== 203.3 Creating and configuring filesystem options (weight: 2) ====
Zeile 299: Zeile 328:
 Candidates should be able to configure automount filesystems using AutoFS. This objective includes configuring automount for network and device filesystems. Also included is creating filesystems for devices such as CD-ROMs and a basic feature knowledge of encrypted filesystems. Candidates should be able to configure automount filesystems using AutoFS. This objective includes configuring automount for network and device filesystems. Also included is creating filesystems for devices such as CD-ROMs and a basic feature knowledge of encrypted filesystems.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * autofs configuration files   * autofs configuration files
 +  * Understanding of automount units
   * UDF and ISO9660 tools and utilities   * UDF and ISO9660 tools and utilities
-  * awareness of CD-ROM filesystems (UDF, ISO9660, ​HFS)+  * awareness of CD-ROM filesystems (HFS)
   * awareness of CD-ROM filesystem extensions (Joliet, Rock Ridge, El Torito) ​   * awareness of CD-ROM filesystem extensions (Joliet, Rock Ridge, El Torito) ​
-  * basic feature knowledge of encrypted filesystems+  * Basic feature knowledge of data encryption (dm-crypt / LUKS)
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​etc/​auto.master   * /​etc/​auto.master
   * /​etc/​auto.[dir]   * /​etc/​auto.[dir]
   * mkisofs   * mkisofs
 +  * cryptsetup
  
-'''​Beispiele:' ''​+==Beispiele==
  
   * [[autofs]]   * [[autofs]]
 +  * [[systemd-automount]]
   * [[mkisofs]]   * [[mkisofs]]
   * [[ecryptfs]]   * [[ecryptfs]]
Zeile 326: Zeile 358:
 Candidates should be able to configure and implement software RAID. This objective includes using and configuring RAID 0, 1 and 5. Candidates should be able to configure and implement software RAID. This objective includes using and configuring RAID 0, 1 and 5.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Software RAID configuration files and utilities ​   * Software RAID configuration files and utilities ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * mdadm.conf   * mdadm.conf
Zeile 337: Zeile 369:
   * partition type 0xFD    * partition type 0xFD 
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[raid]]   * [[raid]]
  
Zeile 344: Zeile 376:
 Candidates should be able to configure kernel options to support various drives. This objective includes software tools to view & modify hard disk settings including iSCSI devices. Candidates should be able to configure kernel options to support various drives. This objective includes software tools to view & modify hard disk settings including iSCSI devices.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Tools and utilities to configure DMA for IDE devices including ATAPI and SATA   * Tools and utilities to configure DMA for IDE devices including ATAPI and SATA
 +  * Tools and utilities to configure Solid State Drives including AHCI and NVMe 
   * Tools and utilities to manipulate or analyse system resources (e.g. interrupts)   * Tools and utilities to manipulate or analyse system resources (e.g. interrupts)
   * Awareness of sdparm command and its uses    * Awareness of sdparm command and its uses 
   * Tools and utilities for iSCSI   * Tools and utilities for iSCSI
 +  * Awareness of SAN, including relevant protocols (AoE, FCoE)
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * hdparm, sdparm   * hdparm, sdparm
 +  * nvme
   * tune2fs   * tune2fs
 +  * fstrim
   * sysctl   * sysctl
-  * /dev/hd*, /​dev/​sd* ​+  * /dev/hd*, /dev/sd*, /dev/nvme*
   * iscsiadm, scsi_id, iscsid and iscsid.conf   * iscsiadm, scsi_id, iscsid and iscsid.conf
   * WWID, WWN, LUN numbers   * WWID, WWN, LUN numbers
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[hdparm]]   * [[hdparm]]
 +  * [[SSD]]
   * [[iscsi]]   * [[iscsi]]
 +  * [[nvme]]
   * [[WP>​WWID]]   * [[WP>​WWID]]
 ==== 204.3 Logical Volume Manager (weight: 3) ==== ==== 204.3 Logical Volume Manager (weight: 3) ====
Zeile 368: Zeile 406:
 Candidates should be able to create and remove logical volumes, volume groups, and physical volumes. This objective includes snapshots and resizing logical volumes. Candidates should be able to create and remove logical volumes, volume groups, and physical volumes. This objective includes snapshots and resizing logical volumes.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Tools in the LVM suite   * Tools in the LVM suite
Zeile 375: Zeile 413:
   * Activating volume groups ​   * Activating volume groups ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /sbin/pv*   * /sbin/pv*
Zeile 382: Zeile 420:
   * mount   * mount
   * /​dev/​mapper/ ​   * /​dev/​mapper/ ​
 +  * lvm.conf
  
-'''​Beispiele:' ''​+==Beispiele==
  
   * [[lpi1:​lvm]]   * [[lpi1:​lvm]]
Zeile 392: Zeile 431:
 Candidates should be able to configure a network device to be able to connect to a local, wired or wireless, and a wide-area network. This objective includes being able to communicate between various subnets within a single network including both IPv4 and IPv6 networks. Candidates should be able to configure a network device to be able to connect to a local, wired or wireless, and a wide-area network. This objective includes being able to communicate between various subnets within a single network including both IPv4 and IPv6 networks.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Utilities to configure and manipulate ethernet network interfaces   * Utilities to configure and manipulate ethernet network interfaces
   * Configuring basic access to wireless networks with iw, iwconfig and iwlist   * Configuring basic access to wireless networks with iw, iwconfig and iwlist
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /sbin/route +  * ip 
-  * /sbin/ifconfig +  * ifconfig 
-  * /sbin/ip +  * route 
-  * /usr/sbin/arp +  * arp 
-  * /sbin/iwconfig +  * iw 
-  * /sbin/iwlist+  * iwconfig 
 +  * iwlist
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[lpi1:​netzwerk]]   * [[lpi1:​netzwerk]]
   * [[lpi2:​ipv6]]   * [[lpi2:​ipv6]]
   * [[three-subnets]]   * [[three-subnets]]
 +  * [[wlan]]
 +  * [[routing]]
  
 ==== 205.2 Advanced Network Configuration (weight: 4) ==== ==== 205.2 Advanced Network Configuration (weight: 4) ====
Zeile 415: Zeile 457:
 Candidates should be able to configure a network device to implement various network authentication schemes. This objective includes configuring a multi-homed network device and resolving communication problems. Candidates should be able to configure a network device to implement various network authentication schemes. This objective includes configuring a multi-homed network device and resolving communication problems.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Utilities to manipulate routing tables   * Utilities to manipulate routing tables
Zeile 422: Zeile 464:
   * Utilities to monitor and analyse the TCP/IP traffic   * Utilities to monitor and analyse the TCP/IP traffic
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /sbin/route +  * ip 
-  * /sbin/ifconfig +  * ifconfig 
-  * /​bin/​netstat +  * route 
-  * /bin/ping +  * arp 
-  * /​usr/​sbin/​arp +  * ss 
-  * /​usr/​sbin/​tcpdump +  * netstat 
-  * /usr/sbin/lsof +  * lsof 
-  * /usr/bin/nc +  * ping, ping6 
-  * /sbin/ip+  * nc 
 +  * tcpdump
   * nmap   * nmap
  
-'''​Beispiele:' ''​ +==Beispiele== 
-  * [[http://​wiki.ubuntuusers.de/​tcpdump]]+  * [[tcpdump]] 
 +  * [[netstat|netstat / ss]] 
 + 
 ==== 205.3 Troubleshooting network issues (weight: 4) ==== ==== 205.3 Troubleshooting network issues (weight: 4) ====
  
 Candidates should be able to identify and correct common network setup issues, to include knowledge of locations for basic configuration files and commands. Candidates should be able to identify and correct common network setup issues, to include knowledge of locations for basic configuration files and commands.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Location and content of access restriction files   * Location and content of access restriction files
Zeile 449: Zeile 495:
   * Utilities to gain information about the network configuration   * Utilities to gain information about the network configuration
   * Methods of information about the recognised and used hardware devices   * Methods of information about the recognised and used hardware devices
-  * System initialisation files and their contents (SysV init process)+  * System initialisation files and their contents (Systemd and SysV init)
   * Awareness of NetworkManager and its impact on network configuration   * Awareness of NetworkManager and its impact on network configuration
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /sbin/ifconfig +  * ip 
-  * /sbin/route +  * ifconfig 
-  * /bin/netstat +  * route 
-  * /​etc/​network,​ /​etc/​sysconfig/​network-scripts/​ +  * ss 
-  * System log files such as /​var/​log/​syslog ​/​var/​log/​messages +  * netstat 
-  * /bin/ping+  * /​etc/​network/, /​etc/​sysconfig/​network-scripts/​ 
 +  * ping, ping6 
 +  * traceroute, traceroute6 
 +  * mtr 
 +  * hostname 
 +  * System log files such as /​var/​log/​syslog/​var/​log/​messages ​and the systemd journal 
 +  * dmesg
   * /​etc/​resolv.conf   * /​etc/​resolv.conf
   * /etc/hosts   * /etc/hosts
   * /​etc/​hostname,​ /​etc/​HOSTNAME   * /​etc/​hostname,​ /​etc/​HOSTNAME
-  * /​bin/​hostname 
-  * /​usr/​sbin/​traceroute 
-  * /bin/dmesg 
   * /​etc/​hosts.allow,​ /​etc/​hosts.deny   * /​etc/​hosts.allow,​ /​etc/​hosts.deny
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[lpi1:​tcpwrapper]]   * [[lpi1:​tcpwrapper]]
   * [[lpi2:​netstat]]   * [[lpi2:​netstat]]
Zeile 480: Zeile 529:
 Candidates should be able to build and install an executable program from source. This objective includes being able to unpack a file of sources. Candidates should be able to build and install an executable program from source. This objective includes being able to unpack a file of sources.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Unpack source code using common compression and archive utilities.   * Unpack source code using common compression and archive utilities.
Zeile 487: Zeile 536:
   * Know where sources are stored by default. ​   * Know where sources are stored by default. ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /usr/src/   * /usr/src/
Zeile 493: Zeile 542:
   * gzip   * gzip
   * bzip2   * bzip2
 +  * xz
   * tar   * tar
   * configure   * configure
Zeile 500: Zeile 550:
   * patch   * patch
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[Quellpakete]]   * [[Quellpakete]]
   * [[lpi1:​make]]   * [[lpi1:​make]]
Zeile 510: Zeile 560:
 Candidates should be able to use system tools to back up important system data.  Candidates should be able to use system tools to back up important system data. 
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Knowledge about directories that have to be include ​in backups +  * Knowledge about directories that have to be included ​in backups 
-  * Awareness of network backup solutions such as Amanda, Bacula and BackupPC+  * Awareness of network backup solutions such as Amanda, Bacula, Bareos ​and BackupPC
   * Knowledge of the benefits and drawbacks of tapes, CDR, disk or other backup media   * Knowledge of the benefits and drawbacks of tapes, CDR, disk or other backup media
   * Perform partial and manual backups.   * Perform partial and manual backups.
Zeile 519: Zeile 569:
   * Partially or fully restore backups. ​   * Partially or fully restore backups. ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /bin/sh   * /bin/sh
Zeile 528: Zeile 578:
   * rsync    * rsync 
  
-'''​Beispiele:' ''​ +==Beispiele== 
-  * [[admin_grundlagen:​tar|tar]] +  * [[tar]] 
-  * [[admin_grundlagen:​rsync|rsync]]+  * [[rsync]]
  
 ==== 206.3 Notify users on system-related issues (weight: 1) ==== ==== 206.3 Notify users on system-related issues (weight: 1) ====
Zeile 536: Zeile 586:
 Candidates should be able to notify the users about current issues related to the system. ​ Candidates should be able to notify the users about current issues related to the system. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Automate communication with users through logon messages.   * Automate communication with users through logon messages.
   * Inform active users of system maintenance ​   * Inform active users of system maintenance ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /etc/issue   * /etc/issue
Zeile 548: Zeile 598:
   * wall   * wall
   * /​sbin/​shutdown ​   * /​sbin/​shutdown ​
 +  * systemctl
  
  
Zeile 557: Zeile 608:
 ==== 207.1 Basic DNS server configuration (weight: 3) ==== ==== 207.1 Basic DNS server configuration (weight: 3) ====
  
-Candidates should be able to configure BIND to function as a caching-only DNS server. This objective includes the ability to managing ​a running server and configuring logging.+Candidates should be able to configure BIND to function ​as an authoritative and as a recursive, ​caching-only DNS server. This objective includes the ability to manage ​a running server and configuring logging. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * BIND 9.x configuration files, terms and utilities   * BIND 9.x configuration files, terms and utilities
Zeile 566: Zeile 617:
   * Awareness of dnsmasq, djbdns and PowerDNS as alternate name servers   * Awareness of dnsmasq, djbdns and PowerDNS as alternate name servers
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​etc/​named.conf   * /​etc/​named.conf
-  * /var/named/*+  * /var/named/
   * /​usr/​sbin/​rndc   * /​usr/​sbin/​rndc
   * kill    * kill 
Zeile 575: Zeile 626:
   * dig   * dig
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[dig]]   * [[dig]]
   * [[bind caching only| bind als caching only Nameserver]]   * [[bind caching only| bind als caching only Nameserver]]
Zeile 584: Zeile 635:
 Candidates should be able to create a zone file for a forward or reverse zone and hints for root level servers. This objective includes setting appropriate values for records, adding hosts in zones and adding zones to the DNS. A candidate should also be able to delegate zones to another DNS server. Candidates should be able to create a zone file for a forward or reverse zone and hints for root level servers. This objective includes setting appropriate values for records, adding hosts in zones and adding zones to the DNS. A candidate should also be able to delegate zones to another DNS server.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * BIND 9 configuration files, terms and utilities   * BIND 9 configuration files, terms and utilities
Zeile 591: Zeile 642:
   * Various methods to add a new host in the zone files, including reverse zones    * Various methods to add a new host in the zone files, including reverse zones 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /var/named/*+  * /var/named/
   * zone file syntax   * zone file syntax
   * resource record formats   * resource record formats
Zeile 601: Zeile 652:
  
  
-'''​Beispiele:' ''​+==Beispiele== 
 +  * [[wpde>​Zonendatei]]
   * [[bind|Nameserver bind]]   * [[bind|Nameserver bind]]
  
Zeile 608: Zeile 660:
 Candidates should be able to configure a DNS server to run as a non-root user and run in a chroot jail. This objective includes secure exchange of data between DNS servers. Candidates should be able to configure a DNS server to run as a non-root user and run in a chroot jail. This objective includes secure exchange of data between DNS servers.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * BIND 9 configuration files   * BIND 9 configuration files
Zeile 615: Zeile 667:
   * Configuring and using transaction signatures (TSIG)   * Configuring and using transaction signatures (TSIG)
   * Awareness of DNSSEC and basic tools   * Awareness of DNSSEC and basic tools
 +  * Awareness of DANE and related records
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​etc/​named.conf   * /​etc/​named.conf
Zeile 625: Zeile 678:
  
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[bind absichern]]   * [[bind absichern]]
-  * [[bind TSIG]]+  * [[bind-TSIG]]
   * [[bind-dnssec]]   * [[bind-dnssec]]
-===== Topic 208: Web Services =====+===== Topic 208: HTTP Services =====
  
 ==== 208.1 Basic Apache configuration (weight: 4) ==== ==== 208.1 Basic Apache configuration (weight: 4) ====
Zeile 635: Zeile 688:
 Candidates should be able to install and configure a web server. This objective includes monitoring the server'​s load and performance,​ restricting client user access, configuring support for scripting languages as modules and setting up client user authentication. Also included is configuring server options to restrict usage of resources. Candidates should be able to configure a web server to use virtual hosts and customise file access. ​ Candidates should be able to install and configure a web server. This objective includes monitoring the server'​s load and performance,​ restricting client user access, configuring support for scripting languages as modules and setting up client user authentication. Also included is configuring server options to restrict usage of resources. Candidates should be able to configure a web server to use virtual hosts and customise file access. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Apache 2.configuration files, terms and utilities+  * Apache 2.configuration files, terms and utilities
   * Apache log files configuration and content   * Apache log files configuration and content
   * Access restriction methods and files   * Access restriction methods and files
Zeile 643: Zeile 696:
   * Client user authentication files and utilities   * Client user authentication files and utilities
   * Configuration of maximum requests, minimum and maximum servers and clients ​   * Configuration of maximum requests, minimum and maximum servers and clients ​
-  * Apache 2.virtual host implementation (with and without dedicated IP addresses)+  * Apache 2.virtual host implementation (with and without dedicated IP addresses)
   * Using redirect statements in Apache'​s configuration files to customise file access ​   * Using redirect statements in Apache'​s configuration files to customise file access ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * access logs and error logs   * access logs and error logs
   * .htaccess   * .htaccess
   * httpd.conf   * httpd.conf
-  * mod_auth+  * mod_auth_basic,​ mod_authz_host and mod_access_compat
   * htpasswd   * htpasswd
   * AuthUserFile,​ AuthGroupFile   * AuthUserFile,​ AuthGroupFile
-  * apache2ctl +  * apachectl, ​apache2ctl 
-  * httpd +  * httpd, apache2 ​
  
-'''​Beispiele' ''​+==Beispiele==
   * [[apache]]   * [[apache]]
-  * [[fortgeschrittene:​apache_module|Apache Module]]+  * [[apache_zugriffskontrolle|Apache Zugriffskontrolle]] 
 +  * [[Apache Aufbau Konfigurationsdatei]] 
 +  * [[apache-virtual-hosts]] 
 +  * [[apache-redirect]] 
 +  * [[apache_module|Apache Module]] 
 +  * [[apache-php]] 
   * https://​wiki.debian.org/​Apache/​Hardening   * https://​wiki.debian.org/​Apache/​Hardening
  
Zeile 666: Zeile 725:
 Candidates should be able to configure a web server to provide HTTPS. ​ Candidates should be able to configure a web server to provide HTTPS. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * SSL configuration files, tools and utilities   * SSL configuration files, tools and utilities
-  * Ability to generate ​a server private key and CSR for a commercial CA +  * Generate ​a server private key and CSR for a commercial CA 
-  * Ability to generate ​a self-signed Certificate from private CA +  * Generate ​a self-signed Certificate from private CA 
-  * Ability to install ​the key and Certificate+  * Install ​the key and Certificate, including intermediate CAs
   * Awareness of the issues with Virtual Hosting and use of SSL   * Awareness of the issues with Virtual Hosting and use of SSL
-  * Security issues in SSL use+  * Security issues in SSL use, disable insecure protocols and ciphers
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * Apache2 configuration files   * Apache2 configuration files
-  * /etc/ssl/*, /etc/pki/*+  * /etc/ssl/, /etc/pki/
   * openssl, CA.pl   * openssl, CA.pl
-  * SSLEngine, SSLCertificateKeyFile,​ SSLCertificateFile, SSLCertificateChainFile+  * SSLEngine, SSLCertificateKeyFile,​ SSLCertificateFile
   * SSLCACertificateFile,​ SSLCACertificatePath   * SSLCACertificateFile,​ SSLCACertificatePath
   * SSLProtocol,​ SSLCipherSuite,​ ServerTokens,​ ServerSignature,​ TraceEnable   * SSLProtocol,​ SSLCipherSuite,​ ServerTokens,​ ServerSignature,​ TraceEnable
  
 +==Beispiele==
 +
 +  * [[lpi2:​ssl]]
 +  * [[lpi2:​apache-ssl]]
 +  * [[lpi2:​dehydrated]]
  
 ==== 208.3 Implementing Squid as a caching proxy (weight: 2) ==== ==== 208.3 Implementing Squid as a caching proxy (weight: 2) ====
Zeile 689: Zeile 753:
 Candidates should be able to install and configure a proxy server, including access policies, authentication and resource usage. Candidates should be able to install and configure a proxy server, including access policies, authentication and resource usage.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Squid 3.x configuration files, terms and utilities   * Squid 3.x configuration files, terms and utilities
Zeile 696: Zeile 760:
   * Layout and content of ACL in the Squid configuration files    * Layout and content of ACL in the Squid configuration files 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * squid.conf   * squid.conf
Zeile 702: Zeile 766:
   * http_access ​   * http_access ​
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[squid]]   * [[squid]]
 ==== 208.4 Implementing Nginx as a web server and a reverse proxy (weight: 2) ==== ==== 208.4 Implementing Nginx as a web server and a reverse proxy (weight: 2) ====
Zeile 708: Zeile 772:
 Candidates should be able to install and configure a reverse proxy server, Nginx. ​ Basic configuration of Nginx as a HTTP server is included. ​ Candidates should be able to install and configure a reverse proxy server, Nginx. ​ Basic configuration of Nginx as a HTTP server is included. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Nginx   * Nginx
Zeile 714: Zeile 778:
   * Basic Web Server   * Basic Web Server
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /etc/nginx/   * /etc/nginx/
   * nginx   * nginx
  
 +==Beispiele==
  
 +  * [[nginx]]
 ===== Topic 209: File Sharing ===== ===== Topic 209: File Sharing =====
  
 ==== 209.1 Samba Server Configuration (weight: 5) ==== ==== 209.1 Samba Server Configuration (weight: 5) ====
  
-Candidates should be able to set up a SAMBA server for various clients. This objective includes setting up Samba for login clients and setting up the workgroup in which a server ​participates ​and defining shared directories and printers. Also covered is a configuring a Linux client to use a Samba server. Troubleshooting installations is also tested. ​+Candidates should be able to set up a SAMBA server for various clients. This objective includes setting up Samba as standalone ​server ​as well as integrating Samba as a member in an Active Directory. Furthermore,​ the configuration of simple CIFS and printer shares is covered. Also covered is a configuring a Linux client to use a Samba server. Troubleshooting installations is also tested. ​ 
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Samba version 3 documentation +  * Samba documentation 
-  * Samba configuration files +  * Samba configuration files 
-  * Samba tools and utilities +  * Samba tools and utilities 
-  * Mounting ​Samba shares on Linux +  * Mounting ​CIFS shares on Linux
-  * Samba daemons+
   * Mapping Windows user names to Linux user names   * Mapping Windows user names to Linux user names
-  * User-Level and Share-Level security ​+  * User-Level and Share-Level security ​and AD scurity ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * smbd, nmbd +  * smbd, nmbd, winbindd 
-  * smbstatus, testparm, smbpasswd, nmblookup +  * smbcontrol, ​smbstatus, testparm, smbpasswd, nmblookup 
-  * smbclient+  * samba-tool
   * net   * net
-  * /etc/smb/*+  ​* smbclient 
 +  * mount.cifs 
 +  ​* /etc/samba/
   * /​var/​log/​samba/ ​   * /​var/​log/​samba/ ​
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[samba]]   * [[samba]]
 +  * [[samba-permissions]]
   * [[samba-pdc]]   * [[samba-pdc]]
-  * [[samba-member]] +  * [[admin_grundlagen:​samba-cups]] 
-  * [[samba-cups]]+  * [[samba-ad]] 
 +  * [[samba-ad-member]] 
 +  * [[samba-ad-member-server]] 
 ==== 209.2 NFS Server Configuration (weight: 3) ==== ==== 209.2 NFS Server Configuration (weight: 3) ====
  
 Candidates should be able to export filesystems using NFS. This objective includes access restrictions,​ mounting an NFS filesystem on a client and securing NFS. Candidates should be able to export filesystems using NFS. This objective includes access restrictions,​ mounting an NFS filesystem on a client and securing NFS.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * NFS version 3 configuration files   * NFS version 3 configuration files
Zeile 763: Zeile 834:
   * Awareness of NFSv4   * Awareness of NFSv4
  
-'''​Beispiele:'​ ''​ +==The following is a partial list of the used files, terms and utilities==
-  * [[lpi1:​tcpwrapper]] +
-  * [[lpi1:​nfs|NFS v3 Server]] +
- +
-'''​The following is a partial list of the used files, terms and utilities:' ''​+
  
   * /​etc/​exports   * /​etc/​exports
Zeile 779: Zeile 846:
   * portmapper   * portmapper
  
 +==Beispiele==
 +  * [[lpi1:​tcpwrapper]]
 +  * [[lpi1:​nfs|NFS v3 Server]]
 +  * [[lpi2:​nfs4|NFS v4 Server]]
  
 ===== Topic 210: Network Client Management ===== ===== Topic 210: Network Client Management =====
Zeile 786: Zeile 857:
 Candidates should be able to configure a DHCP server. This objective includes setting default and per client options, adding static hosts and BOOTP hosts. Also included is configuring a DHCP relay agent and maintaining the DHCP server. Candidates should be able to configure a DHCP server. This objective includes setting default and per client options, adding static hosts and BOOTP hosts. Also included is configuring a DHCP relay agent and maintaining the DHCP server.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * DHCP configuration files, terms and utilities   * DHCP configuration files, terms and utilities
   * Subnet and dynamically-allocated range setup    * Subnet and dynamically-allocated range setup 
 +  *  Awareness of DHCPv6 and IPv6 Router Advertisements
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * dhcpd.conf   * dhcpd.conf
   * dhcpd.leases   * dhcpd.leases
-  * /​var/​log/​daemon.log and /var/log/messages+  * DHCP Log messages ​in syslog or systemd journal
   * arp   * arp
-  * dhcpd +  * dhcpd 
 +  * radvd 
 +  * radvd.conf ​
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[dhcp]]   * [[dhcp]]
 +  * [[dhcp-relay]]
 +  * [[radvd]]
 +  * [[dhcp6]]
 ==== 210.2 PAM authentication (weight: 3) ==== ==== 210.2 PAM authentication (weight: 3) ====
  
-The candidate should be able to configure PAM to support authentication using various available methods. ​+The candidate should be able to configure PAM to support authentication using various available methods. This includes basic SSSD functionality
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * PAM configuration files, terms and utilities   * PAM configuration files, terms and utilities
-  * passwd and shadow passwords ​+  * passwd and shadow passwords 
 +  * Use sssd for LDAP authentication ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /etc/pam.d+  * /etc/pam.d/
   * pam.conf   * pam.conf
   * nsswitch.conf   * nsswitch.conf
-  * pam_unix, pam_cracklib,​ pam_limits, pam_listfile ​+  * pam_unix, pam_cracklib,​ pam_limits, pam_listfile, pam_sss 
 +  * sssd.conf ​
  
 +==Beispiele==
  
 +  * [[pam]]
 ==== 210.3 LDAP client usage (weight: 2) ==== ==== 210.3 LDAP client usage (weight: 2) ====
  
 Candidates should be able to perform queries and updates to an LDAP server. Also included is importing and adding items, as well as adding and managing users. Candidates should be able to perform queries and updates to an LDAP server. Also included is importing and adding items, as well as adding and managing users.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * LDAP utilities for data management and queries   * LDAP utilities for data management and queries
Zeile 828: Zeile 909:
   * Querying the LDAP directory ​   * Querying the LDAP directory ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * ldapsearch   * ldapsearch
Zeile 835: Zeile 916:
   * ldapdelete ​   * ldapdelete ​
  
 +  * [[ldap-client]]
 ==== 210.4 Configuring an OpenLDAP server (weight: 4) ==== ==== 210.4 Configuring an OpenLDAP server (weight: 4) ====
  
-Candidates should be able to configure a basic OpenLDAP server including knowledge of LDIF format and essential access controls. An understanding of the role of SSSD in authentication and identity management is included.+Candidates should be able to configure a basic OpenLDAP server including knowledge of LDIF format and essential access controls.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * OpenLDAP   * OpenLDAP
 +  * Directory based access
   * Access Control   * Access Control
   * Distinguished Names   * Distinguished Names
Zeile 849: Zeile 931:
   * Directories   * Directories
   * Object IDs, Attributes and Classes   * Object IDs, Attributes and Classes
-  * Awareness of System Security Services Daemon (SSSD) 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * slapd   * slapd
Zeile 859: Zeile 940:
   * slapcat   * slapcat
   * slapindex   * slapindex
-  * /​var/​lib/​ldap/​+  * /​var/​lib/​ldap/ ​
   * loglevel   * loglevel
  
 +==Beispiele==
 +  * [[ldap | OpenLDAP Grundinstallation]]
 +  * [[ldap-config]]
 +  * [[ldap-user | OpenLDAP als Benutzerdatenbank für Linux]]
 +  * [[nss-ldap]]
 +  * [[pam-ldap]]
 +  * [[ldap-ssl]]
 +  * [[sssd-ldap]]
 +  * [[sssd-ldap2]]
  
 ===== Topic 211: E-Mail Services ===== ===== Topic 211: E-Mail Services =====
Zeile 869: Zeile 959:
 Candidates should be able to manage an e-mail server, including the configuration of e-mail aliases, e-mail quotas and virtual e-mail domains. This objective includes configuring internal e-mail relays and monitoring e-mail servers. Candidates should be able to manage an e-mail server, including the configuration of e-mail aliases, e-mail quotas and virtual e-mail domains. This objective includes configuring internal e-mail relays and monitoring e-mail servers.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Configuration files for postfix   * Configuration files for postfix
 +  * Basic TLS configuration for postfix
   * Basic knowledge of the SMTP protocol   * Basic knowledge of the SMTP protocol
   * Awareness of sendmail and exim    * Awareness of sendmail and exim 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * Configuration files and commands for postfix   * Configuration files and commands for postfix
-  * /​etc/​postfix/​*+  * /​etc/​postfix/​
   * /​var/​spool/​postfix   * /​var/​spool/​postfix
   * sendmail emulation layer commands   * sendmail emulation layer commands
Zeile 884: Zeile 975:
   * mail-related logs in /​var/​log/ ​   * mail-related logs in /​var/​log/ ​
  
-'''​Beispiel:' ''​+==Beispiel==
   * [[lpi1:​mail]]   * [[lpi1:​mail]]
   * [[postfix]]   * [[postfix]]
 +  * Todo: einfaches Beispiel für das die Änderung der master.cf nötig ist (z.B. Submission Port 587 )
   * [[postfix-faq]]   * [[postfix-faq]]
   * [[postfix-dns]]   * [[postfix-dns]]
 +  * [[postfix-virtual-domains]]
 +  * [[postfix-tls]]
 ==== 211.2 Managing Local E-Mail Delivery (weight: 2) ==== ==== 211.2 Managing Local E-Mail Delivery (weight: 2) ====
  
 Candidates should be able to implement client e-mail management software to filter, sort and monitor incoming user e-mail. ​ Candidates should be able to implement client e-mail management software to filter, sort and monitor incoming user e-mail. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * procmail configuration filestools and utilities +  * Understanding of Sieve functionalitysyntax ​and operators 
-  * Usage of procmail ​on both server and client side +  * Use Sieve to filter and sort mail with respect to sender, recipient(s),​ headers and size 
 +  * Awareness ​of procmail
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * ~/​.procmailrc +  * Conditions and comparison operators 
-  * /​etc/​procmailrc +  * keep, fileinto, redirect, reject, discard, stop 
-  * procmail +  * Dovecot vacation extension
-  * mbox and Maildir formats ​+
  
- +==Beispiele== 
-==== 211.3 Managing ​Remote E-Mail Delivery ​(weight: 2) ====+  * [[wpde>​Sieve|Syntax Sieve Filtersprache]] 
 +  * [[dovecot-sieve]] 
 +  * [[procmail]] 
 +==== 211.3 Managing ​Mailbox Access ​(weight: 2) ====
  
 Candidates should be able to install and configure POP and IMAP daemons. ​ Candidates should be able to install and configure POP and IMAP daemons. ​
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * Courier ​IMAP and Courier POP configuration +  * Dovecot ​IMAP and POP3 configuration ​and administration 
-  * Dovecot ​configuration ​+  * Basic TLS configuration ​for Dovecot 
 +  * Awareness of Courier
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
-  * /etc/courier/* +  * /etc/dovecot
-  * dovecot.conf ​+  * dovecot.conf 
 +  * doveconf 
 +  * doveadm
  
-'''​Beispiele:' ''​+==Beispiele== 
 +  * [[dovecot]] 
 +  * [[https://​doc.dovecot.org/​configuration_manual/​config_file/​|Dovecot Config File Syntax]]
   * [[dovecot-imapd]]   * [[dovecot-imapd]]
 +  * [[dovecot-ssl]]
 +  * [[dovecot-virtual-domains]]
   * [[postfix-dovecot-imapd]]   * [[postfix-dovecot-imapd]]
 +  * [[courier-imapd]]
 ===== Topic 212: System Security ===== ===== Topic 212: System Security =====
  
Zeile 929: Zeile 1034:
 Candidates should be able to configure a system to perform network address translation (NAT, IP masquerading) and state its significance in protecting a network. This objective includes configuring port redirection,​ managing filter rules and averting attacks. Candidates should be able to configure a system to perform network address translation (NAT, IP masquerading) and state its significance in protecting a network. This objective includes configuring port redirection,​ managing filter rules and averting attacks.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
-  * iptables configuration files, tools and utilities+  * iptables ​and ip6tables ​configuration files, tools and utilities
   * Tools, commands and utilities to manage routing tables.   * Tools, commands and utilities to manage routing tables.
-  * Private address ranges+  * Private address ranges ​(IPv4) and Unique Local Addresses as well as Link Local Addresses (IPv6)
   * Port redirection and IP forwarding   * Port redirection and IP forwarding
   * List and write filtering and rules that accept or block datagrams based on source or destination protocol, port and address   * List and write filtering and rules that accept or block datagrams based on source or destination protocol, port and address
   * Save and reload filtering configurations ​   * Save and reload filtering configurations ​
-  * Awareness of ip6tables and filtering 
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​proc/​sys/​net/​ipv4   * /​proc/​sys/​net/​ipv4
 +  * /​proc/​sys/​net/​ipv6/​
   * /​etc/​services   * /​etc/​services
-  * iptables ​+  * iptables 
 +  * ip6tables ​
  
-'''​Beispiele:' ''​+==Beispiele==
   * [[iptables]]   * [[iptables]]
 +  * [[ip6tables]]
 ==== 212.2 Managing FTP servers (weight: 2) ==== ==== 212.2 Managing FTP servers (weight: 2) ====
  
 Candidates should be able to configure an FTP server for anonymous downloads and uploads. This objective includes precautions to be taken if anonymous uploads are permitted and configuring user access. Candidates should be able to configure an FTP server for anonymous downloads and uploads. This objective includes precautions to be taken if anonymous uploads are permitted and configuring user access.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Configuration files, tools and utilities for Pure-FTPd and vsftpd   * Configuration files, tools and utilities for Pure-FTPd and vsftpd
Zeile 957: Zeile 1064:
   * Understanding of passive vs. active FTP connections ​   * Understanding of passive vs. active FTP connections ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * vsftpd.conf   * vsftpd.conf
   * important Pure-FTPd command line options ​   * important Pure-FTPd command line options ​
  
 +==Beispiele== 
 +  * [[wpde>​File Transfer Protocol]] 
 +  * [[FTP]]
 ==== 212.3 Secure shell (SSH) (weight: 4) ==== ==== 212.3 Secure shell (SSH) (weight: 4) ====
  
 Candidates should be able to configure and secure an SSH daemon. This objective includes managing keys and configuring SSH for users. Candidates should also be able to forward an application protocol over SSH and manage the SSH login. Candidates should be able to configure and secure an SSH daemon. This objective includes managing keys and configuring SSH for users. Candidates should also be able to forward an application protocol over SSH and manage the SSH login.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * OpenSSH configuration files, tools and utilities   * OpenSSH configuration files, tools and utilities
Zeile 974: Zeile 1083:
   * Usage of multiple connections from multiple hosts to guard against loss of connection to remote host following configuration changes ​   * Usage of multiple connections from multiple hosts to guard against loss of connection to remote host following configuration changes ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * ssh   * ssh
   * sshd   * sshd
   * /​etc/​ssh/​sshd_config   * /​etc/​ssh/​sshd_config
-  * /etc/ssh/*+  * /etc/ssh/
   * Private and public key files   * Private and public key files
   * PermitRootLogin,​ PubKeyAuthentication,​ AllowUsers, PasswordAuthentication,​ Protocol ​   * PermitRootLogin,​ PubKeyAuthentication,​ AllowUsers, PasswordAuthentication,​ Protocol ​
  
 +==Beispiele== 
 +  * [[lpi1:​ssh]]
 ==== 212.4 Security tasks (weight: 3) ==== ==== 212.4 Security tasks (weight: 3) ====
  
 Candidates should be able to receive security alerts from various sources, install, configure and run intrusion detection systems and apply security patches and bugfixes. Candidates should be able to receive security alerts from various sources, install, configure and run intrusion detection systems and apply security patches and bugfixes.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * Tools and utilities to scan and test ports on a server   * Tools and utilities to scan and test ports on a server
-  * Locations and organisations that report security alerts as Bugtraq, CERT, CIAC or other sources+  * Locations and organisations that report security alerts as Bugtraq, CERT or other sources
   * Tools and utilities to implement an intrusion detection system (IDS)   * Tools and utilities to implement an intrusion detection system (IDS)
   * Awareness of OpenVAS and Snort   * Awareness of OpenVAS and Snort
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * telnet   * telnet
Zeile 1003: Zeile 1113:
   * iptables ​   * iptables ​
  
 +==Beispiele==
 +  * [[fail2ban]]
 +  * [[wpde>​Bugtraq]]
 +  * [[wpde>​CERT]]
 +  * [[wp>​CIAC]] (veraltet)
  
 ==== 212.5 OpenVPN (weight: 2) ==== ==== 212.5 OpenVPN (weight: 2) ====
Zeile 1008: Zeile 1123:
 Candidates should be able to configure a VPN (Virtual Private Network) and create secure point-to-point or site-to-site connections. Candidates should be able to configure a VPN (Virtual Private Network) and create secure point-to-point or site-to-site connections.
  
-'''​Key Knowledge Areas:' ''​+==Key Knowledge Areas==
  
   * OpenVPN ​   * OpenVPN ​
  
-'''​The following is a partial list of the used files, terms and utilities:' ''​+==The following is a partial list of the used files, terms and utilities==
  
   * /​etc/​openvpn/​*   * /​etc/​openvpn/​*
   * openvpn   * openvpn
 +
 +==Beispiele==
 +  * [[openvpn]]
 +
  
  
  
lpi2/start.1392834645.txt.gz · Zuletzt geändert: 2014/02/19 18:30 von ingo_wichmann