Python - PyPXE Server: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 1: Zeile 1:
== Install ==
== Install ==
* Website [https://github.com/pypxe/PyPXE PyPXE]
* Website [https://github.com/pypxe/PyPXE PyPXE]
sudo apt-get install python-setuptools
git clone https://github.com/pypxe/PyPXE.git /home/user/python_server
sudo python setup.py install
  sudo apt-get install python3-pip
  sudo apt-get install python3-pip
  sudo pip install PyPXE
  sudo pip install PyPXE

Version vom 2. September 2021, 06:44 Uhr

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.

Config