Re: [one-users] Problem Login/ssh into vm

2013-12-20 Thread Alexander Sibetheros
I have checked that the vmhost talks to the vms via the bridge(virbr0), but my controller which is also on that bridge cannot access them, but can access the vmhost(on virbr0). Either bridge is incorrect or my vmhost is blocking access the vms, correct? My vmhost is running ubuntu 12.04

[one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
I recently set up a simple 2 node opennebula(ubuntu/kvm) (using vmware vm's), following the tutorial. I got a centOS vm to run, but cannot log in. I read on other sites that login in is done via ssh and not vnc, but whenever I ssh root@..vm_ip... I get prompted for password which I dont have. I

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Jens Hoffmann
Does this link provide correct credentials for your image: http://opennebula.org/cloud:sandbox:kvm#what_are_the_users_and_the_passwords? Jens -- gpg --keyserver pgp.mit.edu --recv-keys 0xDB1CAFB5 On 12/18/2013 11:31 AM, Alexander Sibetheros wrote: I recently set up a simple 2 node

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
Unfortunately no.. I checked the marketplace.. all vms for xen/vmware bases have default username/passwords. KVM on the otherhand writes: Add `SSH_PUBLIC_KEY` to contextualization to set root credentials. On Wed, Dec 18, 2013 at 12:47 PM, Jens Hoffmann jens.hoffm...@cuesoft.euwrote: Does

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Carlos Martín Sánchez
Hi, On Wed, Dec 18, 2013 at 12:03 PM, Alexander Sibetheros alexsib...@gmail.com wrote: I checked the marketplace.. all vms for xen/vmware bases have default username/passwords. KVM on the otherhand writes: Add `SSH_PUBLIC_KEY` to contextualization to set root credentials. I assume you are

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
I'll give the docs you sent a look but my configurations where the default in the tutorial: $ oneimage create --name CentOS-6.4_x86_64 \ --path http://us.cloud.centos.org/i/one/c6-x86_64-20130910-1.qcow2.bz2; \ --driver qcow2 \ --datastore default $ onetemplate create --name

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Carlos Martín Sánchez
Hi Alexander, On Wed, Dec 18, 2013 at 3:28 PM, Alexander Sibetheros alexsib...@gmail.com wrote: I'll give the docs you sent a look but my configurations where the default in the tutorial: $ oneimage create --name CentOS-6.4_x86_64 \ --path

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
I am following this tutorial, as closely as possible: http://www.opennebula.org/documentation:rel4.4:qs_ubuntu_kvm TEMPLATE 0 INFORMATION ID : 0 NAME : CentOS-6.4 USER : oneadmin GROUP : oneadmin REGISTER TIME : 12/16 13:44:54 PERMISSIONS OWNER

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
I would like to note that when I added tty-linux - kvm from the marketplace, created a simple template(same as the centOS), and run it, I was able to login and use the vm. So I know the host works, and my problem most likely is in the way ssh works from the controller to vm's... Also noteworthy,

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Jens Hoffmann
Can you login into your vms via vnc and investigate, i.e. if ssh daemon is running and if ssh keys are correctly inserted into your login-user's authorized_keys? The ping problem may be a routing problem on your host. Check if the host has ip_forwarding enabled such that the host forwards

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
But that is exactly the problem. I can access the vm via vnc(from sunstone), but get login screen(local host login/password which I don't know). So, I can't check for daemons. I read online that for the images created for kvm/opennebula access is done via ssh(passwordless). Because the image I am

Re: [one-users] Problem Login/ssh into vm

2013-12-18 Thread Alexander Sibetheros
I'm am writing again to clarify I fixed the 1st problem. I was trying to ssh from the root@node instead of oneadmin@node(which I never used before). I can successfully ssh, change root password :) Thank you very much for your ideas. I am not able to do such from oneadmin@controller