Hello, I want to create a VPN between two Asterisk servers using OpenVPN. How to configure Asterisk and OpenVPN to do that. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/ddaed76b/attachment.htm
MOSBAH ABDELKADER wrote:> Hello, > > I want to create a VPN between two Asterisk servers using OpenVPN. > How to configure Asterisk and OpenVPN to do that.1. get openvpn up and running. That will give you a secure tunnel between server#1 and server#2. 2. whatever it is you need asterisk to do, make sure it uses the tunnel endpoints for networking. /Per Jessen, Z?rich -- http://www.spamchek.com/ - your spam is our business.
MOSBAH ABDELKADER wrote:> Hello, > > I want to create a VPN between two Asterisk servers using OpenVPN. > > How to configure Asterisk and OpenVPN to do that. > > Thanks. >As far as asterisk is concerned OpenVPN is just another interface. There isn't really anything you need to do to asterisk to make it work. As for OpenVPN, their site has some excellent HOWTO's on getting started with OpenVPN. -Dave
Per Jessen escreveu:> MOSBAH ABDELKADER wrote: > > >> Hello, >> >> I want to create a VPN between two Asterisk servers using OpenVPN. >> How to configure Asterisk and OpenVPN to do that. >> > > 1. get openvpn up and running. That will give you a secure tunnel > between server#1 and server#2. > 2. whatever it is you need asterisk to do, make sure it uses the tunnel > endpoints for networking. >what is the overhead added (proc and bandwidth)? Tom Lobato
On Thu, 9 Aug 2007, MOSBAH ABDELKADER wrote:> Hello, > > I want to create a VPN between two Asterisk servers using OpenVPN. > > How to configure Asterisk and OpenVPN to do that.If it's purely between 2 Linux boxes, then you might want to look into using the TUN/TAP interfaces and running vtund which is far easier to setup. See http://vtun.sourceforge.net/ Gordon
Hello, Is the OpenVPN the ideal solution to set a tunnel between two asterisk servers or there is a better solution. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/85115165/attachment.htm
MOSBAH ABDELKADER wrote:> Hello, > > Is the OpenVPN the ideal solution to set a tunnel between two asterisk > servers or there is a better solution. > > Thanks. >I think it is the perfect solution after trying several others. Not a huge learning curve and extremely stable. Thanks, Steve
Hello, Have i to install OpenVPN in each Asterisk server or it is enough to install it in one side only?. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070809/d4087bb1/attachment.htm
For audio channels, with gsm codec I account 35KB/s (and 25KB/s for G729) per side. With OpenVPN, what bandwidths may I hope? Is there a big difference in proc usage for such criptography? Tom Lobato Per Jessen escreveu:> MOSBAH ABDELKADER wrote: > > >> Hello, >> >> I want to create a VPN between two Asterisk servers using OpenVPN. >> How to configure Asterisk and OpenVPN to do that. >> > > 1. get openvpn up and running. That will give you a secure tunnel > between server#1 and server#2. > 2. whatever it is you need asterisk to do, make sure it uses the tunnel > endpoints for networking. >