To block local inbound and Outbound traffic in LAN on Router Fast Eth0/1 local port (router local ip : 192.168.50.50)
access-list 1 permit 192.168.50.5
access-list 1 permit 192.168.50.11
access-list 1 permit 192.168.50.13
access-list 1 deny 192.168.50.0 0.0.0.255
int fa0/1
ip access-group 1 in
by these command whole LAN inbound/Outbound will be traffic blocked.
By Gajendra Dubey
0 comments:
Post a Comment