No release in over 3 years
Low commit activity in last 3 years
Smart-Proxy dhcp module provider for NFS-accessible ISC dhcpd installations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 1
 Project Readme

SmartProxyDhcpRemoteISC

This plugin allows to interface with ISC dhcpd servers that have configuration and lease files shared over NFS

Installation

See How_to_Install_a_Smart-Proxy_Plugin for how to install Smart Proxy plugins

This plugin is compatible with Smart Proxy 1.15 or higher.

When installing using "gem", make sure to install the bundle file:

echo "gem 'smart_proxy_dhcp_remote_isc'" > /usr/share/foreman-proxy/bundler.d/dhcp_remote_isc.rb

Configuration

To enable this DHCP provider, edit /etc/foreman-proxy/settings.d/dhcp.yml and set:

:use_provider: dhcp_remote_isc
:server: IP address of dhcpd server
:subnets: subnets you want to use (optional unless you set infoblox_subnets to false)

Configuration options are the same as for the core ISC dhcpd provider. Please refer to Smart Proxy documentation for detailed instructions.

Contributing

Fork and send a Pull Request. Thanks!

License

Please see LICENSE file.