Search results

  1. C

    SDN + netns: namespaces, bridging and VLANS

    The main problem I'm having when I use SDN Zones/VNets is that they don't seem to be set up within the VRF contexts. SDN Zones vlan: zvrftest bridge vmbr7 ipam pve vlan: zvrfdesk bridge vmbr1 ipam pve SDN VNets. i have tried both vlanaware and not. vnet...
  2. C

    SDN + netns: namespaces, bridging and VLANS

    I have a Proxmox server with two network interfaces. I ordered a PCIe card and now I have four. I'm only using two though: one for a `10.10.0.0/16` network and one for a `10.20.0.0/16` network. (i'm changing the addressing a bit to provide more room). In order to get the route summarization to...
  3. C

    SDN + netns: namespaces, bridging and VLANS

    I had not heard of VRFs, so thank you! So far I've got one VRF up and one guest VM using it. From the guest, I verified that traffic is being routed through the VRF by default with: `traceroute -i dns.my.local` Here is my current config: iface enp1s0 inet manual iface enp2s0 inet manual...
  4. C

    SDN + netns: namespaces, bridging and VLANS

    Mainly, it would be fantastic if someone could give me a "here be dragons" on using Proxmox SDN with policy-based routing (i.e. multiple gateways with iproute2 tables + `ip rule`). I would like some more advanced networking (e.g. multiple NICs: i have will have 4 very soon). In configuring...