https://github.com/niccokunzmann/simple_dhcp_server
A DHCP server in Python
https://github.com/niccokunzmann/simple_dhcp_server
dhcp dhcp-server network python python3
Last synced: about 2 months ago
JSON representation
A DHCP server in Python
- Host: GitHub
- URL: https://github.com/niccokunzmann/simple_dhcp_server
- Owner: niccokunzmann
- License: mit
- Created: 2015-03-18T21:06:47.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T09:10:04.000Z (3 months ago)
- Last Synced: 2025-04-11T06:04:19.317Z (about 2 months ago)
- Topics: dhcp, dhcp-server, network, python, python3
- Language: Python
- Homepage: http://dhcp.quelltext.eu/
- Size: 777 KB
- Stars: 107
- Watchers: 15
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Simple DHCP Server
This is a purely Python DHCP server that does not require any additional libraries or installs other that Python 3.
It was testet under Ubuntu 14 with Python and Windows 7. It does not use any operating system specific Python functions, so it should work when Python 3 works.

dhcpgui lists MAC address, IP address and host name.This DHCP server program will assign IP addresses ten seconds after it received packets from clients. So it can be used in networks that already have a dhcp server running.
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 PythonHave a look at:
- The [official website][web] for installation and configuration instructions.
- The [source code][source].
- The [project translation on Weblate][weblate].[web]: https://dhcp.quelltext.eu
[source]: https://github.com/niccokunzmann/simple_dhcp_server/
[weblate]: https://hosted.weblate.org/engage/simple-dhcp-server/