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.
Can someone point me to info on port forwarding from an external address to an internal address. This firewall has a DMZ, but the machine I want to port forward to does not sit in the DMZ. All attempts to solve have lead to my machines in the DMZ not...
Got it. I added:access-list Inside_access_out extended permit tcp any host 192.168.14.252 eq wwwaccess-list Inside_access_out extended permit tcp host 192.168.14.252 eq www anyand everything finally worked.Thanks again for your help.Chuck