You are absolutely right, and I appreciate the correction. I realize I may have used the wrong terminology in my previous post.
My initial concern about the "weak link" and SSH privacy was actually based on the scenario of adding a third full...
Native context has been merged into the QEMU main branch!
Can see it here. Though looks to be targeting QEMU11.0... So probably not gonna be in proxmox officially until ~Sept unless they backport it.
The Quorum Device cannot access the cluster via ssh.
The cluster can access the Quorum Device - until you remove the rights granted during installation...
Your example of traffic is what I was planning to do as a backup if this definitely doesn't work, which it sounds like it won't. Not a big deal, but I do have the option of making the switch port native 30, then tagging the other VLANs. It will...
I don't want to assign each VLAN to it's own interface because the NSv only allows for 8, I want to utilize the virtual interfaces under X0. I use some of the other interfaces for testing other firewalls and devices and for high availability...
Yes. Disabling my onboard NICs solves it. This was tricky because the error message,
suggested that my HBA hardware was the issue here. I almost bought a new one before I found this thread!
Even blacklisting the onboard NIC's tg3 driver does...
I don't want to assign each VLAN to it's own interface because the NSv only allows for 8, I want to utilize the virtual interfaces under X0. I use some of the other interfaces for testing other firewalls and devices and for high availability...
Your example of traffic is what I was planning to do as a backup if this definitely doesn't work, which it sounds like it won't. Not a big deal, but I do have the option of making the switch port native 30, then tagging the other VLANs. It will...
Right, that makes sense if SonicWall cannot assign a VLAN ID to the parent interface. In that case X0 would likely always represent the untagged network.
Typically this might be handled by setting the native VLAN on the switch port that connects...
Here is a follow-up on my initial post. I was running out of ideas, so I've decided to let Claude code SSH connect to my production host (because why not?). Figured it might be able to shed some new light on the issue.
Turns out it really did...
The SonicWall will treat the interface as a trunk without issue by setting up different VLANs as virtual interfaces with X0 being the parent. I have it setup on an ESXi server, though I don't have the native VLAN 30 but the default VLAN 1, and it...
The following step was unexpectedly successful,
I had expected to wait a day for 3 TB to be backed up, but to my surprise the backup was already finished. It had actually only processed data for the size of the file system, not for the size of...
Yes, Proxmox can assign VLAN tag 30 to a VM NIC, but that is usually the equivalent of putting that virtual NIC into VLAN 30, not making it a trunk with native VLAN 30 plus additional tagged VLANs.
If you want the SonicWall interface to carry...
I'm curious why would it be preferred over Open switch+DPDK.
In my case, I use mostly EVPN/VXLAN that requires host terminated tunnels, but there's always the need for network functions that just go with VLAN bridging to the physical network...
Older post, and it's technically been answered, but I wanted to provide the steps in writing for anyone else in the future.
leesteken is 100% correct, the ISOs are usually found in the /var/lib/vz/template/iso/ directory.
Steps to rename an...
Hello all,
I'm somewhat new to Proxmox, been using it for a couple months with just a few VMs for testing, but now I'm going through the process of moving all of my ESXi VMs to Proxmox to get away from ESXi.
I'm wanting to make sure I'm...
If the USB device already appears in the Proxmox UI when you click Add → USB Device, then the host side is likely detecting it correctly.
One thing you might want to check is the USB controller type used by the VM.
In Proxmox (which uses QEMU...