Search results

  1. S

    LXC port forwarding without routing

    There was a feature with lxc command to forward port without routing from hardnode to lxc-contaioner: lxc config device add mycontainer myport80 proxy listen=tcp:0.0.0.0:80 connect=tcp:localhost:80 Is there a way to do the same with Proxmox/pct ?
  2. S

    LVM as backup storage

    Hello! Few weeks ago I configured node wih newest Proxmox 3.3 and main storage I chose is LVM with separated phisical volume. But now I got issue with local backups, since 500Gb mounted on /var/lib/vz is not enough. First idea I get in my mind is to create logical volume in VM's volume group...