xusongss / py-DHCP-server

A DHCP server in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small DHCP server in python. Runs only on Linux as of now.

Run as root "python dhcp_server.py"

Network configuration is set in "config.py", the corresponding interface has to be up and configured.

DISCLAIMER: this is not a complete implementation. In particular, this server is not RFC2131 compliant. Do not try it at home ;)

About

A DHCP server in python

License:GNU General Public License v2.0


Languages

Language:Python 100.0%