<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
I have been using the dispatcher module to route calls to an Asterisk cluster with 2 servers. Initially all the servers and the phones had public IPs, so there was no need for NAT.<br><br>Our requirements have changed - we will end up having 1 public IP on the server side (phones will have public IPs), so I'm planning to assign that to the Opensips server, and put the asterisk cluster behind NAT.<br><br>Opensips Server <br>nic1: 1.2.3.4&nbsp;&nbsp; (public ip)<br>nic2: 192.168.100.75<br><br>dispatch to:<br>Asterisk serverA&nbsp;&nbsp;&nbsp;&nbsp; 192.168.100.80<br>Asterisk serverB &nbsp;&nbsp;&nbsp; 192.168.100.81<br><br>Is this doable in Opensips? Even if it is, does it make sense; i.e. is it an OK design? Is there a better architecture I should look into (maybe put everything behind NAT)?<br><br>Thanks,<br>Matt&nbsp; <br><br>                                               </div></body>
</html>