Recent content by FallCWB

  1. F

    [SOLVED] Direct Connect Two VMs in Proxmox

    Hello eveyone, I found a solution that solved my problems, I used VXLAN on the VMs with OvS and it solved the issues. Thank you Stoiko.
  2. F

    [SOLVED] Direct Connect Two VMs in Proxmox

    Thank you Stoiko, I tried it and it works but for what I'm doing it didn't work. My main problem is that the NICs should not pass trough an bridge. Any ideas?
  3. F

    [SOLVED] Direct Connect Two VMs in Proxmox

    Update: The word I was looking for was: point-to-point connection. Is it possible to create a point-to-point connect between two VMs?
  4. F

    [SOLVED] Direct Connect Two VMs in Proxmox

    Hello everyone, I'm creating a small network to train SDN and on it I'm making one of my VM into a switch, the problem that I'm having is that I'm not able to connect two NIC. What I have done is to create a separated bridge (vmbr 1) and putted each card in a different vlan tag. This worked, I...