summaryrefslogtreecommitdiffstats
path: root/server/etc/dhcpd.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'server/etc/dhcpd.conf.tmpl')
-rw-r--r--server/etc/dhcpd.conf.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/etc/dhcpd.conf.tmpl b/server/etc/dhcpd.conf.tmpl
index fb6afa00..a80b42db 100644
--- a/server/etc/dhcpd.conf.tmpl
+++ b/server/etc/dhcpd.conf.tmpl
@@ -13,10 +13,21 @@ subnet NETIP netmask NETMASK {
filename "grldr";
use-host-decl-names on;
+# Ejemplo para PC.
# host HOSTNAME1 {
# hardware ethernet HOSTMAC1;
# fixed-address HOSTIP1;
# }
+# Ejemplo para Mac.
+# group {
+# option tftp-server-name="SERVERIP";
+# option bootfile-name "grldr";
+# host MACOSHOST1 {
+# hardware ethernet MACOSHOSTMAC1;
+# fixed-address MACOSHOSTIP1;
+# }
+# }
+
}