I have confirmation that static routing unfortunately is not supported, which might explain the issues since that is what I was trying. Is there any solution in this situation in which I can realise a highly available setup perchance?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Patrick M. Hausen on September 02, 2024, 12:51:49 PM
Assign the first address of that subnet to an interface of OPNsense, e.g. OPT1. Connect VMs to that interface, give VMs the remaining IP addresses with the OPNsense address as the default gateway. Disable NAT.
While RFC 1918 did introduce a concept of "public" and "private" IP addresses, nowhere does it say, that public ones must be placed on a "WAN" interface. And proxy ARP is evil.
Just configure your interfaces and let routing do its magic.
┌────────────┐ ┌─────────────┐ ┌────────────┐
│ VM ├────────►│ Router ├──────────►│ Internet │
│ 1.2.3.4 │ │ 10.234.0.1 │ │ 8.8.8.8 │
│ │ x───┼ ◄───────────┤ │
└────────────┘ └─────────────┘ └────────────┘