Questions tagged [proxmox]

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an open-source Debian-based virtualization server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using OpenVZ) and full virtualization (using KVM). Proxmox VE has a web-based management interface and a custom kernel optimized for a virtualization environment.

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using - in older version using ) and full virtualization (using ). Proxmox VE has a management interface and a custom optimized for a virtualization environment.

Useful Links:

245 questions
1
vote
1 answer

lxc config file overwritted when rebooting CT

i'm trying to install Sandstorm on a debian 8 lxc container under proxmox 4.4. According to my search (and this post ) i need to to edit the apparmor container's config file in /var/lib/lxc/*lxcId*/conf and reboot the CT but anny line i add to this…
Nils
  • 307
  • 3
  • 10
1
vote
2 answers

Can't connect to external IP from local network behind iptables NAT

We have Proxmox vitual environmenet witch couple of virtual machines. Host server have multiple external IP adresses. We use iptables to forward connections to certain external IP+port to selected virtual machine. And we use NAT for outgoing…
1
vote
0 answers

Date showing same value for ZMI undo tab

Recently we have updated RAM in our base server and restarted VM running plone 4.2.1 on Ubuntu 12.04 operating system. After that we are able to see same date for all transactions available in ZMI undo tab. We have tried fixing by updating date in…
1
vote
2 answers

How can I retrieve Proxmox node notes?

I am using proxmoxer to manipulate machines on ProxMox (create, delete etc). Every time I am creating a machine, I provide a description which is being written in ProxMox UI in section "Notes". I am wondering how can I retrieve that…
Saleee
  • 11
  • 1
1
vote
0 answers

console not show in Proxmox

I'm using PROXMOX, but i can't access to java console Error : no connection : Connection timed out TASK ERROR: command '/bin/nc -l -p 5900 -w 10 -c '/usr/sbin/qm vncproxy 119 2>/dev/null'' failed: exit code 1 browser : google chrome / Firefox Java…
zebiri djallil
  • 324
  • 2
  • 6
  • 17
1
vote
2 answers

Install proxmox 4.1 on VirtualBox

I installed proxmox 4.1 on virtual box and after installationI received the following : welcome to the proxmox virtual environment.please use your web browser to configure this server - connect to: https://192.168.56.101:8006 but while trying this…
nn222
  • 11
  • 1
  • 6
1
vote
1 answer

Create a VM from a raw file - Proxmox

I have Proxmox environment where I create my virtual machines. I want to install the product Citrix Netscaler VPX Platinium. I downloaded the product and put it in the content of my server storage: The file is stored as well in tgz format into the…
Souad
  • 4,856
  • 15
  • 80
  • 140
1
vote
0 answers

Ideal configuration for two Proxmox 4.1 nodes cluster

The Situation: I have two identical Supermicro servers with a lot of RAM and storage capacity. The servers got an Adaptec RAID Controller, which was used to create a RAID 1 for the OS and a RAID 50 for "data". The raid sets are identical on both…
S. Bordo
  • 11
  • 1
  • 3
1
vote
1 answer

proxmox CT external vnc access

I'm creating a PAAS provider with openVZ virtual machines on proxmox. I want to use noVNC to access the instances in another website different than proxmox console. I used an url with this form…
Kassav'
  • 1,130
  • 9
  • 29
1
vote
1 answer

Get both console and tty after upgrade Debian to Jessie 8.0 in openvz

I can not use this machine via proxmox's console, because there are both console and tty, I confirmed that this problem came after dist-upgrade!
user3620613
  • 151
  • 1
  • 7
1
vote
1 answer

Setup proxmox internal network

I am in need of a internal network on my Proxmox 3.4 installation. I want to use a proxy server to route all my servers to the internet and back. That way I only have the need for one WAN address. I only use containers and have one vm available.…
Roberto
  • 199
  • 1
  • 6
  • 16
1
vote
2 answers

How to set zsh as default shell in openvz container?

I'm running a vz container (debian) on PVE, and I'd like to use zsh as my default shell when i run : vzctl enter MY_CONTAINER_ID I tried to run chsh in the container but it as no effect, unless I run su root, i'm still using bash. Is-it at least…
n00dl3
  • 21,213
  • 7
  • 66
  • 76
1
vote
1 answer

CT with Debian template in Proxmox: unable to keep interfaces file after reboot

I have set up a CT in ProxmoxVE 3 (image installed in Virtualbox for Windows 4.3.12) using the template debian-7-turnkey-lamp_13.0-1_amd64.tar.gz. After adding these two IPs to the container: 192.168.56.138 and 10.0.2.20, I start the container. The…
Miguel Calderón
  • 3,001
  • 1
  • 16
  • 18
0
votes
0 answers

Proxmox VE 7.4-3 don't open console on a subdomain

(sorry for my English) I have a proxmox running some containers, and, i haved a container running ubuntu with nginx to make a proxy reverse of my containers to my domin, like proxmox.mydomain.com, nextcloud.mydomin.com and etc. But i recenty install…
0
votes
0 answers

Can't enable the firewall on a container via the HTTP API

I can't enable the firewall on a container via the HTTP API (container level firewall not vNIC fiewall). I've been referencing these two links: PVE-API-Viewer and PVE-API but alas to no avail. I don't understand why when executing a GET request to…