<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi all,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m trying to load my clients from a MySQL database and wish to ‘tie’ them to specific virtual servers.<o:p></o:p></p><p class=MsoNormal>Using the default SQL nas table query, I get the following:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>rlm_sql (sql): Processing generate_sql_clients<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql) in generate_sql_clients: query is SELECT id, nasname, shortname, type, secret, server FROM nas<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Reserving sql socket id: 4<o:p></o:p></p><p class=MsoNormal>rlm_sql_mysql: query:  SELECT id, nasname, shortname, type, secret, server FROM nas<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Read entry nasname=1.1.1.1,shortname=1.1.1.1,secret=testing111<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Adding client 1.1.1.1 (1.1.1.1, server=vs1) to clients list<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Read entry nasname=1.1.1.1,shortname=1.1.1.1,secret=testing222<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Adding client 1.1.1.1 (1.1.1.1, server=vs2) to clients list<o:p></o:p></p><p class=MsoNormal>Failed to add duplicate client 1.1.1.1<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Released sql socket id: 4<o:p></o:p></p><p class=MsoNormal>rlm_sql (sql): Failed to add client 1.1.1.1 (1.1.1.1) to clients list.  Maybe there's a duplicate?<o:p></o:p></p><p class=MsoNormal>Failed to load clients from SQL.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>FR is clearly seeing the separate virtual server names (vs1 and ns2) but it says there’s a duplicate…<o:p></o:p></p><p class=MsoNormal>Now yes they do have the same IP address but they are tied to different virtual servers, making them different client definitions.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>If I manually place a 1.1.1.1 client inside my server vs1 block and the same in my server vs2 block, it loads them separately just fine, which is great and exactly what I’m after but I wish to load them from sql.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is it possible to have clients ‘tied’ into separate virtual servers like this from sql on start up?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m also using a dynamic_clients definition inside the virtual server and this is loading ‘duplicate’ entries into separate virtual servers perfectly, but I guess that’s because the dynamic_clients client definition is actually already inside the virtual server block. This works great but I can’t get the loading on start up working from the nas table query as well. (I did notice the dynamic _clients sql query for the server is not even called, I’m presuming because it is already inside a virtual server block, it doesn’t need to fire at all.)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m running FR v2.2.5.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Cheers very much all,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Kev/.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>