diff options
Diffstat (limited to 'examples/dhcp/conf.d/clientcam.conf')
-rw-r--r-- | examples/dhcp/conf.d/clientcam.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/dhcp/conf.d/clientcam.conf b/examples/dhcp/conf.d/clientcam.conf new file mode 100644 index 0000000..b8011f9 --- /dev/null +++ b/examples/dhcp/conf.d/clientcam.conf @@ -0,0 +1,15 @@ +zone clientcam.tg14.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.234.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.234.1; + option domain-name "clientcam.tg14.gathering.org"; + ddns-domainname "clientcam.tg14.gathering.org"; + range 151.216.234.5 151.216.234.254; + ignore client-updates; +} + +host southcam { hardware ethernet 00:02:d1:27:60:34; fixed-address 151.216.252.23; } |