Recent content by spirit

  1. S

    BUG VXLAN and MTU

    can you send the result of "ip addr", just to be sure that the mtu is correctly applied on the bridge itself ? also, does it work if you stop/start the vm ? I don't think we change the tap mtu itself currently , but the mtu should be lower inside the vm guest. (it's working with virtio-net...
  2. S

    SDN : Mismatch AFI with BGP controller IPv6 session?

    We have found a bug with loopback with the patch I have submitted, I need to fix it first before applying it.
  3. S

    Migration from VMware - vSAN or Ceph?

    Note that currently, you don't have thin provisioning && snapshot with SAN. (I'm still working to add snapshot for SAN). Ceph have a learning curve, but from my experience, if the setup is done correctly and hardware is ok, the only need to replace dead drives. But if you really need to...
  4. S

    Proxmox high-availability configuration with usb to RJ45 adapter

    I mean create a logical bond to do link aggregration just read the proxmox doc https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysadmin_network_bond https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_bond
  5. S

    Proxmox high-availability configuration with usb to RJ45 adapter

    you need to create an active-backup network bond with your 2 NICs.
  6. S

    SDN / EVPN - can we use VRF's to keep EVPN/BGP away from Hypervisor Mangement Routing?

    Only exit-nodes are importing the zone vrf inside the default vrf. (to route traffic between the evpn network && the "real" network) if you don't want this, you need an external exit node. (on a vm or directly on a physical router, peering in evpn with your hypervisor nodes, and announcing...
  7. S

    Best way to mirror NVMe drives for Windows VM with MSSQL database

    AFAIK, they are no way to mirror nvme at hardware level, because they are no nvme controller(or "raid controller" like for sata/sas). each nvme drive is like a pci device. So you need to do passthrough 2disks and do softraid inside windows. (Personnaly, I trust more zfs than windows to...
  8. S

    Configuring Multiple Public IPs for VMs on Single NIC Proxmox Server

    Well if Contabo allow bridged networking, just put your vms in vmbr0, and assign ip inside your vm. (with contabo provided gw ip). bridged vs routed networking, is something that need to be configured at Contabo side. (they are plenty exemples with hetzner on the proxmox forum)
  9. S

    Configuring Multiple Public IPs for VMs on Single NIC Proxmox Server

    you can't put eth0 in 2 bridges. do you have tried to put the second ip addres on vmbr0 directly ? auto vmbr0 iface vmbr0 inet static address 203.0.113.10/24 address 198.51.100.1/24 gateway 203.0.113.1 bridge-ports eth0 bridge-stp off bridge-fd...
  10. S

    Proxmox on SD card

    don't do that on a cluster, or you could have /etc/pve totally broken in case of powerloss.
  11. S

    [SOLVED] Cannot create or manage any SDN

    apt-get dist-upgrade (or full-upgrade), is the way to update a proxmox host. (It's in documentation, it's the command used by the GUI) NEVER NEVER NEVER use apt upgrade ! (apt upgrade only upgrade installed packages, but if you have newer dependencies, they are not installed and your system...
  12. S

    VNets SDN VLAN IP configuration

    if you need an ip in a specific vnet on a specific node, you can add in /etc/network/interfaces iface <vnet> address X.X.X.X/Y I'll merge merged with the sdn generated config.
  13. S

    want to add network card, want to avoid name change

    better to do it in /etc/network/interfaces auto vmbr0 iface vmbr0 inet static ... hwaddress d8:43:ae:45:ad:7e
  14. S

    LVM-Thin can be used in multiple-node clusters?

    Personnally, if you have a netapp storage, simply use nfs through tcp. Their nfs implementation is pretty good.
  15. S

    best settings for better LLM performance?

    ostype: l26 --> hv_vpindex is enabled on windows only. (hv-* are hyperv features)