Got a Cisco 1601 on a Frame-Relay Internet connection and am attempting to add a access-list to the router. What is the correct way to implement the access-list?
I created an outbound access-list that basically states to let any internal traffic pass to the internet and added it to the serial interface.
Then I created one for inbound traffic that states only to allow certain ports on specific public systems then I added the list to the ethernet interface. When I add the list all outbound traffic stops flowing.
Below is a sample of the inbound access-list.
x.x.x.x = public host
access-list 100 permit ip x.x.x.x 0.0.0.15 any
access-list 100 permit tcp any host x.x.x.x eq 80
access-list 100 permit tcp any host x.x.x.x eq 53 log
access-list 100 permit tcp any any established
I created an outbound access-list that basically states to let any internal traffic pass to the internet and added it to the serial interface.
Then I created one for inbound traffic that states only to allow certain ports on specific public systems then I added the list to the ethernet interface. When I add the list all outbound traffic stops flowing.
Below is a sample of the inbound access-list.
x.x.x.x = public host
access-list 100 permit ip x.x.x.x 0.0.0.15 any
access-list 100 permit tcp any host x.x.x.x eq 80
access-list 100 permit tcp any host x.x.x.x eq 53 log
access-list 100 permit tcp any any established