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:I have to allow traffic from my DMZ into my LANI have created the following access list and will apply to DMZ interface:interface Ethernet0/1nameif insidesecurity-level 100ip address 192.168.200.1 255.255.255.0!interface Ethernet0/2nameif dmzsecur...
Thank youThis makes sense - this should do itI have the following NAT statement currently inplace:global (outside) 1 interfaceglobal (dmz) 1 interfacenat (inside) 0 access-list inside_nat0_outboundnat (inside) 1 0.0.0.0 0.0.0.0nat (dmz) 1 0.0.0.0 0....