From fefa87ebf2b2e001a18666e0eb160cb84282f5ba Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Tue, 29 Mar 2016 23:57:35 +0200 Subject: TG16-config. --- examples/tg16/dhcp/conf-v4/security.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/tg16/dhcp/conf-v4/security.conf (limited to 'examples/tg16/dhcp/conf-v4/security.conf') diff --git a/examples/tg16/dhcp/conf-v4/security.conf b/examples/tg16/dhcp/conf-v4/security.conf new file mode 100644 index 0000000..b395515 --- /dev/null +++ b/examples/tg16/dhcp/conf-v4/security.conf @@ -0,0 +1,12 @@ +zone security.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet 88.92.74.0 netmask 255.255.255.0 { + option subnet-mask 255.255.255.0; + option routers 88.92.74.1; + option domain-name "security.tg16.gathering.org"; + ddns-domainname "security.tg16.gathering.org"; + range 88.92.74.4 88.92.74.254; +} + -- cgit v1.2.3