Recent content by Riverman

  1. R

    How to secure Proxmox VE server against the poodle SSL attack?

    What process handles Proxmox VE web interface? Isn't it Apache?
  2. R

    How to secure Proxmox VE server against the poodle SSL attack?

    Hi, How should I secure my Proxmox VE 3.3 against the Poodle SSL attack? I did following; but I'm not sure what else needed to be done? nano /etc/apache2/mods-available/ssl.conf -SSLProtocol all -SSLv2 +SSLProtocol all -SSLv2 -SSLv3 Then I restarted Apache: service apache2 restart Do we...
  3. R

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

    I use OpenVZ when ever possible, and the more I learn the moreVMs are converted into CTs. It's the combination that made me use Proxmox.
  4. R

    Removed my cluster configuration and all my CT's disappeared...!

    Thanks for your answers! I had a feeling that I was effective :) What do you think about following solution? The old server is running in meanwhile. 1) At a NEW server; I created all CTs with correct template and settings (with same veid as the old once) in a separate network. 2) I'm...
  5. R

    Removed my cluster configuration and all my CT's disappeared...!

    Hi, I need to recover VEID.conf for all my CTs! Any idea how to do this? I've installed pve 2.x on one server. Then I backup all CT and used SCP to move them to the new server. Everything worked great. I then installed pve 2.x on the old server and then tried to make a cluster of them both...
  6. R

    Shorewall and proxyarp

    Hi, I have a Proxmox server with Shorewall installed directly at the proxmox server. It was working when I used just one public ip and DNAT. But now when I got 7 public ips I wanted to use ProxyARP and configure public ip direct on VPS. But for some reasons I don't get it to work! If I do a...
  7. R

    DRBD for OpenVZ Containers

    Hi, I'm interested in this kind of installation too. I realize that vzmigrate will rsync all files even if it's there, but what do I need to change? I looked into vzmigrate and found this: online=0 verbose=0 remove_area=1 keep_dst=0 debug=0 confdir="/etc/vz/conf" vzconf="/etc/vz/vz.conf"...