diff options
Diffstat (limited to 'examples/dhcp/conf.d/sponsor.conf')
-rw-r--r-- | examples/dhcp/conf.d/sponsor.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/dhcp/conf.d/sponsor.conf b/examples/dhcp/conf.d/sponsor.conf new file mode 100644 index 0000000..84bf883 --- /dev/null +++ b/examples/dhcp/conf.d/sponsor.conf @@ -0,0 +1,15 @@ +zone sponsor.tg14.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.233.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.233.1; + option domain-name "sponsor.tg14.gathering.org"; + ddns-domainname "sponsor.tg14.gathering.org"; + range 151.216.233.5 151.216.233.254; + ignore client-updates; +} + +host hack { hardware ethernet de:be:a9:88:7a:ba; fixed-address 151.216.233.74; } |