close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: server/DHCP/dhcpd.conf @ e42f34e

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since e42f34e was 8964f9b, checked in by ramon <ramongomez@…>, 16 years ago

Resstructuración de trunk.

git-svn-id: https://opengnsys.es/svn/trunk@390 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 512 bytes
Line 
1ddns-update-style none;
2option domain-name "example.org";
3option domain-name-servers ns1.example.org, ns2.example.org;
4default-lease-time 600;
5max-lease-time 7200;
6log-facility local7;
7subnet 10.1.12.0 netmask 255.255.252.0 {
8    range 10.1.12.100 10.1.12.200;
9    option domain-name-servers 192.168.0.10;
10    option routers 10.1.12.1;
11    option broadcast-address 10.1.12.255;
12    default-lease-time 600;
13    max-lease-time 7200;
14# Parametros para el PXE
15    next-server 10.1.12.1;
16    filename "pxelinux.0";
17}
Note: See TracBrowser for help on using the repository browser.