R
R
Roman2016-03-14 16:29:31
Mikrotik
Roman, 2016-03-14 16:29:31

VPN Routing?

There is Juniper (10.0.0.1/24) VPN is configured on it for several company branches (vpn#1 - 10.0.1.1/24; vpn#2 - 10.0.2.1/24; vpn#3 - 10.0.3.1/24
) mikrotik (10.0.0.2/24) VPN is configured on it at 172.16.0.1/24
I will give an example of a problem
If from PC 172.16.0.25 try to access the web service 10.0.0.26 (The gateway for this PC is 10.0.0.1)
We get an error.
And vice versa from PC 10.0.0.26 (The gateway for this PC is 10.0.0.1) try to access the web service 172.16.0.25 (gateway 172.16.0.1) We get an error.
I know business in routes please tell
me tracert from 172.16.0.25
1 <1 ms <1 ms <1 ms 172.16.0.1
2 * * * Timed out for request.
3 19 ms 18 ms 18 ms PC2 [10.0.0.26]

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Romanov, 2016-03-14
@moneron89

on mikrotik add routes to your vpn-s on juniper via juniper

/ip route add dst-address=10.0.1.0/24 gateway=10.0.0.1
/ip route add dst-address=10.0.2.0/24 gateway=10.0.0.1
/ip route add dst-address=10.0.3.0/24 gateway=10.0.0.1

On the juniper, respectively, there must be a route to 172.16.0.0/24 through 10.0.0.2
Each computer must have a gateway from its subnet.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question