Skip to content

h0tw1r3/dhcpscriptrelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

General

Source to the programs I use on my home network for relaying dhcp leases from dnsmasq (sender) to my Samba 4 AD DC runnnig bind 9.

Sender

Written in C because I needed something efficient enough to run on SOHO linux routers (Tomato, DD-WRT, OpenWRT, etc). Still need to make the end point configurable, currently it's hard-coded in the source to 10.1.1.11:9999. I will probably change it to look at an environment variable set by dnsmasq in the future.

Receiver

Seriously Go?? ... why not. Rough around the edges, but I have been running it for a few days without issue at home. Simply does a kerberized nsupdate request, something you generally cannot do on SOHO routers.

License

Copyright 2014 Jeffrey Clark. All rights reserved. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses.gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

About

Efficiently relay dnsmasq dhcp lease information to a remote server over HTTP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published