Hi,<br><br>

<p class="MsoNormal">Current stunnel implementation is based on peer-to-peer
communication and it cannot be used in the environment where a management server wants to talk to multi-site server (i.e. an instance of server running in different sites).</p><p class="MsoNormal"><br></p>

<p class="MsoNormal">Multi Tunnel support for Stunnel enables a Management Server
to communicate with Multisite Server. But it requires extending Stunnel with a
new protocol whereby Management Server & Client Stunnel Process communicates.</p>

<br>

<p class="MsoListParagraph" style="margin-left: 0.25in; text-indent: -0.25in;"><span style=""><span style="">1.<span style="font: 7pt "Times New Roman";">������
</span></span></span>The new stunnel conf for multi tunnel (keeping
backward compatibility) look like</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">[singleTunnelServiceName]</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">accept = aport</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">connect = ip:cport</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">�</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">[serviceName]</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">multitunnel = yes</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">accept = 1234</p>

<p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;">connect =
ip1:5678,ip2:5678,ip3:5678,...ipn:5678</p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 0.25in; line-height: normal;"><br></p><br><br>Anyone can please let me know the steps to configure the stunnel if the support is already in place or provide your thoughts on the new support?<br>
<br><br>Thanks,<br>Narendra.<br>