cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
374
Views
0
Helpful
4
Replies

Question about an ACL

mike.feeney
Level 1
Level 1

I have an ASA and I have a config question. I already have an ACL in place that allows only smtp traffic from our email provider. I also have a NAT translation to our exchange server for that. My question is- How do I configure OWA (using port 25 and 443) for all outside addresses when I already have an acl only allowing that traffic from my email provider? Also how do I set the NAT translation up? Thanks.

1 Accepted Solution

Accepted Solutions

New Static:

static (inside,outside) tcp interface https 10.132.129.94 https netmask 255.255.255.255

New acl entry:

access-list outside_access_in permit tcp any interface outside eq https

View solution in original post

4 Replies 4

acomiskey
Level 10
Level 10

Why do you need port 25 for owa?

If you indeed do need it there is no way to allow smtp from only your email provider, then allow it from outside addresses. Maybe I'm not understanding the situation properly.

To set it up for 443, simply add another entry to your acl. Whether or not you need another nat translation depends on your current static statement. Could you post it?

Maybe I'm incorrect in thinking I need SMTP for OWA.

static (inside,outside) tcp interface smtp 10.132.129.94 smtp netmask 255.255.255.255

New Static:

static (inside,outside) tcp interface https 10.132.129.94 https netmask 255.255.255.255

New acl entry:

access-list outside_access_in permit tcp any interface outside eq https

Thank you.

Review Cisco Networking products for a $25 gift card