]> git.proxmox.com Git - pve-docs.git/blame - pve-faq.adoc
import firewall docs
[pve-docs.git] / pve-faq.adoc
CommitLineData
fb810903
DM
1Frequently Asked Questions
2--------------------------
3
4NOTE: New FAQs are appended to the bottom of this section.
5
6/////////////////////////////////////////////////////////////////
7ADD NEW FAQS TO THE BOTTOM OF THIS SECTION TO MAINTAIN NUMBERING
8/////////////////////////////////////////////////////////////////
9
10[qanda]
11
12What distribution is Proxmox VE based on?::
13
14Proxmox VE is based on http://www.debian.org[Debian GNU/Linux]
15
16Will Proxmox VE run on a 32bit processor?::
17
18Proxmox VE works only on 64-bit CPU´s (AMD or Intel). There is no plan
19for 32-bit for the platform.
20+
21NOTE: VMs and Containers can be bothe 32-bit and/or 64-bit.
22
23Does my CPU support virtualization?::
24
25To check if your CPU is virtualization compatible, check for the "vmx"
26or "svm" tag in this command output:
27+
28----
29egrep '(vmx|svm)' /proc/cpuinfo
30----
31
32Supported Intel CPUs::
33
3464-bit processors with
35http://en.wikipedia.org/wiki/Virtualization_Technology#Intel_virtualization_.28VT-x.29[Intel
36Virtualization Technology (Intel VT-x)] support. (http://ark.intel.com/search/advanced/?s=t&VTX=true&InstructionSet=64-bit[List of processors with Intel VT and 64-bit])
37
38Supported AMD CPUs::
39
4064-bit processors with
41http://en.wikipedia.org/wiki/Virtualization_Technology#AMD_virtualization_.28AMD-V.29[AMD
42Virtualization Technology (AMD-V)] support.
43
44What is a container, CT, VE, Virtual Private Server, VPS?::
45
46Operating-system-level virtualization is a server-virtualization
47method where the kernel of an operating system allows for multiple
48isolated user-space instances, instead of just one. We call such
49instances containers.
50
51What is a KVM guest (KVM VM)?::
52
53A KVM guest or KVM VM is a guest system running virtualized under
54Proxmox VE with KVM.
55
56