08-17-2017 06:58 AM - edited 03-05-2019 09:01 AM
Have an interesting issue where clients at a remote branch site cannot ping or access a particular website across their primary circuit but can ping and access when traffic is moved to their secondary circuit.
(Diagram is attached) other Information:
So far in my troubleshooting I've narrowed it to perhaps the router (4331) at the branch either having a bug perhaps or the primary carrier's circuit, but from the carrier's point of view it's just a layer 2 connection and they don't participate in any of our routing, I just do my routing across it... very straight forward. To make this more interesting this same issue is occurring at 2 other branch sites in the exact setup.
Any ideas for troubleshooting are appreciated!
08-17-2017 07:34 AM
Hello,
where does the traceroute stop ?
Is the ASA doing the NAT ?
08-17-2017 07:40 AM
I can traceroute all the way to the servers public IP across both circuits (trace across both WAN links both virtually identical when it leaves the edge ASA firewall), just can't ping it or access it's website when going across the primary circuit. The ASA is doing the NAT/PAT overload for client connectivity.
08-17-2017 07:47 AM
Hello,
this could simply be an MTU related issue. Can you ping across both circuits and find out what the maximum packet size is as in the example below. Lower the packet size until the ping reply is successful:
C:\windows\system32>ping -l 1500 -f www.google.com
Pinging www.google.com [108.177.119.106] with 1500 bytes of data:
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Packet needs to be fragmented but DF set.
Ping statistics for 108.177.119.106:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
ping
08-17-2017 07:50 AM
I was suspecting that could be an area to consider. I tried pinging the web servers public IP from the branch router with a size of like 1200 and 1300 but failed. I'll try from a client (Windows machine) at the site.
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