Skip to content

Releases: niccokunzmann/simple_dhcp_server

0.6

30 Jun 13:59

Choose a tag to compare

0.6
  • fixed #12
  • desktop file for linux
  • documentation improvements

Version 0.5: Merge pull request #10 from greggzj/master

19 Jun 08:30
a05f114

Choose a tag to compare

  • Update dhcp.py and propose another solving method regarding to issue #7

0.4: Merge pull request #8 from vitormhenrique/master

15 Jun 07:53
58e9b01

Choose a tag to compare

Update dhcp.py

Version 0.3

27 Oct 19:08

Choose a tag to compare

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

Version 0.2

26 Mar 19:50

Choose a tag to compare

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 ips.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

sudo apt-get install python3 idle-python3