<html 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=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">We have an environment that consists of two PDNS servers that are using a MySQL backend.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Server A holds a PDNS instance and the MySQL master.</p>
<p class="MsoNormal">Server B holds a PDNS instance and the MySQL slave.</p>
<p class="MsoNormal">Each server is configured to use its local MySQL instance for the backend.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">The primary use of these systems is to answer ENUM queries from our session border controllers for call routing decisions.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">First Oddity -</p>
<p class="MsoNormal">For each inbound call, the active SBC sends a query to both servers simultaneously. I can see the queries hitting port 53 via tcpdump, the odd thing is that only one server will send a reply i.e. if server A replies, server B does not and
 vice versa. This is causing the SBC some concern and it is alarming that an ENUM server is out of service.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Second Oddity –</p>
<p class="MsoNormal">Whichever server replies, appears to be sending 3 responses. See below:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">22:40:00.778687 IP X.X.X.X.blackjack > BS-VM-M75-1.domain:  13136+ NAPTR? 0.0.0.2.7.7.5.1.0.3.e164.arpa. (47)<o:p></o:p></p>
<p class="MsoNormal">22:40:00.779173 IP BS-VM-M75-1.domain > X.X.X.X.blackjack:  13136* 1/0/0 (107)<o:p></o:p></p>
<p class="MsoNormal">22:40:00.779177 IP BS-VM-M75-1.domain > X.X.X.X.blackjack:  13136* 1/0/0 (107)<o:p></o:p></p>
<p class="MsoNormal">22:40:00.779178 IP BS-VM-M75-1.domain > X.X.X.X.blackjack:  13136* 1/0/0 (107)</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Both of these behaviors seem a little odd to me, any thoughts?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal">Rob<o:p></o:p></p>
</div>
</body>
</html>