wrote:
> You put an Access-list on the Dialer0 that
> permits incoming mail and keep the Inspect.
>
> access-l 100 permit tcp any host my.mail.server eq 25
>
> int d0
> access-g 100 in
>
> substitute the EXTERNAL address of the mail server
> for "my.mail.server".
>
Correct me if I'm wrong, but isn't the point of "ip inspect" to get
around manually defining ACL's? In fact, I believe in 12.3T, a feature
called "firewall ACL bypass" was introduced. If I understand it
correctly, that feature is to eliminate redundant ACL processing - an
inbound pass, inspect, and outbound pass, with the idea being that if
inspect "sees" the traffic, the other two ACL processes are assumed to
be performed.
I ask this because I'm starting to work with the firewall feature set
myself, and too have noticed odd behavior. In my case, with inspect on,
RTP flows between IP phones work. Shut it down, and I get one-way audio.
All of this with no ACL's. However, I have to explicitly define ACL's
for skinny even though it's configured to be inspected. Very odd, and I
don't understand the inconsistency.
Any insights would be appreciated!