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
Line | |
---|
1 | ddns-update-style none; |
---|
2 | option domain-name "example.org"; |
---|
3 | log-facility local7; |
---|
4 | not-authoritative; |
---|
5 | |
---|
6 | subnet NETIP netmask NETMASK { |
---|
7 | option domain-name-servers DNSIP; |
---|
8 | option routers ROUTERIP; |
---|
9 | option broadcast-address NETBROAD; |
---|
10 | default-lease-time 600; |
---|
11 | max-lease-time 7200; |
---|
12 | next-server SERVERIP; |
---|
13 | filename "grldr"; |
---|
14 | use-host-decl-names on; |
---|
15 | |
---|
16 | # Ejemplo para PC. |
---|
17 | # host HOSTNAME1 { |
---|
18 | # hardware ethernet HOSTMAC1; |
---|
19 | # fixed-address HOSTIP1; |
---|
20 | # } |
---|
21 | |
---|
22 | # Ejemplo para Mac. |
---|
23 | # group { |
---|
24 | # option tftp-server-name="SERVERIP"; |
---|
25 | # option bootfile-name "grldr"; |
---|
26 | # host MACOSHOST1 { |
---|
27 | # hardware ethernet MACOSHOSTMAC1; |
---|
28 | # fixed-address MACOSHOSTIP1; |
---|
29 | # } |
---|
30 | # } |
---|
31 | |
---|
32 | } |
---|
33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.