# Arquivo: dhcpd.conf - gerado por EMota ddns-update-style none; default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 192.168.1.255; option routers 192.168.1.1; option domain-name-servers 200.190.77.11; option domain-name "meta"; option option-128 code 128 = string; option option-129 code 129 = text; option log-servers 192.168.1.1; shared-network WORKSTATIONS { subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.50 192.168.1.60; option root-path "192.168.1.1:/trm/00"; option option-129 "root=/dev/nfs nfsroot=192.168.1.1:/trm"; filename "vmlinuz"; } } group { use-host-decl-names on; host work01 { hardware ethernet 00:E0:7D:F4:7C:16; fixed-address 192.168.1.11; option root-path "192.168.1.1:/trm/01"; } }