Server Dienste Minimal
Zur Navigation springen
Zur Suche springen
Minimales Linux-Server-Schulungsnetz
Netzplan
| Bezeichnung | IP-Adresse | Rolle | Beschreibung |
|---|---|---|---|
| debian-srv | 10.20.10.11 | Server (Debian) | Apache2, PHP, Exim, NFS, Samba, DHCP, DNS |
| rocky-srv | 10.20.10.12 | Server (Rocky Linux) | Nginx, PHP, SFTP |
| debian-client | 10.20.10.51 | Client (Debian) | Testsystem für Zugriff und Validierung |
Netzsegmente:
| |||
Test vom Client
- apt install nfs-common smbclient dnsutils isc-dhcp-client -y
- mount -t nfs 10.20.10.11:/srv/nfs/share /mnt
- smbclient //10.20.10.11/share -U guest
- dig rocky-srv.lab.local @10.20.10.11
- ping 10.20.10.11