Re: VPN Concurrent users

2012-06-12 Thread Ahmad Saif
I've figured out the problem, my problem was that I've limited the number of VPN users per account to 3 users, then I've increased this number after a while. but it seams that the router didn't get the update, so the IP range for the VPN users still unchanged and have only 3 IPs to offer. that'

RE: CloudStack bugs, CS-14896 (& is not encoded correctly when user tries to create an instance)

2012-06-12 Thread Jessica Wang
Olga, http://bugs.cloudstack.org/browse/CS-14896 (1) CS-14896 is a cloudstack 2.2.x bug, NOT a cloudstack 3.0.x bug. cloudstack 2.2.x UI is totally different from cloudstack 3.0.x UI (UI appearance is different , UI architecture is different, UI code is different). The bug exists only in cloud

Re: What is the best hypervisor for CloudStack

2012-06-12 Thread Geoff Higginbottom
Whilst I build systems on all the supported Hypervisors, I prefer XenServer, and with my PXE config, I can deploy multiple new XenServers in a matter of minutes The upcoming incremental snapshots feature, only on XenServer, also makes a good use case for Xen. Geoff On 12 Jun 2012, at 19:04, "

RE: CloudStack bugs, CS-14896

2012-06-12 Thread Pranav Saxena
Hi Olga, I have reviewed your patch for this bug as well - http://bugs.cloudstack.org/browse/CS-14230 . This is what I have to say - 1) The patch looks good but since you had attached the diff file , there was misplacement of the curly braces which was making the situation a little tedious f

Re: What is the best hypervisor for CloudStack

2012-06-12 Thread Sheng Yang
On Mon, Jun 11, 2012 at 3:01 PM, David Nalley wrote: > On Sat, Jun 9, 2012 at 10:16 PM, Jewel Nuruddin > wrote: >> Hi, >> Thanks for the comments but I want to know exactly which hypervisor is >> working more fine with CloudStack, there must be one which is recommended by >> cloudstack. >> Than

RE: CloudStack bugs, CS-14896

2012-06-12 Thread Jessica Wang
CS-14111 (There is no option to Edit IP ranges of Management Traffic) is invalid. I've written down my comment and close the bug as "By design". http://bugs.cloudstack.org/browse/CS-14111 -Original Message- From: Pranav Saxena Sent: Tuesday, June 12, 2012 9:39 AM To: Olga Smola (olya.sm

Re: VPN Concurrent users

2012-06-12 Thread Chiradeep Vittal
What is the error on the vpn client? What OS are the clients using? You can take a look at the logs on the virtual router by logging in so: http://www.tutkiun.com/2012/06/login-to-system-vmsrouters-cloudstack.html The remote access VPN stack is ipsec / l2tp / ppp. The failure could be in any one

Re: CloudStack bugs, CS-14896

2012-06-12 Thread David Nalley
On Tue, Jun 12, 2012 at 12:39 PM, Pranav Saxena wrote: > Hi Olga , > > I have reviewed the following bugs fixed by you and this is what I have found > - > > 1) http://bugs.cloudstack.org/browse/CS-14511 - This bug seems to be already > fixed in 3.0.3 release . Though your patch of code was perfe

RE: CloudStack bugs, CS-14896

2012-06-12 Thread Pranav Saxena
Hi Olga , I have reviewed the following bugs fixed by you and this is what I have found - 1) http://bugs.cloudstack.org/browse/CS-14511 - This bug seems to be already fixed in 3.0.3 release . Though your patch of code was perfect. 2) http://bugs.cloudstack.org/browse/CS-13535 - This patch of co

Re: Upgrade to 3.0.2 Encrypt password

2012-06-12 Thread Facundo Guerrero
Thanks, that works great! . Problem solved El 12/06/12 04:14, Kishan Kavala escribió: > Facundo, > Password in host_details should be encrypted. Please encrypt the password > before inserting into host_details table. > > 1. Encrypt kvm host password using the below command > java -class

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-12 Thread Anantha Kasetty
Good catch. The signature generation converts the url to lowercase but the case should be preserved when submitting it to CloudStack. regards, Anantha Kasetty 408-242-8317 anantha.kase...@citrix.com On 6/12/12 4:31 AM, "Prasanna Santhanam" wrote: >On Sat, Jun 09, 2012 at 09:52:07AM

Re: Having trouble getting a CloudStack API URL with api_key and generated signature to work from the browser (Firefox).

2012-06-12 Thread Prasanna Santhanam
On Sat, Jun 09, 2012 at 09:52:07AM -0400, Anantha Kasetty wrote: > Had to dust up my long forgotten Perl skills, here is a sample program > > use URI::Escape; > use Digest::SHA qw(hmac_sha1_base64); > > sub hmac_digest { > my $uri = shift @_; > my $key = shift @_; > > $digest = hmac

VPN Concurrent users

2012-06-12 Thread Ahmad Saif
I'm running Advanced networking CloudStack zone, and have a VPN with 8 users; currently I can't have more than 3 user connecting at the same time, is there any way to increase the number of concurrent users on the VPN ? I've searched the global settings and the database and didn't find any valu

RE: Upgrade to 3.0.2 Encrypt password

2012-06-12 Thread Kishan Kavala
Facundo, Password in host_details should be encrypted. Please encrypt the password before inserting into host_details table. 1. Encrypt kvm host password using the below command java -classpath /usr/share/java/cloud-jasypt-1.8.jar org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI encryp