如何在路由里用命令设置一个IP不能上网页

来源:百度知道 编辑:UC知道 时间:2024/06/27 15:22:41
最好交个朋友也好
10072421

如果让192.168.0.1 这个地址不能访问网页,这个地址是连接路由器的ethernet 0 接口上
#access-list 101 deny tcp host 192.168.0.1 any eq http
#access-list 101 permit any any
#int e 0
#ip access-group 101 in
#copy running-config startup-config