Search results

  1. weehooey-bh

    SDN with multiple VLAN trunks

    @intelliimpulse@intelliimp You are not the first. :) https://forum.proxmox.com/threads/sdn-vnet-trunking-tagging.146199/ https://bugzilla.proxmox.com/show_bug.cgi?id=5443 https://bugzilla.proxmox.com/show_bug.cgi?id=6272 I recommend you comment on the bug (aka feature request) that matches...
  2. weehooey-bh

    SDN with multiple VLAN trunks

    @wolfspyre We always used Open vSwitch (OVS) and encouraged our clients to do the same. It was easier to do some things. However, since PVE SDN was released, we have discouraged using OVS and strongly recommend SDN. Configuring OVS is done on a per-host basis where SDN is cluster-wide, which...
  3. weehooey-bh

    Suggestions

    You are welcome. :-) Use the Add button with the same plugin.
  4. weehooey-bh

    SDN with multiple VLAN trunks

    You do not need OVS for PVE SDN. You are describing SDN Simple Zones. Each Vnet is an isolated network that only connects VMs. You would use either SDN VLAN Zones or SDN EVPN/VXLAN Zones. If you use the VLAN Zone, you must ensure the switches are configured for the VLANS. If you use...
  5. weehooey-bh

    SDN with multiple VLAN trunks

    You could replace this code: # dummy nic for node-scoped intra-node-comms for VMs auto foonic iface foonic inet manual ovs_type OVSIntPort ovs_bridge vmbr2 ovs_mtu 9198 pre-up ip link set foonic txqueuelen 13888 auto vmbr2 iface vmbr2 inet manual ovs_type OVSBridge...
  6. weehooey-bh

    Offload copies for long term storage

    If your Synology is local to your DR PBS, you could present it to the PBS with either iSCSI or NFS. Once mounted on the DR PBS, you could put a PBS Datastore on it. Then, you would use a Sync Job to move the backups from the primary PBS Datastore to the Synology-based Datastore. IMPORTANT: The...
  7. weehooey-bh

    Suggestions

    Remove the fingerprint in PVE. You do not need the fingerprint if you have Let's Encrypt TLS certificates and connect using a hostname covered by that TLS certificate. There is a fingerprint because the starting TLS certificate is self-signed and, therefore, not trusted. The fingerprint is...
  8. weehooey-bh

    SDN with multiple VLAN trunks

    Yes. If you have two physical interfaces (e.g., eno1 and eno2), you can bond them (e.g., bond1) and use LACP. Then, you would assign the bond to a bridge (e.g. vmbr3) that was VLAN-aware. The VMs that needed multiple VLANs would use vmbr3 as their VM's bridge. For VMs that only need a...
  9. weehooey-bh

    SDN with multiple VLAN trunks

    Ah. That makes sense. That functionality is not currently available in the SDN. We have implemented that by using a VLAN-aware bridge. However, that same bridge would need to exist on each PVE host in the cluster. The downside of this approach is that guests can tag the traffic however they...
  10. weehooey-bh

    SDN with multiple VLAN trunks

    @intelliimpulse@intelliimp you would create a vnet for each of the VLAN tags. Each vnet would then show up a bridge. If one VM needed access to three vnets, you would create three NICs on the VM.
  11. weehooey-bh

    [SOLVED] Help Identifying network ports

    Hi @greptrig There are two commands that should get you what you need: ip Command If you run ip a from the command line, it will match your interface names to their MAC Addresses. lshw Command The lshw the command will need to be installed, but it will give you much more information about...
  12. weehooey-bh

    DELL T160 server configuration advice

    The best place to look is in the documentation for the controller. If this is your controller: Technical specifications of BOSS-N1 Monolithic, BOSS-N1 Modular ET, and BOSS-N1 Modular controllers Then, it only supports RAID when two drives are used. ZFS should not be used with RAID controllers...
  13. weehooey-bh

    SDN VXLAN over IPv6

    From the bug report:
  14. weehooey-bh

    SDN VXLAN over IPv6

    Proxmox dev replied on Bug 5398 - SDN VXLAN unable to use IPv6 Peers: I checked one of our lab PVE hosts. It is running PVE 8.3.3 (no-sub) and has ifupdown2: 3.2.0-1+pmx11
  15. weehooey-bh

    SDN VXLAN over IPv6

    We submitted a bug report last year: Bug 5398 - SDN VXLAN unable to use IPv6 Peers I have asked how to see the patches and linked @apalrd 's patches.
  16. weehooey-bh

    corosync0 broken on Mellanox Connect-X5?

    Thanks for posting this. Please post the other two /etc/network/interfaces files (using the code formatting). I assume you changed the IP addresses for posting here, and you do not work for the Department of Defense in the US. 30.0.0.0/8 is owned by DoD Network Information Center (DNIC). You...
  17. weehooey-bh

    2FA authentication

    Using 2FA in the web GUI is not conditional or location-aware. It is either on or off for each user. You might want to create a feature request: https://bugzilla.proxmox.com/
  18. weehooey-bh

    Issue with 10/25Gb 2-port SFP28 BCM57414 OCP3 Adapter

    @systems.bbnl We have experience with the Dell BCM57404. Those cards must run both ports, either 10G or 25G and cannot run 10G on one port and 25G on the other. You might want to check your card to see if different speeds are supported.
  19. weehooey-bh

    corosync0 broken on Mellanox Connect-X5?

    Please post your /etc/network/interfaces files for all three nodes. You have not provided enough information for someone to help you.
  20. weehooey-bh

    Ceph x daemons have recently crashed

    interesting. It does not mention the WAL or DB but it would make sense. Are you running Bluestore? What version is your Ceph?