Wlan Stick in Proxmox einbinden

sxyql

Member
Jul 16, 2021
4
1
8
Hallo ich habe einen Wlan Stick von TP-Link einen TL-WN722N.
Ich würde gern wissen wie ich diesen wlan Stick in Proxmox eingebunden bekomme.

Und wie ich ihn dann bei Netzwerk einbinde mit einer feste IP

Danke für eure Antworten im voraus
 
hi,

Ich würde gern wissen wie ich diesen wlan Stick in Proxmox eingebunden bekomme.
kannst einfach reinstecken und dann mit lsusb schauen ob es erkannt wird. nach einer kurzen google suche fuer TL-WN722N schaut es so aus dass es einfach ohne extra treiber gehen wuerde.

Und wie ich ihn dann bei Netzwerk einbinde mit einer feste IP
indem du das in deinem netzwerk config in /etc/network/interfaces eintraegst [0]

du musst vielleicht auch wpasupplicant und wireless-tools pakete installieren, weitere details findest du auf dem link [1]

aber generell wird WLAN nicht empfohlen:

Avoid using WLAN if possible, it has several technical limitations making it not really suitable as single interface of a hyper-visor like PVE.
At least the following disadvantages apply:
  • Wi-Fi adapters can only be used as Linux bridge interface through workarounds, as most Access Points (APs) will reject frames that have a source address that didn’t authenticate with the AP.
  • compared to wired Ethernet connections you will experience more latency spikes, reduced bandwidth and depending on distance and barriers between host and the AP even spotty connections

[0]: https://pve.proxmox.com/wiki/WLAN
[1]: https://wiki.debian.org/WiFi/HowToUse#wpa_supplicant