Thanks, that worked and the interface shows up in ProxMox. Can't remember why I didn't use this form when I first set it up.
While it is not recognized and uneditable in the GUI, at least ProxMox does not remove it when updating network configuration.
I have a bond interface configured with two network adapters. This is on all my nodes.
The bond interface carries two networks 10.1.1.x/24 and 10.1.2.x/24
auto bond0
iface bond0 inet static
address 10.1.1.2/24
bond-slaves enp1s0f0np0 enp1s0f1np1
bond-miimon 100...
The awk syntax doesn't appear to work properly in current Proxmox, it gives me just one particular vmid out of the entire list for some reason.
Adjusting it to match 0-9 appears to work properly
qm list 2>/dev/null | awk '/\[0-9]+/ {print "vm:", $1, "\n"}' >> /etc/pve/ha/resources.cfg
I encounter the same problem after a node crash, networking for VMs on the node are not working until migrated to another node.
However, I am unable to reinstall ifupdown2 when I tried. Did you not get the following error?
apt-get install --reinstall ifupdown2
Reading package lists... Done...
XML from QNAP Virtualization Station also from virsh dumpxml
Generates similar error with --dryrun
warning: unable to parse the VM name in this OVF manifest, generating a default value
{
"disks" : [],
"qm" : {
"cores" : "",
"memory" : ""
}
}
Without --dryrun. the error is...
XMl from standard KVM virsh dumpxml which produces the following errro with --dryrun
warning: unable to parse the VM name in this OVF manifest, generating a default value
{
"disks" : [],
"qm" : {
"cores" : "",
"memory" : ""
}
}
Without --dryrun
warning: unable to parse...
I am trying to migrate VMs from various existing platforms into Proxmox and they commonly allow exporting VMs either in OVF or OVA format. Unfortunately, there are various problems when trying to qm importovf because, depending on the platform, they have custom tags which seem to confuse the...
I have two 25G fibre interfaces on each server. I want to bond these in active-backup mode. They are connected to different physical switches. There are additional 10G interfaces for users to access VMs and ProxMox itself so these are not part of the usage for the 25G interfaces.
I plan to...
Thanks for this suggestion.
Unfortunately, it has the same problem ( need to untar, unable to parse VM name, invalid host resource /disk/vmdisk1) as mentioned in several old threads from as early as mid 2018.
Fortunately, some of the threads had a more complete procedure such as in this...
I am trying to do a proof of concept using Proxmox to gradually replace our existing virtualization infrastructure. The lack of an easy way to import OVA/OVF is a killer. It's quite surprising that such a feature had not been implemented after so many years.
It does not need to be all done from...
It is apparently not recommended to use the discard option in fstab but better to do periodic trimming using fstrim and cron.
https://wiki.archlinux.org/title/Solid_state_drive#Periodic_TRIM
There was apparently also an Intel recommendation not to use the fstab discard option as it could lead...
I have two Proxmox host, Host A running 5.0 and Host B running 6.2, both on the same physical network and same logical subnet. They are not in the same cluster currently. The plan is to migrate user data from Host A VM to Host B, then reinstall Host A with 6.2 to make a 2 node cluster.
I've...
Using Proxmox 6.2.4
For added security, I'm trying to add a firewall rule to DROP all connections to port 22 from external networks.
I already have SSH working on an alternative port.
Under "Datacenter" -> my_node1 -> Firewall, adding a rule IN DROP SSH (macro name) or IN DROP tcp 22 has no...
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.