[SR-Users] Outbound socket selection (HA implementation)

Robert Verspuy robert at exa-omicron.nl
Tue Mar 29 11:46:19 CEST 2011


I'm using a different setup.

Both servers have their own fixed ip-address and both have a virtual 
ip-address.
pacemaker makes sure that when one server is down, its virtual ip is 
moved to the other node.
So this is more a active-active setup.

Enabled ip_nonlocal_bind, set listening to both virtual ip-addresses and 
forcing the socket based on the incoming ip-address.

I don't know if this is a good solution, didn't find much usefull info 
on the web,
but it works.

> mhomed=0
> listen=1.2.3.1:5060 # virtual ip-address 1
> listen=1.2.3.2:5060 # virtual ip-address 2
>
> route{
>
>         if ($Ri == "1.2.3.1") {
>                 force_send_socket(1.2.3.1:5060);
>         } else if ($Ri == "1.2.3.2") {
>                 force_send_socket(1.2.3.2:5060);
>         }
>

With kind regards,
Robert Verspuy



-- 
*Exa-Omicron*
Patroonsweg 10
3892 DB Zeewolde
Tel.: 088-OMICRON (66 427 66)
http://www.exa-omicron.nl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20110329/ce868f9a/attachment.htm>


More information about the sr-users mailing list