diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2016-03-29 23:57:35 +0200 |
commit | fefa87ebf2b2e001a18666e0eb160cb84282f5ba (patch) | |
tree | 55236e0398f602e024ce4f07341812544bd945c3 /examples/tg16/dhcp/conf-v6/tech-wlan.conf | |
parent | 69722b70c1f07fd728388e8dcd2c3440ca4468be (diff) |
TG16-config.
Diffstat (limited to 'examples/tg16/dhcp/conf-v6/tech-wlan.conf')
-rw-r--r-- | examples/tg16/dhcp/conf-v6/tech-wlan.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/tg16/dhcp/conf-v6/tech-wlan.conf b/examples/tg16/dhcp/conf-v6/tech-wlan.conf new file mode 100644 index 0000000..3b196c4 --- /dev/null +++ b/examples/tg16/dhcp/conf-v6/tech-wlan.conf @@ -0,0 +1,10 @@ +zone tech-wlan.tg16.gathering.org { + primary 127.0.0.1; + key DHCP_UPDATER; +} +subnet6 2a06:5841:151a::/64 { + option domain-name "tech-wlan.tg16.gathering.org"; + + range6 2a06:5841:151a::1000 2a06:5841:151a::9999; +} + |