DHCP specific options - howto/wiki?

I think it’s simpler to follow these instructions to create a custom template fragment that adds options at the end of /etc/dnsmasq.conf:

Just add your options In /etc/e-smith/templates-custom/etc/dnsmasq.conf/91options like

dhcp-option=tag:br0,66,1.2.3.4
dhcp-option=tag:br0,150,1.2.3.4

br0 is the internal interface and options 66 and 150 are set to 1.2.3.4 in this example.

3 Likes