Last change
on this file since cceeb84 was
813f617,
checked in by ramon <ramongomez@…>, 14 years ago
|
Instalador versión 1.0:
- Adaptar estructura de directorios del servidor.
- Adaptar funciones del instalador.
- Reducir el espacio necesario para descarga de ficheros.
- Algunas correcciones generales.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1523 a21b9725-9963-47de-94b9-378ad31fedc9
|
-
Property mode set to
100644
|
File size:
472 bytes
|
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 "pxelinux.0"; |
---|
14 | use-host-decl-names on; |
---|
15 | |
---|
16 | # host HOSTNAME1 { |
---|
17 | # hardware ethernet HOSTMAC1; |
---|
18 | # fixed-address HOSTIP1; |
---|
19 | # } |
---|
20 | |
---|
21 | } |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.