Hello,
Need to stop a certain ip from getting to internet and the internet from getting to this ip.
This is what I have:
access-list 100 deny <internet ip> 0.0.0.0 <internal ip>
access-group 100 in
101 deny <internal ip> 0.0.0.0 <internet ip>
access-group 101 out
Am I barking up the right tree?
Thanks
Need to stop a certain ip from getting to internet and the internet from getting to this ip.
This is what I have:
access-list 100 deny <internet ip> 0.0.0.0 <internal ip>
access-group 100 in
101 deny <internal ip> 0.0.0.0 <internet ip>
access-group 101 out
Am I barking up the right tree?
Thanks