07-08-2016 05:11 PM - edited 03-08-2019 06:33 AM
Hi,
I need open port 25 and 443 on my ASA 5506-X for my Exchange server.
How should I proceed?
Thanks.
07-08-2016 05:46 PM
Hi,
Here is the config guide with examples:
http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/91970-PIXASAopenblockports.html
HTH
07-08-2016 05:48 PM
Assuming that you have a single static public IP address, and pretending that your Exchange server is 192.168.1.25:
object network exchange-server-smtp
host 192.168.1.25
object network exchange-server-https
host 192.168.1.25
object network exchange-server-smtp
nat (any,outside) static interface service tcp smtp smtp
object network exchange-server-https
nat (any,outside) static interface service tcp 443 443
access-list outside_access_in extended permit tcp any object exchange-server-smtp eq smtp
access-list outside_access_in extended permit tcp any object exchange-server-https eq 443
07-08-2016 07:25 PM
Thanks a lot !
04-23-2020 05:17 PM
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