Re: [Siproxd-users] loadsharing or multiple instance setup
Status: Beta
Brought to you by:
tries
From: Thomas R. <tr...@gm...> - 2017-10-17 20:24:33
|
Hi Sascha, In this case you would need to run multiple instances of siproxd. 1) The outbound interfaces (alias IPs) need to be configured in such a way that they appear on individual alias interfaces (like eth0:1, eth0:2, ...). Then in the siproxd config you need to reference the appropriate outbound interface. 2) You can use the same inbound interface (same IP) but must use a different port numbers (for SIP signaling and RTP port range for audio). The Clients then need to be distributed to the individual instances of siproxd by configuring the outbound proxy setting of the client, or use a transparent proxy setup (using iptables redirect rules). Best regards, /Thomas On 09/08/2017 04:08 PM, Sascha Müller via Siproxd-users wrote: > Hello, > > we have siproxd running on a Debian machine and it works very well. > > We have the problem that our ISP doesn't allow more than 100 registrations per IP, so we had the idea to use more than one outbound interface with different IPs und build up a loadsharing. > > Is that possible and how it should work. > > An other idea is to run multiple instances from siproxd and use the access control to switch the users between the instances. Is it possible to run more than one instance with the same inbound interface? > > Best regards, > Sascha > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Siproxd-users mailing list > Sip...@li... > https://lists.sourceforge.net/lists/listinfo/siproxd-users > |