source: server/DHCP/dhcpd.conf @ 70848f4

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 70848f4 was 1a22cd2, checked in by ramon <ramongomez@…>, 15 years ago

OpenGNSys Installer configura acceso en Web Console y no compila Browser.

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

  • Property mode set to 100644
File size: 472 bytes
RevLine 
[139053a]1ddns-update-style none;
2option domain-name "example.org";
3log-facility local7;
[7586ca3]4not-authoritative;
[b6906f7]5
6subnet NETIP netmask NETMASK {
7    option domain-name-servers DNSIP;
[7586ca3]8    option routers ROUTERIP;
[b6906f7]9    option broadcast-address NETBROAD;
[139053a]10    default-lease-time 600;
11    max-lease-time 7200;
[7586ca3]12    next-server SERVERIP;
[139053a]13    filename "pxelinux.0";
[7586ca3]14    use-host-decl-names on;
[b6906f7]15
[7586ca3]16#    host HOSTNAME1 {
17#        hardware ethernet HOSTMAC1;
18#        fixed-address HOSTIP1;
[1a22cd2]19#   }
[b6906f7]20
[139053a]21}
[b6906f7]22
Note: See TracBrowser for help on using the repository browser.