Walter Roberson wrote:
> "configured out of the box" is only the case for the PIX 501 and 506/506E,
> with new enough software [some 506's might be old enough not to have it.]
> For all the other PIX models, although there is no access-group applied
> "in" the inside interface, there is no default NAT set up, and traffic
> is not allowed to flow until the user sets up NAT or static.
Walter, you are 100% accurate when discussing NAT (prior to PIX v7.0),
but we were not discussing NAT at all, we were specifically discussing
the ACL method, and it is configured out of the box to permit all
outbound traffic (on ALL PIX models) and NAT is another discussion,
although as you mentioned, can be used in this manor. In PIX OS 7.0+
NAT is not required, and "out of the box" permits all traffic to flow
through the pix UN-NATed; without an ACL applied nothing would need to
be performed to permit everything outbound from your network (of course
private addressing won't be permitted through the Internet, but
nonetheless, will be allowed out).
>
> Mind you, this looks uglier in the logs
ACL's definitely tend to do a better job with logging as well as
security (this is a security appliance, so we should treat it like one,
and NAT should never be used in place of ACL's). With NAT you only
have control over the IP's, not the protocols or ports being used.
Industry standard would be to use both methods discussed (to only NAT
what you should be using), and also apply ACL's providing multiple
layers of security.
~Ryan