Files
da-HomeNetDocumentation/da-desktop/Allgemein/netzwerk.md
T

66 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: netzwerk
description:
published: true
date: 2026-06-28T14:38:50.169Z
tags:
editor: markdown
dateCreated: 2026-06-28T14:30:14.066Z
---
# 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-28
---
## 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) | Tor-Proxy |
| `9223/tcp` | OpenWork DevTools (localhost) | Remote Debugging |
| `57621/tcp` | Spotify | Musik-Streaming |
| `39121/tcp` | Spotify | Musik-Streaming |
Zusätzlich dynamische Ports von OpenWork (Desktop-App) und Chrome.
## Firewall
- **ufw**: Aktiv (siehe [sicherheit](./sicherheit.md))
- **Regeln**: Port 22/tcp freigegeben (SSH), Rest standardmäßig blockiert
## 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)