subnet 192.168.1.0 netmask 255.255.255.
0 {
range 192.168.1.10 192.168.1.200; # Assignable range
deny unknown-clients; # Deny clients not listed
host my_static_client { # Example static client definition
hardware ethernet 00:11:22:33:44:55;
fixed-address 192.168.1.2;
}
# Excluded addresses
range 192.168.1.201 192.168.1.254; # Exclude this range
}