cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
338
Views
0
Helpful
1
Replies

how to use router1841 to share internet access

wasiutrade
Level 1
Level 1

I want share internet access using router 1841 and also restrict some certain workstation from access the internet

1 Reply 1

cdusio
Level 4
Level 4

Put in an inbound ACL on the inside interface

access-list 101 permit ip "workstations all destination internal networks"

access-list 101 deny ip "workstation1 destination any

etc...

then

access-list 101 permit ip any any log

apply it inbound and that should work if I understand your question.