I have an ipsec tunnel from cisco to mikrotik established and working well.
LAN clients on MT connect to a device 10.255.231.12 which is a LAN client on cisco side.
Now i have setup wireguard on the MT and connecting windows clients to the MT.
The wireguard clients can access the MT LAN just fine but the wireguard clients cannot access 10.255.231.12.
What must i do so that wg clients can reach 10.255.231.12?
Either extend tunnel’s policies to include addresses used by WG clients, or use srcnat to change their addresses to fit in existing policies. Plus make sure that firewall allows this traffic.