# Настройки, общие для всех клиентов:
.default:\
	td=/var/lib/tftpboot:\
	rp=/var/lib/tftpboot:\
	bf=pxelinux.0:\
	sa=192.168.1.3:\
	sm=255.255.255.0:\
	gw=192.168.1.1:\
	to=auto:
  
# Настройки для клиентов в других подсетях:
#.subnet1	:sm=255.255.255.0:gw=192.168.0.1  :tc=.default:

# Индивидуальные настройкм каждого клиента:

notick:tc=.default:ha=00140B016592:ip=192.168.1.4:
#sharick:tc=.default:ha=0123456789ab:ip=192.168.1.2
#bobick:tc=.default:ha=ba9876543210:ip=192.168.1.5
# и т.д.

##	td -- TFTP directory
##	rp -- root path
##	bf -- bootfile
##	sa -- boot server address
##	sm -- subnet mask
##	gw -- gateways
##	to -- time offset (seconds)
##	tc -- template host (points to similar host entry)
##	ha -- hardware address
