Hi,<div><br><div>Can you copy/paste the error message here. I&#39;ve recently made kamailio work with floating IP(Heartbeat) and I was having similar issue but then I resolved due to help from community memebrs here.</div>
<div>This is how I made kamailio work with floating IP.</div>
<div>in <b>/etc/sysctl.conf</b> file insert this line </div><div><span style><b>net.ipv4.ip_nonlocal_bind = 1</b></span>
</div><div><span style>on console execute &quot;<b>sysctl -p</b>&quot;</span></div><div><span style><br></span></div><div><span style>Then on my linux server I had to explicitly set the routes to use the Floating IP interface(s) as default</span></div>
<div><span style><font color="#222222" face="arial, sans-serif"><b>route add -net <a href="http://192.168.2.0/24">192.168.2.0/24</a> dev eth0:0</b></font></span></div><div><br></div><div>Where eth0:0 was the virtual IP interface for that particular subnet.</div>
<div><br></div><div>After that all I had to do was change the listen=192.168.2.15 field on my kamailio server where 192.168.2.15 was floating IP on interface eth0:0</div><div><br></div><div>restart kamailio and you shouldn&#39;t be receiving this error.</div>
<div><br></div><div>Regards,</div><div>Sammy <br><br><div class="gmail_quote">On Sun, Jan 29, 2012 at 1:51 AM, Spencer Thomason <span dir="ltr">&lt;<a href="mailto:spencer@5ninesolutions.com" target="_blank">spencer@5ninesolutions.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:sans-serif;font-size:16px">Hello,<br>I&#39;m working on building a HA setup with separate registrar and proxy servers.  The registrar server writes to a master database that is replicated to a local database on each of the proxy servers.  A load balancer then sits in front of the proxys.  When routing to a registered user on the proxys I receive an error message that the socket is unknown and ignored (obviously because its on another machine).  Is this just a warning message or are there any consequences to doing it this way?  Is my topology flawed and would there be a better way?<br>

<br>Thanks for your input,<br>Spencer<br><br><font face="sans-serif"><span style="font-size:14px"><i><font color="#333333">Connected by DROID on Verizon Wireless</font></i></span></font></div></div>
<br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div><br></div>
</div>