VMs OpenVZ redirecionam para o nó principal?

1

Eu tenho uma nova máquina nova do CentOS 6 e tenho o SoulsVM e o OpenVz instalados nela.

Quando eu crio o VPS, ele fica online sem problemas.

Quando eu tento o SSH para o VPS, ele me deu "Acesso negado".

Eu redefino a senha 10 vezes e sempre recebo a mesma mensagem.

Eu tentei usar a senha do nó principal e ele me conectou ao nó principal e não à VM em si.

Linux xxx.xxx.xxx 2.6.32-042stab061.2 #1 SMP Fri Aug 24 09:07:21 MSK 2012                                                                                                                                                              x86_64 x86_64 x86_64 GNU/Linux

Aqui está o meu arquivo GRUB:

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/sda3
#          initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
#splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title OpenVZ (2.6.32-042stab061.2)
        root (hd0,1)
        kernel /vmlinuz-2.6.32-042stab061.2 ro root=/dev/sda4 crashkernel=auto SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
        initrd /initramfs-2.6.32-042stab061.2.img
title CentOS (2.6.32-279.5.2.el6.x86_64)
        root (hd0,1)
        kernel /vmlinuz-2.6.32-279.5.2.el6.x86_64 ro root=/dev/sda4 crashkernel=auto SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
        initrd /initramfs-2.6.32-279.5.2.el6.x86_64.img
title CentOS (2.6.32-220.7.1.el6.x86_64)
        root (hd0,1)
        kernel /vmlinuz-2.6.32-220.7.1.el6.x86_64 ro root=/dev/sda4 crashkernel=auto SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us
        initrd /initramfs-2.6.32-220.7.1.el6.x86_64.img
title CentOS Linux (2.6.32-71.29.1.el6.x86_64)
        root (hd0,1)
        kernel /vmlinuz-2.6.32-71.29.1.el6.x86_64 ro root=/dev/sda4
        initrd /initramfs-2.6.32-71.29.1.el6.x86_64.img
title CentOS (2.6.32-71.el6.x86_64)
        root (hd0,1)
        kernel /vmlinuz-2.6.32-71.el6.x86_64 ro root=/dev/sda4
        initrd /initramfs-2.6.32-71.el6.x86_64.img
    
por Marco 17.09.2012 / 18:53

1 resposta

0

Você poderia dizer

  vzctl enter id

Se você quiser o ssh, você deve configurar sua bridge ou veth: você pode compartilhar os detalhes disso.

    
por 16.10.2012 / 02:14