I need help with VPN

Hello everyone, my first time her.

I need help with something, I have two mikrotiks in VPN pptp.

Okay then, my first Mikrotik name “Matriz”, my second Mikrotik name “Filial”.
My first mikrotik is host, my second is client.
“Matriz” IP 192.168.0.1
“Filial” IP 192.168.88.1

My problem is, when I try connect 192.168.88.1 in “Matriz” network, it’s works fine, I can access webfig.
But, in “Filial” network, when I try ping 192.168.0.200, my workstation can’t see, I try ping in “Filial” routerboard same ip, works fine.
Anyone can help me?

(Sorry, my English is not my first language)
Thanks <3

i think issue is in routes :wink:

Hello,

Seems that you don’t have routes to reach the network. I recommend you to use a /30 format on VPN configuration, like:

Local Address: 192.168.254.1
Remote Address: 192.168.254.2

On “Matriz”, create a route pointing the subnet of “Filial” (for example, 192.168.200.0/24), through the gateway “192.168.254.2”.
On “Filial”, create a route pointing the subnet of “Matriz” (for example, 192.168.88.0/24), through the gateway “192.168.254.1”.

I hope that this can help you.