Hi,
Excuse me, but i would love some help on a problem, i know i m near the solution but i can’t find a way to make it work.
Let me explain my problem
I have 3 distant site, connected by VPN
SITE N :
Ftp server 192.168.0.5
Mikrotik Router : 192.168.0.1
Local VPN Address : 10.0.0.2 (vpn between S and N)
SITE S :
Mikrotik Router : 192.168.0.251
Local VPN Address : 10.0.0.1 (vpn between S and N)
Cisco : 192.168.0.250 (connecting S to D)
SITE D :
A few ftp server and other things i need to talk to on 192.168.102.0/24
This one is connected to S via a VPN on a cisco to site S
What i need, is that site N and site D talk to each other, passing through S (since the vpn is on the cisco between S and D) without making any conflict between S and N since they are on the same network.
I tried routing / nating, but i m doing a mistake somewhere : /
I haded that to N
/ip route add disabled=no distance=1 dst-address=192.168.102.0/24 gateway=VpnNtoS scope=30 target-scope=10
and that to S :
/ip add disabled=no distance=1 dst-address=192.168.102.0/24 gateway=10.0.0.2 pref-src=10.0.0.1 scope=30 target-scope=10
I won’t copy you the dst and src nat i did cause i m pretty sur i did a mistake…
If you can help a bit, i would love it
Regards
Andy
