08-03-2011 08:18 AM - edited 03-11-2019 02:07 PM
Hello,
Our company has recently upgraded our firewall from a Borderware Steelgate v7.1 platform to a Cisco ASA 5520 platform. Needless to say the interface on the Cisco platform is much more complex and I don't have much experience working with firewalls (so, please take it easy on me). Our other IT guy is out of town and this is the first time I have worked on this setup.
I need to create the following access rule
I need to open port 4**0 to be allowed through the firewall from external ip address 10.XXX.XX.XXX only. Then forward port 4**0 to 10.XX.XX.XX port 80 tcp
Not sure on how to create these access rules, any help would be greatly appreciated, such as instructions on how to create the rules.
08-03-2011 08:24 AM
Chris-
Check out this article, I think it will help. If not please let us know.
08-03-2011 08:28 AM
Hi Collin,
You would need the following:
static (inside,outside) tcp 10.xxx.xxx.xxx.xxx 4**0 10.xx.xx.xx 80
access-list outside_access_in permit tcp any host 10.xxx.xxx.xxx eq 4**0
access-group outside_access_in in interface outside
where inside would be your lan interface and outside is your external interafce.
Let me know if you face any issues.
Hope this helps,
Thanks,
Varun
08-03-2011 09:17 AM
Hi Varun,
I appreciate your response and patience. I just need a little more help when it comes to this as I really unsure with this interface.
Hopefully we can break this down together.
first comment
static (inside,outside) tcp 10.xxx.xxx.xxx.xxx 4**0 10.xx.xx.xx 80. Where do I go to create this. Do I add an access rule, create a netwok object
Once I get the first part figured out wil lgo to the access list outsie access comment. Next, Although I think that is where i need to create the rule. Please advise.
08-03-2011 09:34 AM
Do you mean create a Static NAT rule first and then create the access rule?
08-03-2011 10:46 AM
Hi Chris,
Could you provide me the configuration that you currently have on your ASA, moreover can you tell me the version of ASA softwrae that you are using?
You need to enter this command in the CLI , in config mode.
Thanks,
Varun
08-03-2011 10:59 AM
08-03-2011 11:12 AM
can you provide your config as well??
-Varun
08-03-2011 11:19 AM
this may sound bad but how do i get the config info for you?
08-03-2011 11:23 AM
go to tools on the top of the window and then CLI interface, and then type in "show run" and then send the comnmand, copy the output.
Thanks,
Varun
08-03-2011 11:43 AM
I appreciate the help but the issue has been figured out with your first response. Thanks again.
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