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
0
votes
1 answer

File upload getting stuck uploading file of 10 MB on Container in Proxmox, Apache2 Php

I'm failing to upload files around the upload is stuck at around 10~12 seconds after starting, at my connection speed a 10 MB file takes around 18 seconds to get uploaded, i could never finish it. trying a different connection 10 MB got uploaded…
Falanso
  • 33
  • 7
0
votes
2 answers

Use local network for DB connection

We have a dedicated server with proxmox on OVH. The idea is to connect the containers locally but also trough internet. So far I have 2 containers. I added a bridge network for local IP and that is working since I am able to ping the containers…
Diogo Jesus
  • 318
  • 4
  • 19
0
votes
1 answer

Ansible to Proxmox returning 500 error

I am trying to use Ansible to provision some VMs on my newly set up Proxmox VE. I have installed proxmoxer and request with PIP on both my local Mac and Proxmox VE (Python 2 on Proxmox and Python 3 locally). I use Ansible 2.4.3.0, Proxmox version:…
atwright147
  • 3,694
  • 4
  • 31
  • 57
0
votes
2 answers

Creating a snapshot for a proxmox VM is not possible either in the GUI or CLI

I'm trying to make a snapshot of one of my VMs via the GUI but the button to creat the snapshot is greyed out, so I wanted to try and do it using the CLI so I could see any helpful output and I got this: pct snapshot 106 "testing" Configuration…
VaTo
  • 2,936
  • 7
  • 38
  • 77
0
votes
1 answer

proxmox: port forwarding to VM?

I have a problem with port forwarding when I create VMs. When it comes to container it works. I'm using this configuration and it works fine. auto vmbr2 iface vmbr2 inet static address 192.168.0.254 netmask 255.255.255.0 bridge_ports…
Fares K Saleh
  • 37
  • 1
  • 8
0
votes
0 answers

receive null as response from get_nodes_list proxmox php api

im trying to use Proxmox's PHP Api to create new container but when i'm trying to send request to do so i receive this in error log of apache: ---------------------------------------------- FULL RESPONSE:\n\nHTTP/1.1 200 OK\r\nCache-Control:…
Sharminte
  • 3
  • 7
0
votes
1 answer

New google cloud instance with no ping no ssh after import from LCX container

I would like to migrate from my ProxMox server to Google Cloud Engine service. I tried to create an image from one LCX container then import on Google cloud. I did these steps: create a backup from LCX container (with entire filesystem) from the…
0
votes
1 answer

How can I make port routing for containers in proxmos?

I use proxmox and I need to make port routing for virtual machines and containers, I use: qm set 100 -args "--redir tcp:1000::1001"» Command for port routing on VM. It works well, but doesn't work for containers. The error when I use it for…
mr_blond
  • 1,586
  • 2
  • 20
  • 52
0
votes
1 answer

Why should I unmount USB flash drive when prepare a USB installation of Proxmox?

According to the official document of Proxmox: Make sure that the USB media is not mounted and does not contain any important data. When making a USB Proxmox installation we have to make sure USB media is not mounted on a specific step. But why…
shintaroid
  • 1,556
  • 3
  • 20
  • 34
0
votes
1 answer

Proxmox with OPNsense as pci-passthrough setup used as Firewall/Router/IPsec/PrivateLAN/MultipleExtIPs

This setup should be based on a proxmox, being behind a opnsense VM hosted on the Proxmox itself which will protect proxmox, offer a firewall, a privat LAN and DHCP/DNS to the VMs and offer a IPsec connection into the LAN to access all VMs/Proxmox…
Eugen Mayer
  • 8,942
  • 4
  • 33
  • 57
0
votes
1 answer

promox ufw ip routing

I try to setup a proxmox node with an external ip class map to an internal ip class : 62.xxx.yyy.zzz/24 <--> 192.168.yyy.zzz/24 each external ip match on internal ip, so each VM got her own external ip. the proxmox host got is own external ip…
0
votes
2 answers

Ansible cannot copy a file. Probably permissions

I want to copy a new certificate to Proxmox with Ansible. My setup .ssh/config is modified so ssh machine will log in with root. scp /Users/dir/key.pem /etc/pve/nodes/machine/pve-ssl.key works fine. Problem Ansible fails. I'm running this on an…
mist
  • 1,853
  • 2
  • 19
  • 33
0
votes
1 answer

How to configure proxmox 4 network interface without physical access to KVM

I am running proxmox 4 with around 10 KVM and 14LXC. I can configure ips and network from web GUI for LXC container. I want to configure the Network interface For KVM without accessing the VM. Is is possible to configure Network interface without…
Vikas
  • 121
  • 1
  • 11
0
votes
2 answers

Extend "local" storage on proxmox

There is Proxmox VE 3.0 with 2x1Tb HDD in mirror: I have 1 huge container (~430Gb), that is located in local. I need to: extend local with new 2x1Tb disks. or create new storage (with new disks) and migrate container to new storage How it can…
Yaroslav
  • 651
  • 2
  • 9
  • 17
0
votes
1 answer

Proxmox VM disk file is bigger than provisioned setting

I'm looking into one Proxmox server that is running out of space. It has some over provisioned storage. Everything looks to be fine except one VM disk. It is 10 GB disk according to configuration but the file itself on Proxmox is 15 GB big. I'm…