I got a strange issue with a site-to-site vpn between a PFSense box and a Mikrotik device. The vpn itself is created with OpenVPN (server side = PFsense, client = Mikrotik)..
The simplified setup:
The problem is as follow:
From Mikrotik side
* I can succesfully ping devices on the 192.168.100.0/24 subnet FROM THE MIKROTIK ITSELF
* I cannot ping devices on the 192.168.100.0/24 subnet from a PC behind the Mikrotik
On the MT static routes have been created to route traffic for 192.168.100.0/24 subnet over the ovpn tunnel interface, but the strange thing is.. When i start a tracert on a pc behind the MT it is as follows:
Code: Select all
C:\Users\MIGRATIE>tracert 192.168.100.205
Tracing route to 192.168.100.205 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.1.1
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
I'm searching for a solution for a couple of hours now, I hope someone can help me out this ..
thanks!