Recent content by nikolaii

  1. N

    Basic networking question

    Hello, maybe this is a typo, but on your diagram the cable is connected to eno1, and your bridge says eno2 ?
  2. N

    [SOLVED] Multiple OVS bridges on multiple ethernet interfaces

    Well well well ... Oddly enough, I had to reboot my firewall (a dedicated pfsense appliance) to get the secondary bridge to work. I suspect some ARP issue maybe? Who knows ...
  3. N

    [SOLVED] Multiple OVS bridges on multiple ethernet interfaces

    Hello, I tried another approach, by using "regular" Linux bridges. That didn't change anything. Is there anything in particular to setup when using a secondary bridge attached to another Ethernet interface? Nicolas
  4. N

    [SOLVED] Multiple OVS bridges on multiple ethernet interfaces

    Hello, I have a single server with 4 NICs (but using only two here). I' d like to setup two OVS bridges, with a single Ethernet NIC each. No VLANs involved. So for example: vmbr0 on top of eno1: used to access the local LAN. vmbr1 on top of eno3: directly connected to my firewall DMZ...