Quote from: Maurice on November 14, 2025, 11:59:40 PMWorkaround: Add an outbound NAT rule to the WAN(!) interface:
- Destination address: The alias you created.
- Translation target: wg0 address
I can confirm that the workaround works. Thank you, @Maurice
I have actually had the rules created already but could not get it to work because I made a mistake in the outbound NAT rule -> it was on wg0 interface and not on WAN. Thank you once again for pointing it out.
So, solution to divert traffic from the firewall itself that works is:
- Alias that points to the desired IPs (IpRange_Alias)
- Wg0 interface on Wireguard with WG0_Gateway defined
- Floating rule: Direction=OUT, Source=This Firewall, Destination= IpRange_Alias, Gateway=WG0_Gateway
- Outbound NAT rule: Interface=WAN, Source=This Firewall, Destination=IpRange_Alias, Translation target= Wg0_Address
"