da-desktop Dokumentation + Root-Index + PI5/log.md bereinigt

This commit is contained in:
2026-06-19 23:53:59 +02:00
parent 98fbaea768
commit e58a7dff6a
8 changed files with 372 additions and 21 deletions
+52
View File
@@ -0,0 +1,52 @@
# Netzwerk HP Pavilion Desktop
**Zusammenfassung**: Der Desktop nutzt primär WLAN (wlp2s0) für die Netzwerk-Anbindung via FritzBox. Ethernet ist vorhanden aber deaktiviert. DNS läuft über systemd-resolved.
**Quellen**: 🔌 Lokal (`ip addr`, `resolvectl status`, `ss -tlnp`)
**Zuletzt aktualisiert**: 2026-06-19
---
## Schnittstellen
| Interface | IP | Typ | Status |
|---|---|---|---|
| `wlp2s0` | `192.168.178.54/24` | WLAN (Realtek RTL8821CE) | UP |
| `enp1s0` | | Ethernet (Realtek RTL8111) | DOWN |
| `lo` | `127.0.0.1/8` | Loopback | UP |
Gateway/Subnetz: `192.168.178.0/24`, Standard-Gateway `192.168.178.1` (FritzBox).
Hinweis: Ethernet ist physikalisch verbunden aber per Software deaktiviert (`state DOWN`).
## DNS
- **Resolver**: systemd-resolved (Stub auf 127.0.0.53)
- **Upstream**: `192.168.178.1` (FritzBox)
- **Suchdomain**: `fritz.box`
- **Hostname**: `da-Desktop`
- **/etc/hosts**: `127.0.1.1 da-Desktop`
## Offene Ports (Listening)
| Port | Dienst | Bemerkung |
|---|---|---|
| `53/udp+tcp` | systemd-resolved | Lokaler DNS-Stub (127.0.0.53) |
| `631/tcp` | cupsd (localhost) | Druckserver |
| `9050/tcp` | Tor? (localhost) | Möglicherweise Tor-Proxy |
Zusätzlich dynamische Ports von OpenWork (Desktop-App), Spotify und Chrome.
## Firewall
- **ufw**: Nicht aktiv
- **iptables/nftables**: Keine aktiven Regeln (Standard-Linux-Mint-Installation)
## Besonderheiten
- Der Desktop hat **keine öffentlich erreichbaren Dienste** alle Ports sind auf localhost oder LAN beschränkt
- OpenWork und Spotify nutzen dynamische Ports für interne Kommunikation
## Verwandte Seiten
- [sicherheit](./sicherheit.md)
- [systemuebersicht](../Konfiguration/systemuebersicht.md)