Python - PyPXE Server

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen

Install

sudo apt-get install python3-pip
sudo pip install PyPXE

Probleme

Fehler Lösung
OSError: [Errno 99] Cannot assign requested address
Es muss ein Interface mit der IP-Adresse und Netzmaske aus der TFTP-Konfiguration vorhanden sein.
TypeError: can only concatenate str (not "bytes") to str

Falsche python version zum starten vom server (wechsel zw. python2.7 / python3) z.B. python3 für DHCP-Server | python2.7 für TFTP-Server

Config