I recently replaced a pfSense router with one running OPNsense, and I have an IPsec tunnel to another network (whose router still runs pfSense, though I doubt that matters here). The tunnel is working: from computers on my LAN, I can ping IPs on the remote LAN using their private addresses.However, I can't ping the other network from the router itself. Only from other computers on my network that communicate through the router.I encountered the same problem back when I was running pfSense, and resolved it using the workaround documented here: https://docs.netgate.com/pfsense/en/latest/vpn/ipsec/access-firewall-over-ipsec.html — in short, create an unmonitored gateway on the LAN interface using the router's LAN IP, and add a static route to the remote network through that gateway.I've set up the same thing in OPNsense, though, but it doesn't seem to work: pings to the other network from the router still don't get any replies. Looking in the firewall log's live view, the ping attempt shows up with the router's WAN IP as the source and the remote LAN IP as the destination, which is the default behavior that the static route is supposed to change. (The firewall log shows the traffic as having been passed, which isn't surprising since this is a routing problem, not a firewall problem.)Has anyone else done this sort of thing? Is there a configuration step that I'm missing, maybe something that wasn't needed in pfSense? I'm new to OPNsense so I don't know whether this is an actual difference between the two systems, or if it ought to work and I'm just doing something wrong.
Did you see my post from last week? https://forum.opnsense.org/index.php?topic=20868.0
I used an other way and - at least - unbound reaches other DNS servers over IPsec.1. Firewall: Settings: Advancedcheck Disable force gateway2. System: Gateways: Singlesetup gateway for LAN interface with LAN IP address3. System: Routes: Configurationsetup route for remote network using the gateway aboveCheers,proctor