aboutsummaryrefslogtreecommitdiffstats
path: root/dhcp/conf.d/ymse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp/conf.d/ymse.conf')
-rw-r--r--dhcp/conf.d/ymse.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/dhcp/conf.d/ymse.conf b/dhcp/conf.d/ymse.conf
new file mode 100644
index 0000000..06854df
--- /dev/null
+++ b/dhcp/conf.d/ymse.conf
@@ -0,0 +1,15 @@
+zone ymse.tg13.gathering.org {
+ primary 127.0.0.1;
+ key DHCP_UPDATER;
+}
+
+subnet 151.216.115.0 netmask 255.255.255.0 {
+ authoritative;
+ option routers 151.216.115.1;
+ option domain-name "ymse.tg13.gathering.org";
+ ddns-domainname "ymse.tg13.gathering.org";
+ range 151.216.115.5 151.216.115.254;
+ ignore client-updates;
+}
+
+host recording02.stageboh { hardware ethernet 80:ee:73:33:8e:e4; fixed-address 151.216.115.254; }