]> git.deb.at Git - debienna.git/blobdiff - Archive/OdysseyDhcpdConf/index.mdwn
refactor some old sites
[debienna.git] / Archive / OdysseyDhcpdConf / index.mdwn
diff --git a/Archive/OdysseyDhcpdConf/index.mdwn b/Archive/OdysseyDhcpdConf/index.mdwn
new file mode 100644 (file)
index 0000000..96fafba
--- /dev/null
@@ -0,0 +1,23 @@
+
+/etc/dhcp3/dhcpd.conf for dhcp3-server that runs on odyssey to allow netbooting together with atftpd and di-netboot-assitant.
+
+
+[[!format txt """
+ddns-update-style none;
+
+not authoritative;
+default-lease-time 604800;
+max-lease-time 604800;
+
+option domain-name "quintessenz.net";
+option domain-name-servers 192.168.100.1;
+
+next-server 192.168.100.1;
+server-name "192.168.100.1";
+filename "pxelinux.0";
+
+subnet 192.168.100.0 netmask 255.255.255.0 {
+  range 192.168.100.100 192.168.100.200;
+  option routers 192.168.100.1;
+}
+"""]]
\ No newline at end of file