Stephane Eranian 2004-02-23 08:11:30 -05:00 committed by Vincent Batts
commit fb6ce0d596
100 changed files with 20247 additions and 0 deletions

View file

@ -0,0 +1,14 @@
subnet 192.168.2.0 netmask 255.255.255.0 {
option domain-name "mydomain.com";
option subnet-mask 255.255.255.0;
option routers 15.4.88.1;
# here we use a fixed address
host test_machine {
hardware ethernet 00:D0:B7:C7:FB:F8;
fixed-address 192.168.2.10;
filename "/tftpboot/elilo.efi";
option host-name "test_machine";
}
}