At 08:22 18.5.2000, Palis Michael wrote:
>I am configuring an access-list in oder to allow only WWW and DNS to go 
>into my net.
>
>Here is the configuration
>
>
>internet----router--internal network
>
>access list is
>
>access-list 110 permit tcp any any eq www
>access-list 110 permit tcp any any eq domain
>access-list 110 permit udp any any eq domain
>access-list 110 deny ip any any
>
>the access list in applied as inbound to serial interface of the router
>The problem is that user on the internal netwotk cannot browse. I beileve 
>that the above access-list denies the reply packets from the internet.
>
>Any suggestion will be appreciated
>

try...

access-list 110 permit tcp any any established 

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to