Hetzner eq6 no connect

do you have console access (via KVM, Keyboard/Video/Mouse)?
 
no i did'nt see any errors.
If i login into my Server with vkvm i see, that there is not set an ip-Adress.
Maybe the kernel that i use (18) doesn support the nic?

Thanks

Tobias
 
could be. I suggest you ask Hetzner if the server is compatible with Proxmox VE 1.5.

There are hosting companies around supporting Proxmox VE (and use compatible hardware) - Hetzner never got in contact with us so I have no detailed information about their setup.
 
Hi apsivam,

what do i have to do, that the interface eth0 is known by my system?
How do i have to edit the file?
My file looks like this:
eth0..jpg

Thanks for help

Tobias
 
Last edited:
I (vaguely) remember,

  • comment out the first SUBSYSTEM=="net" line (by prefixing #)
  • edit the second one so it ends with NAME="eth0" instead of NAME="eth1"
  • reboot
 
Now i installed Proxmox without any error.
But i get this Message at the frontend:
KVM module not loaded. Maybe you need to enable Intel VT / AMD-V support in the BIOS.

Any idea?

Thanks again.

Tobias
 
Now i installed Proxmox without any error.
But i get this Message at the frontend:


Any idea?

Thanks again.

Tobias
Hi,
if it's a "real" Server you must switch on the virtualisation in the bios, or you have a wrong cpu (without hardware-virtualisation).
If it's a "vserver", the underlaying virtualisation need the hw-virtualisation oneself.

Without hw-virtualisation you can only use openvz.

Udo
 
Hello Udo,

i have an root-Server (real). The support (Hetzner) told me that there is a VT compatibility.
CPU = Intel® Core™ i7-920
I don't know how i can aktivate the kvm-support at the bios.

maybe you have an other idea?

Thanks a lot

Tobias
 
Hello Udo,

i have an root-Server (real). The support (Hetzner) told me that there is a VT compatibility.
CPU = Intel® Core™ i7-920
I don't know how i can aktivate the kvm-support at the bios.

maybe you have an other idea?

Thanks a lot

Tobias
Hi Tobias,
can you reach the bios with the vkvm? In other case you must ask hetzner for help.
With
Code:
grep -E 'svm|vmx' /proc/cpuinfo
can you check if the cpu-flag is enabled. Without virtualisation you get no output. On intel-cpus shows the vmx-flag the virtualisation capability.

Udo
 
hello,


i figured out, that kernel and proxmox-version: 2.6.24-10-pve doesn't not support KVM with EQ6-Server from Hetzner.

If i install kernel and proxmox-version 2.8.18 i can use KVM.

Tobias

//EDIT
i solved my problem by resetting the server through the robot-system.
After that i could use kvm with kernel 2.6.24

thanks for help

Tobias
 
Last edited:
i solved my problem by resetting the server through the robot-system.
After that i could use kvm with kernel 2.6.24

thanks for help

Tobias