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
 

Reply via email to