Skip to content

Instantly share code, notes, and snippets.

@t-min
Created February 10, 2018 08:11
Show Gist options
  • Save t-min/57e92aedf927e4229a294900b021c8c2 to your computer and use it in GitHub Desktop.
Save t-min/57e92aedf927e4229a294900b021c8c2 to your computer and use it in GitHub Desktop.
subnet 192.168.11.0 netmask 255.255.255.0 {
option routers 192.168.11.1;
option subnet-mask 255.255.255.0;
option nis-domain "tmin.net";
option domain-name "tmin.net";
option domain-name-servers 192.168.11.1,210.158.149.33,210.158.150.33;
option ntp-servers 192.168.11.1;
option netbios-name-servers 192.168.11.1;
range 192.168.11.10 192.168.11.254;
default-lease-time 21600;
max-lease-time 43200;
}
host tmin-desktop {
hardware ethernet xx:xx:xx:xx:xx:xx;
fixed-address 192.168.11.2;
}
host macbook {
hardware ethernet xx:xx:xx:xx:xx:xx;
fixed-address 192.168.11.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment