Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello Forum. We have about 12 different VLANS behind an ASA 5515-x. One of those vlans contains a webserver and a DNS server (different machines, different IP addresses). ASDM 7.1.3From outside the firewall, people need to be able to get to the webse...
if they can ping by IP but not by name, then the issue is DNS, not firewall. If the DNS translation request cannot get past the firewall, then it will fail. The fact that pinging by IP works shows that the ACL and NAT are setup correctly for ping at ...
remove these:(after proper backup of course)
access-list outside_access_in_1 extended permit tcp any interface outside eq 3389
nat (inside,outside) source static obj-192.168.0.100 interface service tcp-3389 tcp-3389
your config could have line...