Recent content by felixcarb

  1. F

    Survey: Do you use KVM or OpenVZ, or both?

    I use both of them. OpenVZ for linux and KVM for Windows. very happy with performance.
  2. F

    open VZ container has trouble reaching the internet

    I configured virtual ethernet in a container with debian 6 Though documentation advices something like this: auto eth0 iface eth0 inet static address 10.30.100.6 netmask 255.255.255.255 broadcast 10.30.100.255 gateway 10.30.100.2 up /sbin/ip route add...