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.
We are trying to get more logging on the ASA regarding the IP phones that connect in from the outside via SSL VPN. We have a Cisco ASA 5512-X running ASA 9.12(4)2 and ASDM running 7.13(1). The remote IP phones connecting are Cisco 8845. We've looked ...
I'm trying to figure out if the following is possible to do on a ASA5512 running 9.2(4)5.
- set it for one external IP to many internal IP's with the same ports for the internal IP's
external IP: 5.5.5.5 ports 80 and 443
internal IP#1: 192.168.1.31...
I have a SG300 that is running 1.4.5.02 and need some help with ACL's.
My intention is to lock things down where services aren't accessible from the outside. Here is the configuration at the moment.
We've tested and SSH and HTTPS are accessible from ...
We recently got a SG300-10 switch and we are in need of some assistance with creating an access list for SSH access. The switch is running SW version 1.3.0.62. We would like to make it so SSH access is only allowed from the 192.168.1.0 network. We wo...
I am new to using ASA firewalls so what might be considered a basic question which is how can I configure the firewall to permit/allow pinging the differnet public IP addresses. I have it already set so I can ping the WAN interface on the ASA and it ...
Tilman,That worked. Here is the statements needed. This allows for internal access to the SSH and HTTPS services.management access-list MGMT_ACCESSpermit ip-source 192.168.1.0 mask 255.255.255.0 service ssh permit ip-source 192.168.1.0 mask 255.255.2...
That worked! Thanks for your help regarding this. I also appreciate you explaining about the NAT statements I had with one being for dynamic PAT and the other for static PAT.Thanks again.