Hi vikozo.
You can take a look here:
https://pve.proxmox.com/wiki/Network_Model#Masquerading_.28NAT.29
And here for the Firewall part:
https://pve.proxmox.com/wiki/Proxmox_VE_Firewall
As you know by far, you can create roles (which are lists of privileges), but the privileges themselves are hard coded.
We are reconsidering to change the needed boot order permission privileges, which means the possible changes will be released as a new package update.
Hi pdanjou,
to edit the boot order configuration you need the VM.Config.Disk privilege set. But you must be aware, that in this case you give the user the add/modify/delete disk permissions.
You can find the wiki covering the privileges here:
https://pve.proxmox.com/wiki/User_Management
Hi Darkie,
Your system is out of date. Please use the following tutorial to upgrade it.
https://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_3.x_to_latest_3.4
Hi pdanjou,
You can check the KVM options by using:
qm options {vmid}
Or set them using:
qm set {vmid} [options]
The CLI generates a really useful man page using the folllowing command where at the end you can find useful examples:
man qm
Hello Darkie.
Do you have any other OpenVZ containers that work without problems?
Can you please post the output of the following command:
pveversion -v
Hello TBENET,
which backup mode (Snapshot, Suspend, Stop) do you use? Can you post the way you start the backup? Possibly the command if you use one.
It would be also very helpful to check the backup log and/or the system log, so please copy them here.
Hi vkhera,
Try updating the crontab jobs. In the crontab entry the command should then use a comma (,) to divide the VMs like this:
vzdump 103,104 --mailto XXXX --storage filer --mailnotification failure --quiet 1 --mode snapshot
Hi Darkhunter,
if you want to simulate a locked vm for backup, you can use the following command to change the config of the test vm:
qm set {vmid} -lock backup
OK, now please post the output of the following command, so I can see which options are you using:
cat /var/log/syslog | grep "starting new backup job"
and possibly the whole system log part regarding the failed (and the successful) backup.
Hi YBEY.
You can easily configure your firewall rules:
- Enable the firewall on the Datacenter and the Host level by using both firewall tabs, setting the Enable Firewall option to "Yes".
- Set the needed rules, by selecting the bottom Rules tab and then Add (Rule). Here you can set the...
Hi Unseen.
By properly set I just ment "make sure that the usb key was created in the proper way".
As tom already mentioned, you can boot in Debug mode and then:
- list the recognized devices with
fdisk -l
- check to which device your usb is mapped to (e.g. /dev/sdc1)
- manually mount the...
Hi Unseen.
Make sure the USB stick (with the ISO image) is properly set and bootable by following this instructions:
https://pve.proxmox.com/wiki/Install_from_USB_Stick
If you don't succeed, please post the result of the next command when you reach the startup state shown in the image:
#...
Hi danitfk,
you can find first step reliable information on our wiki pages:
https://pve.proxmox.com/wiki/High_Availability_Cluster
For PVE version 4.0 and later:
http://pve.proxmox.com/wiki/High_Availability_Cluster_4.x
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.