IPSec VPN Bi-Directional Communication not working
Posted: Thu Aug 11, 2022 10:56 pm
So I've been having a network routing or firewall issue, and I'm hoping that someone here has a great idea on how to resolve the issue.
Scenario:
Our main network (net1) is behind a Sonicwall NSA, and we have many VPNs coming into our network.
I'm trying to get my Mikrotik to create a VPN into our facility to allow bi-directional communication to my network (net2).
After some tinkering around the VPN is up and running. (YEAH!!!)
Here is where the problem lies...
net2 can see all the defined subnets in net1 and can access all the computers in net1. (Success!!)
net1 can ONLY ping the Mikrotik, and nothing on net2.
net1 consists of:
10.200.0.0/21
10.100.1.0/24
net2 consists of:
10.200.254.0/24
At this point I've tried several solutions, but nothing seems to work.
In /ip/firewall/nat...
0 chain=srcnat action=accept src-address=10.200.0.0/21 dst-address=10.200.254.0/24 log=no log-prefix=""
1 chain=srcnat action=accept src-address=10.100.1.0/24 dst-address=10.200.254.0/24 log=no log-prefix=""
In /ip/firewall/raw...
0 chain=prerouting action=notrack log=no log-prefix="" src-address=10.200.0.0/21 dst-address=10.200.254.0/24
1 chain=prerouting action=notrack log=no log-prefix="" src-address=10.200.254.0/24 dst-address=10.200.0.0/21
In /ip/firewall/filter...
1 chain=forward action=accept src-address=10.200.0.0/21 dst-address=10.200.254.0/24 log=no log-prefix=""
2 chain=forward action=accept src-address=10.200.254.0/24 dst-address=10.200.0.0/21 log=no log-prefix=""
In /ip/route...
DAd 0.0.0.0/0 10.20.30.1 1
DAc 10.20.30.0/24 ether1 0
DAc 10.200.254.0/24 bridge 0
So I figured I would reach out and see if anybody here has ideas...
It's frustrating when it feels like it will be a simple solution.
Thanks.
Scenario:
Our main network (net1) is behind a Sonicwall NSA, and we have many VPNs coming into our network.
I'm trying to get my Mikrotik to create a VPN into our facility to allow bi-directional communication to my network (net2).
After some tinkering around the VPN is up and running. (YEAH!!!)
Here is where the problem lies...
net2 can see all the defined subnets in net1 and can access all the computers in net1. (Success!!)
net1 can ONLY ping the Mikrotik, and nothing on net2.
net1 consists of:
10.200.0.0/21
10.100.1.0/24
net2 consists of:
10.200.254.0/24
At this point I've tried several solutions, but nothing seems to work.
In /ip/firewall/nat...
0 chain=srcnat action=accept src-address=10.200.0.0/21 dst-address=10.200.254.0/24 log=no log-prefix=""
1 chain=srcnat action=accept src-address=10.100.1.0/24 dst-address=10.200.254.0/24 log=no log-prefix=""
In /ip/firewall/raw...
0 chain=prerouting action=notrack log=no log-prefix="" src-address=10.200.0.0/21 dst-address=10.200.254.0/24
1 chain=prerouting action=notrack log=no log-prefix="" src-address=10.200.254.0/24 dst-address=10.200.0.0/21
In /ip/firewall/filter...
1 chain=forward action=accept src-address=10.200.0.0/21 dst-address=10.200.254.0/24 log=no log-prefix=""
2 chain=forward action=accept src-address=10.200.254.0/24 dst-address=10.200.0.0/21 log=no log-prefix=""
In /ip/route...
DAd 0.0.0.0/0 10.20.30.1 1
DAc 10.20.30.0/24 ether1 0
DAc 10.200.254.0/24 bridge 0
So I figured I would reach out and see if anybody here has ideas...
It's frustrating when it feels like it will be a simple solution.
Thanks.