Python - PyPXE Server: Unterschied zwischen den Versionen

Aus Nicki Wiki
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
  sudo apt-get install python3-pip
  sudo apt-get install python3-pip
  sudo pip install PyPXE
  sudo pip install PyPXE
= Probleme =
{| class="wikitable"
!Fehler
!Lösung
|-
|
OSError: [Errno 99] Cannot assign requested address
|
|}


== Config ==
== Config ==

Version vom 2. September 2021, 05:55 Uhr

Install

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 pip install PyPXE

Probleme

Fehler Lösung
OSError: [Errno 99] Cannot assign requested address

Config