diff options
Diffstat (limited to 'dhcp/conf.d/care.conf')
-rw-r--r-- | dhcp/conf.d/care.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dhcp/conf.d/care.conf b/dhcp/conf.d/care.conf new file mode 100644 index 0000000..8f9ae38 --- /dev/null +++ b/dhcp/conf.d/care.conf @@ -0,0 +1,14 @@ +zone care.tg13.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} + +subnet 151.216.104.0 netmask 255.255.255.0 { + authoritative; + option routers 151.216.104.1; + option domain-name "care.tg13.gathering.org"; + ddns-domainname "care.tg13.gathering.org"; + range 151.216.104.5 151.216.104.254; + ignore client-updates; +} + |