DHCP option domain-search-list
-
I would need my clients to search multiple domains when resolving a name. In order to do that, the DHCP server can serve a list of domains which should be searched by adding the following options:
option domain-search-list code 119 = text; option domain-search-list "foo1.domain.tld foo2.domain.tld...";
So, the question is, if there is a possibility to add such additional configs to the dhcp - or if it would be possible in the future by making this option visible in the GUI. (e.g. the ipcop-way: having a field, where you can add your costum options and an add button - this way one can add as many options as one like.)
I can hack this directly into the config, but clearly after hitting one time save on the dhcpd page, the changes are gone… or is there a way to hack it into the pfsense-config (xml)?
Regars and thanks for the powerfull firewall!
arno -
This feature will come AFTER the next release in the available snapshots…
For now have a look at pfsense.trendchiller.com and update manually…
Patches are already applied to cvs: ticket 19228 and 19229
so please be patient...