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.
Morning. Engineers
I hope you can help me to figure out why is not working using ACL.
Model: ASA 5555-X
Version: 9.2(2)4
Multiple Context: Yes
Network1 10.100.0.0/24 (DMZ1 on physical subinterface) ...
Hello, everyoneI have been trying static nat on a ASA 5510 8.2(2), but it is not translating. Public IP: 1.2.3.4Private IP: 192.168.11.18 static (inside,outside) 1.2.3.4 192.168.11.18access-list outside_access_in extended permit ip any any sh xlate ...
Hi, EngineersI am trying VPN through web, but I got some problems to access into an internal server. I consider it should be a compatibility issue because it works, no error is displayed and the resource is reached, though I dont see the login portal...
Hi, Rishabh
You mean that I need to use both that command (same-security-traffic permit inter-interface) and ACL?
Is there any way only to use ACL to communicate those networks?
Regards
I already add a default gw in the server, because I have many networks cards, and I think it sends back paquets from another interface.route add default gw 192.168.11.21It works!!!Thank you Jon and Pranay.
I share you my main configuration:interface Ethernet0/1 nameif outside security-level 0 ip address A.B.C.D 255.255.255.0!interface Ethernet0/2 nameif inside security-level 100 ip address 192.168.11.21 255.255.255.248!same-security-traffic permit inte...
Hi, Jon 1. The internal server is on a directly connected network; there is a vlan gw in the switch: 192.168.11.19/29 2. I try to connect ports: 22 and 443. Those work from a internal host in the same vlan. Regards.