C
Cyber
Guest
Hello,
I have installed proxmox successfully on a server with existing debian lenny.
And I have configured network based on proxmox wiki and tutorials and created one VPS.
I have one network card and 5 IPs.
Here is a part of my /etc/network/interfaces:
I have created a VM with centos-5 template and using vmbr1. everything looks ok.
but when I try to root access to VPS with IP: xx.xx.xx.243, user: root and specified password, it seems SSH Client is not connecting to VPS and my password is not accepted.
It connecting to main server and I can login with username: root and main server's root password.
Also http:// xx.xx.xx.243 in browser is going to proxmox default page.
Would you please help me about this problem?
Thank you
I have installed proxmox successfully on a server with existing debian lenny.
And I have configured network based on proxmox wiki and tutorials and created one VPS.
I have one network card and 5 IPs.
Here is a part of my /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address xx.xx.xx.242
netmask 255.255.255.0
network xx.xx.xx.0
broadcast xx.xx.xx.255
gateway xx.xx.xx.1
allow-hotplug eth1
iface eth1 inet static
address xx.xx.xx.243
netmask 225.225.225.0
network xx.xx.xx.0
broadcast xx.xx.xx.255
gateway xx.xx.xx.1
auto vmbr1
iface vmbr1 inet static
address xx.xx.xx.243
netmask 225.225.225.0
gateway xx.xx.xx.1
bridge_ports eth1
bridge_stp off
bridge_fd 0
I have created a VM with centos-5 template and using vmbr1. everything looks ok.
but when I try to root access to VPS with IP: xx.xx.xx.243, user: root and specified password, it seems SSH Client is not connecting to VPS and my password is not accepted.
It connecting to main server and I can login with username: root and main server's root password.
Also http:// xx.xx.xx.243 in browser is going to proxmox default page.
Would you please help me about this problem?
Thank you
Last edited by a moderator: