# Jim Wildman's mobile lab # hostonly dhcp conf file # hostonly vifbr1 # $Revision: 140 $ # $Date: 2010-09-16 17:48:28 -0400 (Thu, 16 Sep 2010) $ # $URL: file:///home/jawildman/rossdev_sync/trunk/www/html/files/dhcpd.hostonly.conf $ subnet 192.168.200.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option domain-name "hostonly.private"; option domain-name-servers 192.168.200.2; range 192.168.200.128 192.168.200.254; filename "/pxelinux.0"; default-lease-time 21600; max-lease-time 43200; next-server 192.168.200.2; # host cobbler.hostonly.private { # hardware ethernet 00:16:36:36:F9:77; # fixed-address 192.168.200.2; # } host master.hostonly.private { hardware ethernet 00:16:36:3A:11:51; fixed-address 192.168.200.3; } host cf1.hostonly.private { hardware ethernet 00:16:36:5A:DA:9B; fixed-address 192.168.200.4; } host cobbler2.hostonly.private { hardware ethernet 00:16:36:75:6f:35; fixed-address 192.168.200.5; } host vm1.hostonly.private { hardware ethernet 00:16:36:36:01:00; fixed-address 192.168.200.10; } host vm1_snap1.hostonly.private { hardware ethernet 00:16:36:36:01:01; fixed-address 192.168.200.11; } host vm1_snap2.hostonly.private { hardware ethernet 00:16:36:36:01:02; fixed-address 192.168.200.12; } host vm1_snap3.hostonly.private { hardware ethernet 00:16:36:36:01:03; fixed-address 192.168.200.13; } host vm1_snap4.hostonly.private { hardware ethernet 00:16:36:36:01:04; fixed-address 192.168.200.14; } host vm2.hostonly.private { hardware ethernet 00:16:36:36:02:00; fixed-address 192.168.200.20; } host vm2_snap1.hostonly.private { hardware ethernet 00:16:36:36:02:01; fixed-address 192.168.200.21; } host vm2_snap2.hostonly.private { hardware ethernet 00:16:36:36:02:02; fixed-address 192.168.200.22; } host vm2_snap3.hostonly.private { hardware ethernet 00:16:36:36:02:03; fixed-address 192.168.200.23; } host vm2_snap4.hostonly.private { hardware ethernet 00:16:36:36:02:04; fixed-address 192.168.200.24; } host vm3.hostonly.private { hardware ethernet 00:16:36:36:03:00; fixed-address 192.168.200.30; } host vm3_snap1.hostonly.private { hardware ethernet 00:16:36:36:03:01; fixed-address 192.168.200.31; } host vm3_snap2.hostonly.private { hardware ethernet 00:16:36:36:03:02; fixed-address 192.168.200.32; } host vm3_snap3.hostonly.private { hardware ethernet 00:16:36:36:03:03; fixed-address 192.168.200.33; } host vm3_snap4.hostonly.private { hardware ethernet 00:16:36:36:03:04; fixed-address 192.168.200.34; } host vm4.hostonly.private { hardware ethernet 00:16:36:36:04:00; fixed-address 192.168.200.40; } host vm4_snap1.hostonly.private { hardware ethernet 00:16:36:36:04:01; fixed-address 192.168.200.41; } host vm4_snap2.hostonly.private { hardware ethernet 00:16:36:36:04:02; fixed-address 192.168.200.42; } host vm4_snap3.hostonly.private { hardware ethernet 00:16:36:36:04:03; fixed-address 192.168.200.43; } host vm4_snap4.hostonly.private { hardware ethernet 00:16:36:36:04:04; fixed-address 192.168.200.44; } }