ffnord/dhcpd

Name: dhcpd

Owner: FFNord

Description: Distributed DHCPD

Created: 2013-07-23 14:40:08.0

Updated: 2017-08-01 17:44:04.0

Pushed: 2013-10-06 20:56:59.0

Homepage:

Size: 379

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

DHCP Daemon

Simple, configurable, SQLite3-backed DHCP daemon. No enterprise grade features like IPC to BIND (at the moment).

Usage
d [-h[elp]] [-v[ersion]] [-d[ebug]] [-user UID] [-group GID]
  [-interface IF] [-db FILE]
  [-new] [-allocate] [-iprange IP IP] [-router IP]... [-nameserver IP]...
-help
Print help message and exit
-version
Print version information
-debug
Print information about incoming and outgoing messages
-user UID
Run as specified user, where UID is an integer or an username
-group GID
If -user is supplied, then the group will the specified group instead of the primary group of user, where GID is an integer or a groupname
-interface IF
Run on interface IF
-db FILE
Use FILE as database
-new
Create database schema in specified database, useful if you're using ':memory:' as database
-allocate
Allocate IP addresses from specified IP range
-iprange IP IP
Range of IP addresses, from which the daemon can allocate
-router IP
IP addresses of routers
-nameserver IP
IP addresses of nameservers

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.