Releases: niccokunzmann/simple_dhcp_server
Releases · niccokunzmann/simple_dhcp_server
0.6
Version 0.5: Merge pull request #10 from greggzj/master
- Update
dhcp.pyand propose another solving method regarding to issue #7
0.4: Merge pull request #8 from vitormhenrique/master
Update dhcp.py
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.csvfile. - 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
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.csvfile. - 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