Recent content by tictactoe

  1. T

    in PVE3, how to allow and route traffic from container to vm (venet to vm bridge) ?

    I have a public proxmox (v3.4) host with the following network config : auto lo iface lo inet loopback auto vmbr0 iface vmbr0 inet static address <Public IP address> netmask 255.255.255.0 gateway <Public gw address> bridge_ports eth0...
  2. T

    Proxmox VE 2.2 upgrade to Whezzy

    Ok for this but by the way, will Debian7 with RHEL's 2.6.32.x will support newer hardware : disk controllers, ethernet controllers and so on ?
  3. T

    Proxmox VE 2.2 upgrade to Whezzy

    When Debian 7 "Wheezy" will be released, will Proxmox provide an new iso made with Debian 7 inside ? Bescause OpenVZ only support kernel 2.6.32 and Debian 7 provide kernel 3.2, there will be an option to use only KVM and disable automatically container ?
  4. T

    Proxmox 2.1 External Vnc view

    Me too, I want to know how to access to a vm's console through vnc over ssh ? I know that since Proxmox 2.x we use the secure vnc (tls) through the java applet but we manage our security through vpn and/or ssh. So can we desactivate vnc over tls to restore the ability of external vnc viewer like...
  5. T

    Simple firewall for Proxmox 2.2 OpenVZ MVs

    I used the scripts Fridu's VM-Firewall provide on this url : http://www.fridu.org/fulup-posts/40-hosting-a-sysadmin/79-virtualization-firewall It's old but it's run smoothly :-)
  6. T

    Container virtualization is focused on LXC in Linux, what about Proxmox 2.x ?

    When Proxmox will migrate to LXC if Debian abandon OpenVZ support for Wheezy ?
  7. T

    module usbip not present in pve-kernel-2.6.32-6 ??

    Hi All We need to load the module 'usbip'. This driver was found in the last pve-kernel-2.6.32-4 (/lib/modules/2.6.32-4-pve/kernel/drivers/staging/usbip) but now (in pve-kernel-2.6.32-6) it's no longer present. Does someone know why? Is it possible to have this module come back in the next...
  8. T

    vnc viewer java applet doesn't start using chrome/chromium browser

    Ok I have made some tests... You were right, the problem is due to onLoad='javascript:wresize();' Maybe it can be fixed for next release of the pve manager ?
  9. T

    vnc viewer java applet doesn't start using chrome/chromium browser

    Maybe it's the reason why I can't connect : I am using Chromium 8.0.552.215 Indeed when I remove the ID tag, I can connect ?!
  10. T

    vnc viewer java applet doesn't start using chrome/chromium browser

    So I can't use the "Console" action from the menu when I click the red arrow in pve manager. It works in IE & Firefox but not in Chromium (& Chrome) :confused: And I have found the mistake :D : It's a question of HTML4 syntax in vnc-direct.htm, go to line 72, remove "id=vncapp" and it...