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.
I am getting this error when hosts on the DMZ try to access the internet.I seems no matter what I try The implicit rule keeps blocking access.Deny tcp src dmz:192.168.140.10/58499 dst outside:68.15.170.162/25261 by access-group "dmz-entry" [0x0, 0x0]...
access-group inside_access_in in interface inside.When I give th command:access-list inside_access_in permit tcp 192.168.110.0 255.255.255.0 any eq 80What I really need to do is be able to FTP files from a host on the dmz to a host on the inside netw...
I have tried that...access-list dmz-entry permit tcp 192.168.140.251 255.255.255.0 any eq 80 ERROR: IP address,mask <192.168.140.251,255.255.255.0> doesn't pair.And you are correct what I need is outbound from the DMZ to the internet.And that is the ...
1) My inbound rules for 80 and 443 work fine.2) No hosts on the DMZ can pull web pages.3) Is there a way to global rule the hosts on the DMZ to be able to get outbound Internet access. ?Again thank you.