diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 20:17:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 20:17:54 +0000 |
commit | 38cf8379b0bc991cda914c0a5c96d1dac3cff73b (patch) | |
tree | fdca30d20c57a382dea64db42d612f9512e97bde /docs/init-scripts.tex | |
parent | 3eb18205322ac6660904c9df5fdff50c3de9e5de (diff) | |
download | upstream-38cf8379b0bc991cda914c0a5c96d1dac3cff73b.tar.gz upstream-38cf8379b0bc991cda914c0a5c96d1dac3cff73b.tar.bz2 upstream-38cf8379b0bc991cda914c0a5c96d1dac3cff73b.zip |
dnsmasq: add support for set: and tag: pairs
On my network, I have a variety of machines and appliances, some of which need different configuration issues than the default options.
For example:
config host
option name 'client'
option mac '00:01:02:03:04:05'
option ip '192.168.1.20'
option tag 'acme'
config tag acme
option force '1'
list dhcp_option 'option:router,192.168.1.253'
list dhcp_option 'option:domain-name,acme.com'
list dhcp_option 'option:domain-search,acme.com,redfish-solutions.com'
which allows me to override the default router for my client's host, as well as its domain-name, and its domain-search.
this causes the following config lines:
dhcp-host=00:01:02:03:04:05,set:acme,192.168.1.20,client
dhcp-option-force=tag:acme,option:router,192.168.1.253
dhcp-option-force=tag:acme,option:domain-name,acme.com
dhcp-option-force=tag:acme,option:domain-search:acme.com,redfish-solutions.com
This could be useful elsewhere, for instance, if you have an IP CCTV that you don't want to have a default-route, etc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 31815
Diffstat (limited to 'docs/init-scripts.tex')
0 files changed, 0 insertions, 0 deletions