A
A
Andrey2020-11-23 17:01:26
VPN
Andrey, 2020-11-23 17:01:26

Questions with routing on bare ipsec?

Hello everyone, I can’t figure out how to solve the problem.
There is a vpn connection on bare ipsec, Mikrotik is the passive side, the connection is established and everything is well routed FOR Mikrotik, but here he does not see the network behind vpn, there are no ipsec interfaces in the rout list. How to make him see the remote gateway?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
brar, 2020-11-23
@brar

add a rule to nat:

/ip firewall nat \
add action=accept chain=srcnat dst-address=192.168.55.0/24 src-address=192.168.66.0/24 place-before=0

N
nApoBo3, 2020-11-23
@nApoBo3

On pure ipsec, you need to build a route through public addresses.
Just in case, prohibit non-ipsec traffic between nodes, so as not to let everything go through an open channel in case of an error in the ipsec configuration.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question