Hi There,<br><br>Can someone example how to setup two auth servers in the wifidog.conf file.  I have two auth web servers setup that write back to a single db.  At the moment I have split my network so 75% go to one and 25% go to the other.  The uneven split is because the second server is also where the db for the two are.<br>

<br>I attempted to put two entries like this:<br>AuthServer {<br>    Hostname <a href="http://wifiauth2.someserver.com">wifiauth2.someserver.com</a><br>    SSLAvailable no<br>    Path /<br>}<br>AuthServer {<br>    Hostname <a href="http://wifiauth1.someserver.com">wifiauth1.someserver.com</a><br>

    SSLAvailable no<br>    Path /<br>}<br><br>And then <br>AuthServMaxTries 2<br><br>But when I restarted the with<br>wifidog-init restart<br><br>I get this:<br>[3][Fri Jul 23 00:22:17 2010][13712](conf.c:181) /etc/wifidog.conf: line 46: Bad configuration option: AuthServMaxTries<br>

[3][Fri Jul 23 00:22:17 2010][13712](conf.c:657) Bad option on line 46 in /etc/wifidog.conf.<br>[3][Fri Jul 23 00:22:17 2010][13712](conf.c:658) Exiting...<br>FAILED:  Wifidog exited with non 0 status<br><br>I am using the following version of the gateway<br>

Version: 1.1.3_beta6<br><br><br>Look forward to any responses.<br><br>Thanks<br>Jason<br><br><br>