mehr Pakete und permanente Adressen per IPv6 ULA
This commit is contained in:
parent
80af9bdfca
commit
2de6550658
1 changed files with 12 additions and 3 deletions
|
@ -11,7 +11,7 @@ autocmd BufEnter * set mouse=
|
||||||
... main contrib non-free
|
... main contrib non-free
|
||||||
|
|
||||||
apt update
|
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
|
reboot && exit
|
||||||
|
|
||||||
|
@ -22,6 +22,15 @@ iface wlo2 inet dhcp
|
||||||
wpa-ssid LiveCam
|
wpa-ssid LiveCam
|
||||||
wpa-psk xxxxxxx
|
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
|
Videostream bereitstellen
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue