X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=OdysseyDhcpdConf%2Findex.mdwn;h=36a85bdaa30907d1e70746434124fcb707e20ff9;hp=0c04b610a13887c272ff4638301818c23d38a5ff;hb=096ccad2de573f503e177bb76164614337f92da3;hpb=03f21b78031894077ed4056eea938d6714c6f3c6 diff --git a/OdysseyDhcpdConf/index.mdwn b/OdysseyDhcpdConf/index.mdwn index 0c04b61..36a85bd 100644 --- a/OdysseyDhcpdConf/index.mdwn +++ b/OdysseyDhcpdConf/index.mdwn @@ -1,21 +1,21 @@ -/etc/dhcp3/dhcpd.conf for dhcp3-server that runs on odyssey to allow netbooting together with atftpd and di-netboot-assitant. - -{{{ -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; -} +/etc/dhcp3/dhcpd.conf for dhcp3-server that runs on odyssey to allow netbooting together with atftpd and di-netboot-assitant. + +{{{ +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