"flarosa" <> wrote in message
news: oups.com...
> Hi,
>
> I'm having a devil of a time trying to set up what ought to be an
> extremely simple inbound access list. All I want to do is allow inbound
> connections to a few web servers, while not having any kind of
> restrictions on outbound traffic.
>
> My understanding is that I need to permit established traffic at the
> top of my list in order for client programs to get responses from
> outside servers. I put:
>
> access-list 101 permit tcp any any established
>
> But this doesn't work. With this control in place, I can't even browse
> an external web site. The only way I've been able to fix it is to allow
> everything:
>
> access-list 101 permit ip any any
>
> Of course this is not what I want, because it opens my whole network up
> to the internet.
>
> Is there some special trick to this that I'm missing?
>
You want to use reflective access lists so rules for traffic returning to
internal clients are dynamically created. Using 'established' simply makes
the router to check whether the 'ACK' bit is set and has nothing to do with
actual 'established' traffic. This is part of CBAC (Context Based Access
Control) ... in a Firewall feature set IOS.
http://www.cisco.com/en/US/products/...80094110.shtml
BernieM