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,
Hopefully this is in the correct location for this type of question. I am still early in my career and I am hoping that someone can catch my mistake because I am not entirely sure what went wrong with this. We have a Cisco ASA 5505 and I imple...
Good Morning,
I am pretty early in my career, and the Cisco ASA CLI is still a bit difficult for me, so I am posting my questions here at your mercy. Please forgive me if I use the wrong terminology here. I have a Cisco ASA 5505 and I am trying to ma...
Show host-limit isn't showing as a command on the ASA. Is that the command as it is supposed to be? I looked through the list of commands using Show ? and the only one even close is hostname. Also the show logging is blank. I had turned it off to a...
. Here is our version with private information excluded of course. Thanks!
Cisco Adaptive Security Appliance Software Version 9.1(5)Device Manager Version 7.1(6)
Compiled on Thu 27-Mar-14 09:36 by buildersSystem image file is "disk0:/asa915-k8.bin"Co...
I marked your solution as correct however most of the posters in here were correct. I can honestly say that from this experience I have gained a VERY VERY deep understanding of NAT rules and ACL's rofl. It turns out that the ports that were supplied ...
That is a pretty good explanation but it doesn't solve my issue unfortunately. I will include a modified version of my entire config at the end of this post. To restate the issue I am trying to expose a server to the public address on a certain range...
After doing some research I was again pointed to do the NAT statements inside of the object network. so doing this:
object network obj-x.x.x.75
host x.x.x.75
nat (inside,outside) source static service 80 80
as an example which would be fine except...