Search results

  1. J

    VLAN Tagging Issues ONLY when gateway is set on Linux Bridge

    Networking details inside a working VLAN tagged VM on the same hypervisor: jon@zonemindergpu:~$ ip -details a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 numtxqueues 1...
  2. J

    VLAN Tagging Issues ONLY when gateway is set on Linux Bridge

    Networking details from the hypervisor when gateway is NOT set and VMs are successfully being tagged and have network access root@TracheNodeB:~# ip -details a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd...
  3. J

    VLAN Tagging Issues ONLY when gateway is set on Linux Bridge

    PVE 7.2-3 Per my title, my VLAN tagged VM's can only pull a DHCP address from the router when the gateway the bridge isn't set. Since this is a shared bridge, the hypervisor can't reach the internet for updates etc. Any help to fix this is greatly appreciated! My home network is running a...
  4. J

    VMs can only access VLAN when gateway isn't set on Linux Bridge

    PVE 7.1-12 Per my title, my VLAN tagged VM's can only pull a DHCP address from the router when the gateway the bridge isn't set. Since this is a shared bridge, the hypervisor can't reach the internet for updates etc. Any help to fix this is greatly appreciated! My home network is running a...
  5. J

    Ubuntu 18 VM Locks up and maxes out CPU on hypervisor - Kernal and FS Errors in logs

    After re-reading this segment of the error traceback: "2022-02-12T15:08:23.000Z","zonemindergpu","[88804.699157] shrink_slab+0x29/0x30" "2022-02-12T15:08:23.000Z","zonemindergpu","[88804.699157] super_cache_scan+0x104/0x1b0" "2022-02-12T15:08:23.000Z","zonemindergpu","[88804.699157]...
  6. J

    Ubuntu 18 VM Locks up and maxes out CPU on hypervisor - Kernal and FS Errors in logs

    I have had an Ubuntu 18 VM exclusively running ZoneMinder for a couple of months now. It has recently started locking up and causing the hypervisor CPU to max out. I have attached a picture from my Grafana dashboard showing, "TracheNode B Core Temps" is the temperature of the hypervisor. You'll...
  7. J

    VLAN Tagging doesn't work the same after PVE 6.x -> 7.x upgrade. pfsense VM + OVS errors in logs despite only using linux bridges.

    I also tried another network configuration per the Open vSwitch documentation. 1) I created an OVS bridge with no gateway or IP address, 2) Tag physical interface VLAN 1 and use option "vlan_mode=native-untagged" 3) Create IntPort to the Proxmox GUI with IP and Gateway, tag it VLAN 1 4) Create...
  8. J

    VLAN Tagging doesn't work the same after PVE 6.x -> 7.x upgrade. pfsense VM + OVS errors in logs despite only using linux bridges.

    The plot thickens! I have restored VLAN-tagged routing on one host, the host that is running pfsense. I did this by setting the gateway on the bridge to blank. Since pfsense makes a different gateway for each VLAN, this made sense to me. This is the network config on the PVE node that is both...
  9. J

    [SOLVED] Throughput issues across VLANs with OVS and virtualized pfSense, is my network configuration the problem?

    It was the Broadcom NIC! I put in a dual-port Intel NIC and throughput is closer to ~900mbps across vlans.
  10. J

    [SOLVED] Is is possible to specify the NIC used for storage replication?

    I'm struggling with the syntax :( would you mind taking a look? This is what the man says: FILE FORMAT The file uses a simple colon separated key/value format. Each line has the following format: OPTION: value Blank lines in the file are ignored, and lines starting...
  11. J

    VLAN Tagging doesn't work the same after PVE 6.x -> 7.x upgrade. pfsense VM + OVS errors in logs despite only using linux bridges.

    X-Post: https://www.reddit.com/r/Proxmox/comments/sf80gb/vlan_tagging_doesnt_work_the_same_after_pve_6x_7x/
  12. J

    VLAN Tagging doesn't work the same after PVE 6.x -> 7.x upgrade. pfsense VM + OVS errors in logs despite only using linux bridges.

    PVE 7.1-10 I had been successfully running a pfsense VM with VLAN tagging through the GUI/OVS for ~2 years prior to upgrading to PVE 7.x. Now, none of my tagged VM's can reach their gateways. VLAN routing is still working correctly in the rest of my network stack, it's only the VLAN Tagged VMs...
  13. J

    [SOLVED] Is is possible to specify the NIC used for storage replication?

    I have a 3 node cluster running PVE 7.1-10. I am successfully replicating a pfsense VM between two nodes in my cluster, but it's going over my LAN NIC instead of my dedicated cluster network. Is there a way I can specify the NIC for replication? Even better, can I specify a primary and...
  14. J

    [SOLVED] Join Cluster Failed: "* this host already contains virtual guests"

    Thanks, I backed up to a temp NFS share and restored from that, worked great.
  15. J

    Can't get VLAN tagged traffic across Linux Bridge

    I have recently installed a brand new intel NIC and will keep trying at this. This is still otherwise a naive configuration that cannot seem to traffic VLAN tagged packets.
  16. J

    [SOLVED] Join Cluster Failed: "* this host already contains virtual guests"

    I'm trying to join a new PVE node to an existing cluster. All the machines are on PVE 7.1-8. When I attempted to join the existing cluster from the GUI's "Assisted join", I get the following error. () detected the following error(s): * this host already contains virtual guests TASK ERROR...
  17. J

    Can't get VLAN tagged traffic across Linux Bridge

    I have both scenarios. These is a switch between them as well that is still successfully trafficking other tagged traffic. To simplify, the most recent post reflects the host that has BOTH the pfsense + VM together. If I get that working, I'm sure I can get it across my external switches.
  18. J

    Can't get VLAN tagged traffic across Linux Bridge

    Here is the network config for the proxmox host that also has the pfsense VM. I can't get tagged traffic within this host to get to the pfsense gateways anymore? All these configs were working perfectly fine for years :( https://pastebin.com/CBBz9gw5
  19. J

    Can't get VLAN tagged traffic across Linux Bridge

    I tagged two VMs to VLAN 3, and then assigned static ip's in the /24 subnet. I was able to get them to ping each other! So it seems that my VLAN traffic isn't getting to my pfsense VM anymore. I can't ping the gateway for VLAN 3, but can do intra-vlan 3 trafficking. I also removed the...