ddns-update-style interim;
ignore client-updates;
subnet 192.168.123.0 netmask 255.255.255.0 {
# --- default gateway
option routers 192.168.123.1;
option subnet-mask 255.255.255.0;
option nis-domain "domain.org";
option domain-name "ns.bora.net";
option domain-name-servers 164.124.101.2;
option time-offset -18000; # Eastern Standard Time
option ntp-servers 192.168.123.241;
option netbios-name-servers 192.168.123.241;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
# option netbios-node-type 2;
# range dynamic-bootp 192.168.123.100 192.168.123.254;
default-lease-time 21600;
max-lease-time 43200;
# we want the nameserver to appear at a fixed address
}
host sm3 {
hardware ethernet 00:0B:A8:03:20:2A;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}
host sm2 {
hardware ethernet 00:E0:29:5A:D6:08;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}
host sm {
hardware ethernet 00:19:01:21:4C:22;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}
host empos2-2 {
hardware ethernet 22:22:22:22:22:22;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}
host empos2 {
hardware ethernet 00:0B:A8:00:00:01;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}
host XHYPER255B {
hardware ethernet 12:34:56:78:9A:00;
fixed-address 192.168.123.35;
next-server 192.168.123.241;
}