da-MacBook: neues Gerät dokumentiert (MacBook Pro 2021, Apple M1, macOS 26.5.1)

This commit is contained in:
2026-06-28 21:15:28 +02:00
parent 9899977f20
commit acca522d83
9 changed files with 1219 additions and 15 deletions
+70
View File
@@ -0,0 +1,70 @@
---
title: netzwerk
description:
published: true
date: 2026-06-28T21:15:00.000Z
tags:
editor: markdown
dateCreated: 2026-06-28T21:15:00.000Z
---
# Netzwerk MacBook Pro (da-MacBook)
**Zusammenfassung**: Das MacBook Pro ist per Wi-Fi mit dem Heimnetz verbunden. Ethernet ist nicht verbaut (USB-C-Adapter möglich). Hostname `da_macbook_13_inch`, IP `192.168.178.37`.
**Quellen**: 🔌 Lokal (ifconfig, scutil)
**Zuletzt aktualisiert**: 2026-06-28
---
## Aktive Netzwerkschnittstelle
| Merkmal | Wert |
|---|---|
| **Schnittstelle** | `en0` (Wi-Fi) |
| **IP-Adresse** | `192.168.178.37` |
| **Subnetzmaske** | `255.255.255.0` |
| **Gateway** | `192.168.178.1` (FritzBox) |
| **DHCP** | Ja |
| **MAC-Adresse** | `a6:ff:80:f9:d1:2b` |
| **Hostname** | `da_macbook_13_inch` |
| **IPv6** | Automatisch (keine globale Adresse vergeben) |
## Weitere Schnittstellen
| Interface | Typ | Status |
|---|---|---|
| `en1``en2` | Netzwerk-Schnittstellen (intern) | Aktiv (Promiscuous-Mode) |
| `en11`, `en12` | USB-C-Netzwerk | Kein Kabel |
| `anpi0`, `anpi1` | Apple NPI | Aktiv |
| `bridge0` | Bridge-Interface | Aktiv |
| `awdl0` | Apple Wireless Direct Link | Aktiv |
| `llw0` | Low-Latency WLAN | Aktiv |
| `utun0``utun9` | VPN/Tunnel-Interfaces | Verschiedene Zwecke |
## DNS
- DNS wird per DHCP von der **FritzBox** (`192.168.178.1`) bezogen
- Zusätzlich läuft **Pi-hole** auf dem PI2 (`192.168.178.44`) sofern als DNS eingetragen
## Dienste
| Dienst | Status | Port |
|---|---|---|
| **SSH (Remote Login)** | ⚠️ Nicht aktiv (ssh-agent läuft, aber sshd nicht) | |
| **AirDrop / AirPlay** | ✅ Aktiv (über `awdl0`) | |
| **MariaDB** | ✅ Lokal (Homebrew) | 3306 |
| **AusweisApp** | ✅ Aktiv (nur lokal) | 24727 |
| **OpenWork (opencode)** | ✅ Aktiv (nur lokal) | 55346, 55348, 55367, 48278 |
## Erreichbarkeit
- **LAN**: Vollständig erreichbar unter `192.168.178.37`
- **Internet**: Über FritzBox (NAT), externe IP `89.0.42.91`
- **Remote-Zugriff**: Kein SSH-Zugriff von außen (sshd nicht aktiv)
## Verwandte Seiten
- [hardware](./hardware.md)
- [sicherheit](./sicherheit.md)
- [systemuebersicht](../Konfiguration/systemuebersicht.md)
- [PI2: Pi-hole](../../PI2/Konfiguration/dienste/pihole.md)