Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
emil_smistek
Explorer

Hello Tim

I think I have found correct syntax for the dhcpd.conf. I noticed that in this file is a lack of the "# Define Custom Options" and # "Global Config" separators. 

# Define Custom Options
option voip-tftp-server code 150 = ip-address;

# Global Config
subnet 192.168.0.0 netmask 255.255.255.0 {
[...]
option voip-tftp-server 10.101.0.10;
option voip-tftp-server 10.101.0.11;
}

Best regards

(1)
Who rated this post