Version 0.3
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