Re: how does Cloudstack change reset password works?

2013-10-01 Thread Kirk Kosinski
Was the additional IP assigned through CloudStack or only on the VM? If CloudStack knows about the IP, the script should still work; if it doesn't, it may be a bug. If CloudStack does not know about the IP then it won't work. Best regards, Kirk On 10/01/2013 04:34 AM, Rafael Weingartner wrote:

Re: how does Cloudstack change reset password works?

2013-09-30 Thread Kirk Kosinski
Hi, Rafael. On the virtual router there is a socat process listening on 8080/tcp. When a VM sends a valid password request, socat passes the VM's IP address to the serve_password.sh script. This script checks /var/cache/cloud/passwords for a password for the VM. If there is a password in the cac

how does Cloudstack change reset password works?

2013-09-30 Thread Rafael Weingartner
Hey all, I was wondering, how does the reset password on CS work? I noticed that at the "cloud-set-guest-password" script there is a call to the router, "wget -q -t 3 -T 20 -O - --header "DomU_Request: send_my_password" $PASSWORD_SERVER_IP:8080" What parameter does the router use to determine whi