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

unable to access external IP from LAN

I have a server within OVH network. Proxmox 4.3 was installed there as a supervisor and it's hosting 2 LXC containters. Both are running in 192.168.11.0/24 network setup on vmbr2 network for which I have also setup NAT like that: auto vmbr2 iface…
zerocool
  • 733
  • 1
  • 7
  • 19
0
votes
0 answers

How do I migrate Proxmox 3.x openVZ containers to Proxmox 4.x LXC?

I have just upgraded one of the Proxmox machines in a cluster from 3.4 to 4.2 following these instructions. Normal VMs have migrated correctly. We had to change hard drives from virtio to ide so that the machines would detect them but other than…
Calabacin
  • 725
  • 2
  • 8
  • 19
0
votes
1 answer

Proxmox : Create VZ container from VM or container

I'm running Proxmox v4.2-2. On it i've create some container based on Ubuntu 16.04 template. Now, I need to customize the template. Add apt packages, customize some files, etc. How could I acheive this with ProxMox. There's some doc but always…
efficks
  • 139
  • 13
0
votes
1 answer

OpenVZ Premade Templates with Console Enabled

So, I am setting up a new VPS host using OpenVZ. I am currently using hostbill as a billing system. Every-time I go to view the console of the VM it has created, it shows just a black input, allows be to type, but does not echo to the server or from…
0
votes
0 answers

Can't ping VM after live migrate proxmox 4.2

I set up DRBD between 2 computers in a cluster. In the Proxmox GUI online, I migrated the VM to the other node while running a continuous ping on the VM. I was getting 1ms replies, but when the migration completed my pings timed out. I tried…
Michael
  • 3,093
  • 7
  • 39
  • 83
0
votes
1 answer

XWiki on proxmox

I need to install XWiki on a server having Proxmox & I have no idea what container or VM do I use & how to make it possible for the team to work on the XWiki. & Also I will have to make sure that the host of the XWiki is gonna have puppet agent for…
0
votes
1 answer

Proxmox external VM / CT access

I've just begun the setup of proxmox for our none profit educational VPS service. However, the problem we're facing is a lack of IPv4 addresses available to us. Is it possible to route a sub-domain to the host servers IP address and then get that…
Josh
  • 111
  • 2
  • 11
0
votes
1 answer

Proxmox options for Hard disk and CPU tab

While creating a KVM Virtual Machine in proxmox from the GUI, for the hard disk and CPU tab there are a couple of options that are confusing. For example, this is the hard disk tab, In that tab, what does "No backup", "Discard" and "Iothread"…
Jay
  • 1,083
  • 1
  • 10
  • 19
0
votes
1 answer

Reverse proxy & iptables

I've a kimsufi server and i've installed proxmox. I've created 2 containers : 1 reverse proxy (Apache2) 1 webserver (to create a wiki with apache2) I want redirect all webtrafic (port 80) from host to reverse proxy because I want many containers…
0
votes
1 answer

proxmox KVM routed network with multiple public IPs

I have a dedicated hosting with hetzner. Additionally i have bought a 6IP subnet. My main IP is: 88.198.60.125 My main subnet is: 255.255.255.224 My additional IPs are 46.4.214.81 to 46.4.214.86 the internet access work on windows servers . but…
Bahaa Odeh
  • 583
  • 1
  • 7
  • 16
0
votes
1 answer

Proxmox, How to connect to remote VM

I have Proxmox Installed with a static IP, I created a windows Virtual Machine, however when i type the Static IP offered by the hosting provider, I can't Connect to the Virtual Machine. do i need to open a port? what are the directives?
afidegnum
  • 161
  • 4
  • 21
0
votes
1 answer

Configuring Two Network Interfaces for Proxmox

I installed Proxmox on server which has two network interfaces. During installation Proxmox ask me to input IP & etc ... but only for one interface network and when I get to /etc/network/interfaces I could not assign second interface. Can any one…
Tux88
  • 19
  • 1
  • 9
0
votes
1 answer

proxmox Error: Authentication Failed

I did set up Debian with the latest version of proxmox VE. When i create a new Virtual Machine and i try to connect through console i get this error: Error: Authentication Failed After a research on the web i read that it has to do with the…
Dimitris Sapikas
  • 622
  • 1
  • 6
  • 22
0
votes
2 answers

Parse a JS script using PHP and REGEX to get a JS variable value

I need to open a JS file from PHP, to find a json var in this file, and convert it to a php array. Right now I can't figure out which regex to use. // get the js file $file = file_get_contents ("http://pve.proxmox.com/pve2-api-doc/apidoc.js"); //…
Asterix34
  • 3
  • 1
  • 4
0
votes
1 answer

Proxmox virtual disk size change

i have problem with disk resize. I try to change size in Proxmox, but show size in virtual machine not showing. But if I try qemu-img info vm-100-disk-1.qcow2 i have this result: image: vm-100-disk-1.qcow2 file format: qcow2 virtual-size: 491G…