- what your ISP router thinks of as the LAN
- what OPNsense thinks of as the LAN
- what the OpenVPN server brings up as a tunnel
All three routers need to know where all three subnets live or they'll just drop the packets.
Yes they can reach all subnets. On the ISP router I configured and tested the appropriate routes so I can reach all devices from the ISP routers LAN.
Your Debian server returns 1 on this command, doesn't it?sudo cat /proc/sys/net/ipv4/ip_forward
OPNsense has an outbound NAT configured so all packets gouing outside are addressed by the OPNsenses WAN IP.
I have forwarded a bunch of ports including 1194 to my OPNsense and then forwarded 1194 to my openvpn server from there.