Recent content by udrop

  1. U

    Proxmox as a bridge

    Here is a diagram of what I want to get
  2. U

    Proxmox as a bridge

    pve interfaces: auto lo iface lo inet loopback auto enp0s3 iface enp0s3 inet manual ovs_type OVSPort ovs_bridge vmbr0 auto vmbr1 iface vmbr1 inet manual ovs_type OVSBridge auto vmbr0 iface vmbr0 inet manual ovs_type OVSBridge ovs_ports enp0s3...
  3. U

    Proxmox as a bridge

    There is a clean installed proxmox system. There is an OVS installed. There is one interface per enp0s3 input and one external ip (192.168.1.5/24) and gateway (192.168.1.1). There are two OVS bridges vmbr0 and vmbr1, with VMs connected to vmbr1. There is a debian container that is intended to be...