#DHCP Configuration File for CS Subnet # #IMPORTANT: Keep the entries ordered according to their IP number. #------------------------------ Madifications ---------------------------------- # authoritative; allow bootp; server-identifier 159.28.230.3; server-name "quark.cs.earlham.edu"; default-lease-time 3600; max-lease-time 86400; ddns-update-style ad-hoc; option systemimager-server code 100 = text; # Systemimager Stuff # tmpfs_staging option option-144 code 144 = string; # log_server_port option option-141 code 141 = unsigned integer 32; # Imageserver option option-140 code 140 = text; # ssh_download_url option option-142 code 142 = string; # flamethrower_directory_portbase #option option-143 code 143 = string; subnet 192.168.0.0 netmask 255.255.255.0 { } subnet 159.28.230.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option broadcast-address 159.28.230.255; option domain-name-servers 159.28.230.3, 159.28.230.91; option domain-name "cs.earlham.edu"; option routers 159.28.230.1; option netbios-name-servers 159.28.230.3; option nis-domain "cs.earlham.edu"; option nis-servers 159.28.230.3; # next-server is your network boot server # next-server 159.28.230.93; # log-servers option log-servers 159.28.230.4; # option-141 is the port number your log server uses # option option-141 514; # filename "pxelinux.bin"; host bagend { hardware ethernet 08:00:2b:2d:94:ea; fixed-address bagend.cs.earlham.edu; option host-name "bagend.cs.earlham.edu"; filename "kernel.ecoff"; option root-path "/tftpboot"; } host display { hardware ethernet 00:e0:18:98:97:b1; fixed-address display;} #Weather machine host proto {hardware ethernet 00:E0:18:98:98:05; fixed-address proto;} group { # !!! # !!! Only put old ACLs in this group, no other machines belong here # !!! # Systemimager stuff for old ACLs # option-140 is the IP address of your SystemImager image server option option-140 "159.28.230.93"; # option-142 specifies the URL address of your ssh download # This should be in the format of "http://159.28.230.93/systemimager/boot/". #option option-142 "http://159.28.230.93/systemimager/boot/"; # option-143 specifies the Flamethrower directory port. # The default is "9000". #option option-143 "9000"; # # option-144 tells your autoinstallclient to spool the image into a tmpfs # prior to laying it down on disk. It is not certain that this is always # a good thing to do. And if you're feeling gutsy and want to try it, be # sure that your (memory + swap) is at least twice the size of your image # or your image transfer will fail when the tmpfs filesystem gets full!!! # If unsure, say "no". # option option-144 "n"; option systemimager-server "159.28.230.93"; host acl0 { hardware ethernet 00:06:5B:DE:84:8D; fixed-address acl0;} host acl1 { hardware ethernet 00:06:5B:DE:A8:8C; fixed-address acl1;} host acl2 { hardware ethernet 00:06:5B:DE:AC:02; fixed-address 159.28.230.12;} host acl3 { hardware ethernet 00:06:5B:DE:84:D0; fixed-address 159.28.230.13;} host acl4 { hardware ethernet 00:06:5B:DE:A9:96; fixed-address 159.28.230.14;} host acl5 { hardware ethernet 00:06:5B:DE:A4:CE; fixed-address 159.28.230.15;} host acl6 { hardware ethernet 00:06:5B:DE:A8:73; fixed-address 159.28.230.16;} host acl7 { hardware ethernet 00:06:5B:DE:AB:FF; fixed-address 159.28.230.17;} host acl8 { hardware ethernet 00:06:5b:de:80:82; fixed-address 159.28.230.18;} host acl9 { hardware ethernet 00:06:5B:DE:83:30; fixed-address 159.28.230.19;} # ACL10 has been put on the public subnet, now stewie #host acl10 { hardware ethernet 00:06:5B:DE:A4:EA; fixed-address 159.28.230.20;} host acl11 { hardware ethernet 00:06:5B:DE:AB:66; fixed-address 159.28.230.21;} host acl12 { hardware ethernet 00:06:5B:DE:AB:33; fixed-address 159.28.230.22;} host acl13 { hardware ethernet 00:06:5B:DE:AB:C6; fixed-address 159.28.230.23;} host acl14 { hardware ethernet 00:06:5B:DE:AC:01; fixed-address 159.28.230.24;} host acl15 { hardware ethernet 00:06:5B:DE:A8:75; fixed-address 159.28.230.25;} # Jeniffer's, Jim's, Charlie's, and John's boxes. host kleene { hardware ethernet 00:06:5B:DE:AB:63; fixed-address 159.28.230.27;} host codd { hardware ethernet 00:06:5B:DE:A9:86; fixed-address 159.28.230.28;} host tardon { hardware ethernet 00:06:5B:DE:A6:37; fixed-address 159.28.230.29;} #Cart Machines #host cart0 { hardware ethernet 00:06:5B:DE:A4:89; fixed-address 159.28.230.30;} host cart1 { hardware ethernet 00:08:74:41:ae:4a; fixed-address 159.28.230.31;} #Sysadmin office machines. host office0 { hardware ethernet 00:06:5B:DE:AA:84; fixed-address 159.28.230.32;} host office1 { hardware ethernet 00:06:5B:DE:A8:52; fixed-address 159.28.230.33;} } # hip's new machine host stewie { hardware ethernet 00:06:5B:DE:A4:EA; fixed-address 159.28.230.34;} #New ACLs for testing. host new-acl0 { hardware ethernet 00:18:8B:59:0A:9B; fixed-address 159.28.230.160;} host new-acl1 { hardware ethernet 00:18:8B:59:0A:D5; fixed-address 159.28.230.161;} host new-acl2 { hardware ethernet 00:18:8B:59:0A:4E; fixed-address 159.28.230.162;} # new-acl3 has been put on the public network for testing. #host new-acl3 { hardware ethernet 00:18:8B:59:0A:DB; fixed-address 159.28.230.163;} # local LittleFe units host lf-ppc {hardware ethernet 00:14:bf:e7:d3:89; fixed-address lf-ppc.cs.earlham.edu;} host lf-x86 {hardware ethernet 00:06:4f:32:cf:52; fixed-address lf-x86.cs.earlham.edu;} # Charlie's sced-1 unit #5, two entries to support liberation testing host lf-sced1-5 {hardware ethernet 00:08:54:e0:47:a3; fixed-address lf-sced1-5.cs.earlham.edu;} host lf-sced1-5i {hardware ethernet 00:40:63:e7:29:1d; fixed-address lf-sced1-5i.cs.earlham.edu;} # console in Noyes machine room host console {hardware ethernet 00:40:63:D8:A0:4C; fixed-address console.cs.earlham.edu;} # SPARCs host millie {hardware ethernet 08:00:20:b4:d5:a1; fixed-address millie.cs.earlham.edu;} host cleo { hardware ethernet 08:00:20:0c:01:e3; fixed-address cleo;} host amdahl {hardware ethernet 8:0:20:5:2d:10; fixed-address amdahl; next-server quark; filename "/tftpboot/sparc32-deb.img"; } #Personal laptops/machines host micjlt { hardware ethernet 00:30:65:bf:bf:b0; fixed-address 159.28.230.57;} host alex { hardware ethernet 00:17:f2:c5:0c:06; fixed-address 159.28.230.60;} host yousef { hardware ethernet 00:01:02:79:4a:e5; fixed-address 159.28.230.61;} host rabah { hardware ethernet 00:02:a5:6d:1e:61; fixed-address 159.28.230.63;} host uptongl { hardware ethernet 00:50:04:df:d8:71; fixed-address 159.28.230.64;} host morris { hardware ethernet 00:40:96:38:81:3a; fixed-address 159.28.230.65;} host kellyia { hardware ethernet 00:40:f4:44:38:b1; fixed-address 159.28.230.66;} host rodrimi { hardware ethernet 00:10:5a:d1:f5:88; fixed-address 159.28.230.67;} host joshh { hardware ethernet 00:10:5A:D2:B5:3C; fixed-address 159.28.230.78;} host steph { hardware ethernet 00:05:1B:00:76:ED; fixed-address 159.28.230.79;} host chris { hardware ethernet 00:03:93:75:fd:d6; fixed-address 159.28.230.80;} host hoppese { hardware ethernet 00:0a:95:dc:32:40; fixed-address hoppese;} host joshhpb { hardware ethernet 00:0d:93:c1:f8:0e; fixed-address joshhpb;} host poseidon { hardware ethernet 00:0a:e4:42:76:86; fixed-address poseidon;} host smithsh1 { hardware ethernet 00:90:4B:B1:20:05; fixed-address smithsh1;} host smithsh1-nin { hardware ethernet 00:09:BF:0A:AD:35; fixed-address smithsh1-nintendo;} host mccoyjo { hardware ethernet 00:0d:93:34:6a:76; fixed-address mccoyjo;} host mccoyjo-wifi { hardware ethernet 00:0d:93:f0:ec:ac; fixed-address mccoyjo;} host aberi { hardware ethernet 00:30:13:0d:e7:e2; fixed-address aberi;} host arvesda2 { hardware ethernet 00:00:86:62:af:6d; fixed-address arvesda2;} host thangorodrim { hardware ethernet 00:06:29:43:29:05; fixed-address thangorodrim;} host smither2 { hardware ethernet 00:0A:95:DF:AC:48; fixed-address smither2;} host ecsmac1 { hardware ethernet 00:AD:93:49:53:60; fixed-address ecsmac1;} host stephse { hardware ethernet 00:0E:A6:9F:AA:C7; fixed-address stephse;} host sandsgr { hardware ethernet 00:80:C8:86:39:A8; fixed-address sandsgr;} host kernco { hardware ethernet 00:40:05:09:EB:29; fixed-address kernco;} host curie { hardware ethernet 08:00:20:7b:56:09; fixed-address curie;} host callosc { hardware ethernet 00:0B:DB:CA:87:B4; fixed-address callosc;} host fitz { hardware ethernet 00:16:cb:8a:54:b0; fixed-address fitz;} host copelco-eth { hardware ethernet 00:0A:95:76:59:32; fixed-address copelco-eth;} host buster { hardware ethernet 00:16:b6:1c:82:b4; fixed-address buster;} host peter { hardware ethernet 00:c0:9f:bc:6c:ba; fixed-address peter;} host shannon { hardware ethernet 00:b0:d0:cb:11:13; fixed-address shannon.cs.earlham.edu.;} host boole { hardware ethernet 00:b0:d0:1f:6d:37; fixed-address boole.cs.earlham.edu.;} host scs { hardware ethernet 00:0C:83:00:12:00; fixed-address scs.cs.earlham.edu.;} host webcam1 { hardware ethernet 00:40:8c:52:01:06; fixed-address 159.28.230.106;} host webcam { hardware ethernet 00:40:8c:58:f1:fc; fixed-address 159.28.230.70;} # wireline insterfaces on the CS subnet, wifi interfaces below on public subnet host pmp1 {hardware ethernet 00:D0:69:07:40:15; fixed-address pmp1;} host pmp2 {hardware ethernet 00:D0:69:09:53:31; fixed-address pmp2;} host pmp3 {hardware ethernet 00:10:5A:E5:C6:A7; fixed-address pmp3;} host pmp4 {hardware ethernet 00:D0:69:40:A2:04; fixed-address pmp4;} host pmp5 {hardware ethernet 00:D0:69:40:A2:06; fixed-address pmp5;} # # Ethernet terminal server. Note that the device has an entry for the # ethernet side and one pair of entries per port (internal and external PPP). # host ets1 { hardware ethernet 00:40:9D:23:B5:B9; fixed-address ets1;} host ets1-1-int { hardware ethernet 00:00:00:00:00:00; fixed-address ets1-1-int;} host ets1-1-ext { hardware ethernet 00:00:00:00:00:00; fixed-address ets1-1-ext;} host ets1-2-int { hardware ethernet 00:00:00:00:00:00; fixed-address ets1-2-int;} host ets1-2-ext { hardware ethernet 00:00:00:00:00:00; fixed-address ets1-2-ext;} host ets2 { hardware ethernet 00:40:9d:23:bc:55; fixed-address ets2;} host babbage { hardware ethernet 00:e0:18:98:96:9d; fixed-address 159.28.230.4;} group { host wyse0 { hardware ethernet 00:80:64:54:6f:31; fixed-address wyse0;} host wyse1 { hardware ethernet 00:80:64:54:6e:8a; fixed-address wyse1;} host wyse2 { hardware ethernet 00:80:64:54:bf:d6; fixed-address wyse2;} host wyse3 { hardware ethernet 00:80:64:54:6f:58; fixed-address wyse3;} } # Test machines host admin { hardware ethernet 00:E0:18:98:97:AE; fixed-address knuth;} host airport { hardware ethernet 00:03:93:21:34:9e; fixed-address 159.28.230.137;} # Recompute host recompute { hardware ethernet 00:c0:4f:7c:4c:da; fixed-address recompute; } # Printer host printer1 { hardware ethernet 08:00:09:77:da:20; fixed-address printer1;} host printer2 { hardware ethernet 00:01:e6:78:05:b6; fixed-address printer2;} host hp4050 { hardware ethernet 00:10:83:92:df:d5; fixed-address hp4050;} } # end of 159.28.230.0 (cs) subnet subnet 159.28.231.0 netmask 255.255.255.0 { option routers 159.28.231.1; option broadcast-address 159.28.231.255; option domain-name "public.cs.earlham.edu"; # wifi interfaces (floating), wireline interfaces (fixed) above in cs subnet host pmp-wifi-pc.public {hardware ethernet 00:02:2D:C0:72:EE; fixed-address pmp-wifi-pc.public.cs.earlham.edu;} host pmp-wifi-usb.public {hardware ethernet 00:02:72:52:34:B1; fixed-address pmp-wifi-usb.public.cs.earlham.edu;} host hassan { hardware ethernet 00:0C:F1:1B:F6:DA; fixed-address hassan.public.cs.earlham.edu.;} host wap0 { hardware ethernet 00:40:96:28:9d:49; fixed-address wap0.public.cs.earlham.edu;} host wap1 { hardware ethernet 00:40:96:25:86:72; fixed-address wap1.public.cs.earlham.edu;} host wap2 { hardware ethernet 00:0d:3a:70:60:ce; fixed-address wap2.public.cs.earlham.edu;} host wap3 { hardware ethernet 00:14:bf:e7:d3:89; fixed-address wap3.public.cs.earlham.edu;} host norton-wifi { hardware ethernet 00:17:f2:41:b7:20; fixed-address norton.public.cs.earlham.edu;} host skylar { hardware ethernet 00:10:5a:d3:54:cf; fixed-address skylar.public.cs.earlham.edu;} host skylar-wifi { hardware ethernet 00:40:96:44:b7:a7; fixed-address skylar.public.cs.earlham.edu;} host lemanal-wifi { hardware ethernet 00:05:5d:f3:1c:1e; fixed-address lemanal-dllt.public.cs.earlham.edu;} host madunnh-wl { hardware ethernet 00:30:65:08:e8:35; fixed-address madunnh-wl.public.cs.earlham.edu;} host lemanal-dt { hardware ethernet 00:B0:D0:43:E9:A0; fixed-address lemanal-dt.public.cs.earlham.edu;} host fancypants { hardware ethernet 00:07:e9:01:bf:88; fixed-address fancypants.public.cs.earlham.edu;} host tmcnulty-wifi { hardware ethernet 00:30:65:1f:c4:96; fixed-address pb0.tobias.public.cs.earlham.edu;} host tmcnulty-pbbr { hardware ethernet 00:30:65:bd:a0:86; fixed-address pb1.tobias.public.cs.earlham.edu;} host tmcnulty-ntrtr { hardware ethernet 00:30:ab:11:a7:32; fixed-address nat.tobias.public.cs.earlham.edu;} host tmcnulty-dev { hardware ethernet 00:06:5b:40:9d:06; fixed-address dev.tobias.public.cs.earlham.edu;} host baker { hardware ethernet 00:06:5B:DB:72:19; fixed-address baker.cs.earlham.edu;} host kevin-lt { hardware ethernet 00:0e:35:14:79:31; fixed-address kevin-lt.public.cs.earlham.edu;} host kevin-lt-wifi { hardware ethernet 00:0f:1f:12:65:7d; fixed-address kevin-lt.public.cs.earlham.edu;} host copelco-dt0 { hardware ethernet 00:b0:d0:b6:ea:ca; fixed-address copelco-dt0.public.cs.earlham.edu;} host crow { hardware ethernet 00:10:5a:e5:c6:f0; fixed-address crow.public.cs.earlham.edu;} host khalaba { hardware ethernet 00:01:f4:ed:59:7d; fixed-address khalaba.public.cs.earlham.edu;} host brownda { hardware ethernet 00:0f:90:2d:76:ac; fixed-address brownda.public.cs.earlham.edu;} host brownda-ltwifi { hardware ethernet 00:90:4b:9a:77:e7; fixed-address brownda-lt.public.cs.earlham.edu;} host smithsh1-lt { hardware ethernet 00:90:4b:b1:20:05; fixed-address smithsh1-lt.public.cs.earlham.edu;} host smithsh1-ipaq { hardware ethernet 00:09:2d:a0:26:aa; fixed-address smithsh1-ipaq.public.cs.earlham.edu; } host fitzgan-lt { hardware ethernet 00:16:cb:06:97:be; fixed-address fitzgan-lt.public.cs.earlham.edu; } host barbara { hardware ethernet 00:0a:27:ac:63:20; fixed-address barbara.public.cs.earlham.edu;} host sscholer { hardware ethernet 00:0D:9D:5E:58:65; fixed-address sscholer.public.cs.earlham.edu;} host haley-lt { hardware ethernet 00:30:65:06:d0:d7; fixed-address haley-lt.public.cs.earlham.edu;} host alanm { hardware ethernet 00:0b:db:17:3a:ea; fixed-address alanm-lt.public.cs.earlham.edu;} host ferraza { hardware ethernet 00:30:48:25:56:71; fixed-address ferraza-dt.public.cs.earlham.edu;} host scrapi { hardware ethernet 00:B0:D0:C5:05:F5; fixed-address scrapi.public.cs.earlham.edu;} host gasper { hardware ethernet 00:16:cb:c9:9d:2b; fixed-address gasper.public.cs.earlham.edu;} host melchior { hardware ethernet 00:13:02:44:57:11; fixed-address melchior.public.cs.earlham.edu;} host copelco-wl { hardware ethernet 00:30:65:28:24:28; fixed-address copelco-wl.public.cs.earlham.edu;} host acl10 { hardware ethernet 00:06:5B:DE:A4:EA; fixed-address acl10.public.cs.earlham.edu;} host new-acl3 { hardware ethernet 00:18:8B:59:0A:DB; fixed-address new-acl3.public.cs.earlham.edu;} host emil-wl { hardware ethernet 00:0D:93:E8:AB:C4; fixed-address emil-wl.public.cs.earlham.edu;} host emil-eth { hardware ethernet 00:0D:93:B2:3F:2A; fixed-address emil-eth.public.cs.earlham.edu;} host madunnh-eth { hardware ethernet 00:30:65:C4:34:44; fixed-address madunnh-eth.public.cs.earlham.edu;} host test-machine { hardware ethernet 00:18:8B:59:09:CA; fixed-address test-machine.public.cs.earlham.edu;} }