deny unknown-clients; ddns-update-style none; subnet 192.168.0.0 netmask 255.255.255.0 { range 192.168.0.22; option routers 192.168.0.5; option domain-name-servers 192.168.0.4; option domain-name "home.lan"; host dreamcast { hardware ethernet 00:d0:f1:02:98:b9; # MAC of the Dreamcast's BBA fixed-address 192.168.0.22; # IP your Dreamcast will receive option host-name "dreamcast"; # Hostname of Dreamcast next-server 192.168.0.21; # NFS server exporting root fs option root-path "/mnt/exports/dc"; # NFS path on next-server to mount at / on Dreamcast } }