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.
run this cmd;logging buffered and do a traceroute/ping/www thru the fw.This will no doubt fail and you will notice a deny message in the log.This message should indicate whether a route does not exist, permission issue,translation problems or some o...
Is your inside network directly connected to your Pix ? If not consider static routes pointing to next hop.Is the default route set correctly on the host ?
Hello Ryan,you need to create acl to allow smtp & www and access-group under the outside interface.access-list NameofACL permit tcp any destination eq 25access-list NameofACL permit tcp any destination eq 80 access-group NameofACL in interface out...