Skip to content

Version 0.3

Compare
Choose a tag to compare
@niccokunzmann niccokunzmann released this 27 Oct 19:08
· 46 commits to master since this release

Python DHCP Server

This Python DHCP server

  • shows clients in the network
  • lists IP address, Mac address and host name
  • highlights recently refreshed/added clients
  • assigns IP addresses 10 seconds later than usual DHCP servers
  • remembers addresses in the hosts.csv file.
  • can be configured to serve all DHCP options using Python

For Windows you can download python_dhcp_server_standalone.zip.
Under Linux you can download the source code and install Python 3 and Tkinter for Python 3:

sudo apt-get install python3 idle-python3