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.
Hi there. I am trying to give vlan subinterface access to an inside resource through outside IP. Config below:
interface Ethernet0/0nameif outsidesecurity-level 0ip address 177.77.77.77 255.255.255.224!interface Ethernet0/1nameif insidesecurity-leve...
This got me going in the right direction. I read again through this: http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/115904-asa-config-dmz-00.html and added (in that specific order):
access-list VLAN20 ...
Thanks for the quick reply. I changed the OWA nat from (inside,inside) to (inside,any). I have an access-list for the inside interface that has been in place to permit the world to OWA, since its "any" it should cover the vlan as well, if I understan...