summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.plain
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-31 02:56:00 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-31 02:56:00 +0000
commitc48951bf14eab76fcc2c80e9d86a849f973bfa08 (patch)
treeafaeef3098960afe9b3a1b62f0a333e1f9187557 /dhcp3/dhcpd.hosts.plain
parentdf1f3353701833e3f45f8933a2e0843b94d4fd45 (diff)
dhcp3: Add example DHCP3 config files.
Diffstat (limited to 'dhcp3/dhcpd.hosts.plain')
-rw-r--r--dhcp3/dhcpd.hosts.plain14
1 files changed, 14 insertions, 0 deletions
diff --git a/dhcp3/dhcpd.hosts.plain b/dhcp3/dhcpd.hosts.plain
new file mode 100644
index 0000000..58a7854
--- /dev/null
+++ b/dhcp3/dhcpd.hosts.plain
@@ -0,0 +1,14 @@
+group {
+ option netbios-name-servers samba;
+ option netbios-dd-server samba;
+ option netbios-node-type 2; # Disable browsing, only use netbios server
+ option ip-forwarding Off;
+ option wpad-url "http://wpad/wpad.dat"; # Add this host to Bind and Apache, to work with non-DHCP clients as well
+
+ host negonwin { hardware ethernet 00:00:b4:84:93:53; fixed-address negon3; }
+ host haledual { hardware ethernet 00:30:65:c0:0b:be; fixed-address haledual; }
+ host noiszes-g4 { hardware ethernet 00:30:65:f3:38:ee; fixed-address noiszes-g4; }
+ host egern { hardware ethernet 00:80:ad:c6:b9:51; fixed-address egern; }
+ host emil-louise { hardware ethernet 00:07:95:ab:b1:4a; fixed-address emil-louise; }
+ host gyro { hardware ethernet 00:03:93:12:4d:34; fixed-address gyro; }
+}