08-24-2015 10:23 PM - edited 07-05-2021 03:49 AM
Hi everyone,
For some reason i want that clients with ip 192.168.2.0 should not ssh to any ip address.
Rest of traffic can pass the WLC no issues.
To make the this ACL i can configure ACL like below
source 192.168.2.0 source port any destination any port 22
direction inbound.
After this i can add the ACL source any port any destination any port any?
Will above ACL block ssh connections coming from user PC and all everything else?
Regards
Mahesh
Solved! Go to Solution.
08-25-2015 03:57 AM
Hi Mahesh,
Yes you can block ssh access from one PC.
Here is the example:
1 deny 192.168.2.0/32 WLC_IP/32 tcp any 22 any any
2 permit 0.0.0.0/0 0.0.0.0/0 any any any any any
see the screenshot:
Regards
Don't forget to rate helpful posts
08-25-2015 03:57 AM
Hi Mahesh,
Yes you can block ssh access from one PC.
Here is the example:
1 deny 192.168.2.0/32 WLC_IP/32 tcp any 22 any any
2 permit 0.0.0.0/0 0.0.0.0/0 any any any any any
see the screenshot:
Regards
Don't forget to rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide