Search results

  1. N

    kvm: change mac address

    I fixed it for now adding this to eth0 in /etc/network/interfaces: hwaddress ether 52:54:00:12:34:57 but this should be fixed during the installation of the kvm vm
  2. N

    kvm: change mac address

    another problem ;) I have 2 kvm vm's, both with debian etch. They work fine, but they both get the same mac-address. So when I turn the second on, I lose network connectivity. Here http://blog.cynapses.org/2007/07/12/qemu-kvm-internal-network-setup/ I get a tip. This is the original...
  3. N

    dhcp server on vz vps

    this is debian etch. my /etc/network/interfaces on the vm: auto eth0 iface inet eth0 static address 192.168.0.110 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.2 dhcptest:/# ifup eth0 /etc/network/interfaces:5...
  4. N

    dhcp server on vz vps

    I did that: powered down the vm, deleted the ip addres, chose bridged network. Powered the vm up. I try to reconfigure eth0 inside my virtual machine. All seems fine except for the gateway. I I choose the 'normal' gateway (my router) then it doesn't work. What gatway must I use?
  5. N

    dhcp server on vz vps

    can't I change this after the vm has been created?
  6. N

    dhcp server on vz vps

    Hi, I'm following the instructions in the openvz wiki http://wiki.openvz.org/Virtual_Ethernet_device to get a nic with a mac addres in order to use a dhcp server in the network. I have tried these two options at the CT0: # vzctl set 102 --netif_add...
  7. N

    can I use 3 virtual disks per kmv vm?

    right, thanks. This has worked, but I had to 'quick format' the partition. Otherwise I could not use it (error 'could not format partition). Weird.
  8. N

    can I use 3 virtual disks per kmv vm?

    hi, I have installed win2k3 ent ed, it works great. I have added a second disk editing the /etc/qemu-server/*.conf file with hdb: /var/lib/vz/images/vm-102-drive-d.qcow2, when i stop the vm and start it again I can format the disk, no problem. Now I wanted to have a swap disk and added a...
  9. N

    kvm guest problem

    wtf??? I tried with another pc and another jre and now it works ... So do not try this with a stock fedora9 install, the vnc applet will not work then.
  10. N

    kvm guest problem

    hi, yesterday I installed your system on a proliant ml110 g5 (no hardware raid) and I am liking it a lot. Installing from iso or template works as expected. Now I want to install a xp pro vm. I have a cdrom and that's when my problems begin ;) I create a vm choosing: type: fully virtualized...