Search results

  1. J

    [SOLVED] Weird bridge network issue

    I did change to ovs bridge (and some kubernetes fixing) and now is working! Thanks!
  2. J

    [SOLVED] Weird bridge network issue

    Yes, all VM's have different mac addresses. It seems it happens with VirtIO network guest drivers on the same Proxmox node. From outside (desktop and the other node) communication seems fine and with e1000 or Realtiek RTL8139 drivers is fine from anywhere (also the same node). Edit: I also...
  3. J

    [SOLVED] Weird bridge network issue

    Ok, so I did some progress. If I change VirtIo interface to intel e1000 or Realtek RTL8139 and then everything works. The problem is that I need the speed of VirtIO drivers for intra node communication. If I switch back to VirtIO, the problem persist on the same VM's.
  4. J

    [SOLVED] Weird bridge network issue

    Hi, I have a problem I've been trying to solve, but I'm totally stuck. Simplified, I have the next situation: Two proxmox servers in a cluster, one with two vm and one with one vm, and my main desktop pc on the same network. VM Networking devices is bridged (default configuration for the nodes...