Blob


1 shared-network host-lec {
2 subnet 38.81.163.14 netmask 255.255.255.255 {
3 }
4 subnet 38.87.162.0 netmask 255.255.255.0 {
5 range 38.87.162.80 38.87.162.119;
6 option routers 38.87.162.1;
7 option domain-name "host.lecturify.net";
8 option domain-name-servers 38.81.163.14;
9 next-server host.lecturify.net;
10 filename "auto_install";
11 use-host-decl-names on;
12 host username.host.lecturify.net {
13 fixed-address 38.87.162.245;
14 hardware ethernet aa:bb:cc:dd:ee:ff;
15 }
16 }
17 }