Coder Social home page Coder Social logo

proxydhcpd's Introduction

proxyDHCPd

proxyDHCPd is a proxy DHCP implementation made in pure python and is fully 
compliant with the PXE specification. As a pure python project, it can run on 
Windows, Linux and MacOS (or any other platform that supports python)

But what is proxy DHCP?

Proxy DHCP as defined at PXE specification [1] (see link below to the complete 
PXE spec) is a form of send boot options to clients on a network, without 
relying on DHCP server to hold this options.
This approach solve the problem when you don't want or can't change the main 
DHCP server to send boot options, thus separating the boot logic from the IP 
serving logic.
It could run on the same machine where the DHCP server lives, or in another 
server in the same network, keeping the configuration even more flexible.

[1] http://download.intel.com/design/archives/wfm/downloads/pxespec.pdf

Running the server

Just fire up the proxydhcpd executable with 'python proxydhcpd.py', the server will
look for a configuration file called proxy.ini in /etc/proxy.ini,or you can set 
another config file on the command line, the options for the command line are:
    -c file  : Specify alternate config file.
    -d       : Run as daemon (ignored on Win32)
    -p       : Run just the proxy server (when running on the same machine of 
               the DHCP server)
    -h       : Help
   
It still lacks an init.d script to start automatically (will work on it soon)

The dhcplib module is actually a modified version of pydhcplib
http://pydhcplib.tuxfamily.org/

Windows came with an service file to be installed, more instructions to this
soon ;-)

And hey! Its free open source software under GPL license :-)

proxydhcpd's People

Contributors

gmoro avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.