Hello,
i configured a simple VPN Server on RouterOS via L2TP/IPsec.
Everything is working ok and I can reach each client from the server, but I can’t reach other clients from each one.
Example:
Server IP: 192.168.1.1
Client 1 IP: 192.168.1.2
Client 2 IP: 192.168.1.3
Client 1 can ping server, but can’t ping client 2. Client 2 can ping server but can’t ping client 1.
I would like to be able to reach every connected user. How can I do this?
Thank you