<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes, I agree. Many talk about redundancy and failover necessary for
6-digit subscribers (I wouldn't sleep well with one box running 100k
subscribers...), but few actually have that subscriber base and can do
with the setup are describing (either linux HA or vrrp as I mentioned
in my previous post).<br>
BTW, you don't need a B2BUA for routing calls between ser servers,
everything can be done in ser.cfg.<br>
g-)<br>
<br>
Vitaly Nikolaev wrote:
<blockquote
 cite="mid63CC7FA67EBC67449C6CB5EBB28DA0BEAA748E@ex2.intermedia-inc.net"
 type="cite">
  <pre wrap="">There are stateless or statefull Sip proxy operational modes, second is
what I use and it require same server that send request received
response.


Why do you need all this mess btw?

If you just have simple SER server it can handle up to A LOT of
customers (100k?), for redundancy you can use heartbeat with t_replicate
in ser.

If you use rtpproxy, then just use distributed rtpproxy, get few linux
boxes install rtpproxy on it and let ser/nathelper do
redundancy/failover between them for RTP traffic, all this feature
(except heartbeat) are exist in ser

But if you want to have different SERs in different locations, and have
customers distributed between them, you have to have "smart" something
that will route call between them (b2bua of course)





-----Original Message-----
From: Natambu Obleton [<a class="moz-txt-link-freetext" href="mailto:nobleton@fasttrackcomm.net">mailto:nobleton@fasttrackcomm.net</a>] 
Sent: Wednesday, September 20, 2006 9:47 AM
To: 'Greger V. Teigre'
Cc: Vitaly Nikolaev ; <a class="moz-txt-link-abbreviated" href="mailto:serusers@iptel.org">serusers@iptel.org</a>
Subject: RE: [Serusers] Scaling SER

I bet an Anycast setup with multiple servers having the same ip address
pointing to the same Mysql database would work. I have done it with mail
servers and dns servers.

<a class="moz-txt-link-freetext" href="http://en.wikipedia.org/wiki/Anycast#Reliability_of_anycast">http://en.wikipedia.org/wiki/Anycast#Reliability_of_anycast</a>


Natambu Obleton
Network Engineer
FastTrack Communications
<a class="moz-txt-link-abbreviated" href="mailto:nobleton@fasttrackcomm.net">nobleton@fasttrackcomm.net</a>
(970) 247-3366 office
(970) 247-2426 fax
 
-----Original Message-----
From: Greger V. Teigre [<a class="moz-txt-link-freetext" href="mailto:greger@teigre.com">mailto:greger@teigre.com</a>] 
Sent: Tuesday, September 19, 2006 11:55 PM
To: Natambu Obleton
Cc: 'Vitaly Nikolaev '; <a class="moz-txt-link-abbreviated" href="mailto:serusers@iptel.org">serusers@iptel.org</a>
Subject: Re: [Serusers] Scaling SER

Actually it depends on the NAT implementation. There are four generally 
known/defined types (in STUN), but a lot of variants.  When we talk 
about the NAT problem, we always talk about the worst-case, which is a 
symmetric NAT, i.e. only packets from src ipA:portB will be allowed 
through and only if a previous packet has been going out to dst 
ipA:portB not longer ago than a defined time-out. Some NATs have timeout

of 60 minutes, others (could be) as low as 30 sec.
g-)

Natambu Obleton wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Ohh.. I thought the keepalives would allow other ip address, than the
    </pre>
  </blockquote>
  <pre wrap=""><!---->one
  </pre>
  <blockquote type="cite">
    <pre wrap="">that originally opened the connections, to send in. 

I guess that wouldn't be very secure would it.... :)


Natambu Obleton
Network Engineer
FastTrack Communications
<a class="moz-txt-link-abbreviated" href="mailto:nobleton@fasttrackcomm.net">nobleton@fasttrackcomm.net</a>
(970) 247-3366 office
(970) 247-2426 fax
 

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:serusers-bounces@lists.iptel.org">serusers-bounces@lists.iptel.org</a>
[<a class="moz-txt-link-freetext" href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</a>] On Behalf Of Vitaly Nikolaev
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Sent: Tuesday, September 19, 2006 8:53 AM
To: <a class="moz-txt-link-abbreviated" href="mailto:serusers@iptel.org">serusers@iptel.org</a>
Subject: RE: [Serusers] Scaling SER

To extend Juha's info:

Only SER server that just received SIP packet from SIP device (either
register or keepalive) can send something  back in case of NAT

For example you have SER1 and SER2, client A registered on SER1 and
client B on SER2, when client B sends call to client A it will first
    </pre>
  </blockquote>
  <pre wrap=""><!---->hit
  </pre>
  <blockquote type="cite">
    <pre wrap="">SER2 then SER2 to according to replicated location table will try to
send it to client A straight and fail in case client A behind the nat
(which is quite often in real world)

Trick is to teach SER2 to forward call to SER1 when needed, it can be
done when you use b2bua that looks to same location table for example
(ser need to be taught to place its IP also in same table).

Can not give you exact howto but can give (out of list) some
    </pre>
  </blockquote>
  <pre wrap=""><!---->references
  </pre>
  <blockquote type="cite">
    <pre wrap="">to  commercial software if interested.


-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:serusers-bounces@lists.iptel.org">serusers-bounces@lists.iptel.org</a>
[<a class="moz-txt-link-freetext" href="mailto:serusers-bounces@lists.iptel.org">mailto:serusers-bounces@lists.iptel.org</a>] On Behalf Of Juha Heinanen
Sent: Tuesday, September 19, 2006 8:52 AM
To: Andrey Kuprianov
Cc: <a class="moz-txt-link-abbreviated" href="mailto:serusers@iptel.org">serusers@iptel.org</a>
Subject: Re: [Serusers] Scaling SER

Andrey Kuprianov writes:

 &gt; mediapoxy'll handle it.

mediaproxy does not forward sip requests.

-- juha
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>

_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>


  
    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
</body>
</html>