09-12-2015 07:21 AM - edited 03-11-2019 11:35 PM
Hello,
I am using a ASAv. It has an inside interface. On the same subnet I have a management station. (ASA inside int and the laptop are on the same subnet) Behind the ASA's inside int there is a router. It has subnets behind. I can ping the subnets located behind the router from the management laptop, but http, telnet, https fails.
Any idea?
09-14-2015 06:35 AM
Do you have any access-lists configured on your inside interfaces in and out? If so, remove them if possible and otherwise add exceptions for HTTP, HTTPS, et cetera.
09-14-2015 10:59 AM
From your description above, your topology looks like this:
(some subnets behind router)-----------[router]------------[switch]----------(inside)[ASAv]
|
[Management station]
I made a switch coz you have mentioned that the management station router and inside interface are on same subnet.
Correct me if my understanding of your topology is wrong.
Based on above description provide following data:
>> What is the default gateway on the management station? Is it router or firewall?
>> Explain the expected data flow path.
>> Check for any access-list which might be blocking the traffic on router.
Thanks,
R.Seth
09-15-2015 06:56 PM
Hello Guys,
It is strange.. I have edited this post seems like it was not saved.
I found the solution. The problem was asymmetric routing. ASA was the GW.
I have created a tcp bypass policy, it solved the problem.
Thanks for posting anyway.
09-15-2015 07:47 PM
Ping worked because icmp does not reply on the 3-way handshake.
The connection-oriented tcp (used by http and telnet that your test was failing on) does require it and a stateful firewall looks for the tcp connection to be active to allow the return traffic in a conversation.
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