[pfSense] Multiple OCSP in DNS forwarder

Chris Buechler cmb at pfsense.org
Sat Nov 19 22:36:22 EST 2011


On Thu, Nov 10, 2011 at 8:33 AM, Atkins, Dwane P <ATKINSD at uthscsa.edu> wrote:
> I am trying to add multiple OCSP addresses in our DNS forwarder to see if
> this will help alleviate the Safari 5.1 issue with our Captive Portal.
>
>
>
> The following input errors were detected:
>
> This host/domain already exists.
>
> Is the error I receive when I try to add multiple entries.  Is there a way
> to do this?  Can I add multiple IP address on one line of the configuration
> page?  Can I edit a file on the actual device to accomplish this and would
> stay intact during a reboot?
>

I didn't think that was supported in dnsmasq, but glancing at its
documentation it looks like it is (maybe it previously wasn't and now
is).

Easiest work around should be just to edit the
/usr/local/www/services_dnsmasq_edit.php file and find this line:

$input_errors[] = gettext("This host/domain already exists.");

add a // in front of it, save changes, then add it again. Then double
check /etc/hosts to make sure it's actually adding the entry multiple
times, and it should work from the looks of the most recent dnsmasq
info. Let us know if it does and I'll take out that input validation
as it seems it may be currently unnecessary.


More information about the List mailing list