12-14-2017 01:01 PM - edited 03-12-2019 04:50 AM
Hello,
I am having problems with a site to site connection we have. We have one device (c) that is connecting in via a dynamic site to site connection to site (a). When it is on a cellular connection everything is working correctly and we have two way traffic.
We have another site (b) that has an ASA on it that provides wireless. When (c) is behind the wireless connection provided at (b) we have one way traffic between (a) and (c). I have tried doing some research but there is little documentation on setting up a site to site that goes through an ASA that is in the middle.
Thanks!
12-15-2017 12:04 PM
Hello @jstickler,
In this case you have to check for the ports for the connection:
IP Protocol Type=UDP, UDP Port Number=500 <- Used by IKEv1 (IPSec control path)
IP Protocol Type=UDP, UDP Port Number=4500 <- Used by IKEv1 (IPSec control path)
IP Protocol Type=ESP (value 50) <- Used by IPSec data path
If you say the traffic is only one way, that means the encrypted traffic is having problems (ESP packets) you need to follow those packets and verify if the ASA is dropping them, you can place an ASP capture for that:
capture asp type asp-drop all
show run | in x.x.x.x << IP for peer
You need to place captures also in the inside and outside interface to verify the correct flow of the traffic specially ESP.
HTH
Gio
12-23-2017 08:51 AM
Do you have NAT-Traversal enabled on both VPN-ends? This is exactly what is expected when NAT-T is disabled and a PAT-device is in the path.
12-28-2017 02:12 PM
I think I see the issue. I have NAT-T enabled under the Crypto maps, but not under the IKE parameters setting. I will schedule with the customer and let you know if that fixes it.
Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide