mehr Pakete und permanente Adressen per IPv6 ULA

This commit is contained in:
Florian Schlegel 2020-08-08 16:56:38 +02:00
parent 80af9bdfca
commit 2de6550658
1 changed files with 12 additions and 3 deletions

View File

@ -11,7 +11,7 @@ autocmd BufEnter * set mouse=
... main contrib non-free
apt update
apt install firmware-linux firmware-iwlwifi firmware-realtek wpasupplicant wireless-tools iw gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
apt install firmware-linux firmware-iwlwifi firmware-realtek wpasupplicant wireless-tools iw gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa alsa-utils
reboot && exit
@ -19,8 +19,17 @@ reboot && exit
# Chaosnetz
allow-hotplug wlo2
iface wlo2 inet dhcp
wpa-ssid LiveCam
wpa-psk xxxxxxx
wpa-ssid LiveCam
wpa-psk xxxxxxx
iface wlo2 inet6 static
address fd63:bb49:f2eb:1337::c1/64
# /etc/hosts ergänzen
fd63:bb49:f2eb:1337::c1 cam1
fd63:bb49:f2eb:1337::c2 cam2
fd63:bb49:f2eb:1337::a1 terminal1
fd63:bb49:f2eb:1337::a2 terminal2
Videostream bereitstellen