Wirless management restriction using ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 01:51 AM - edited 07-05-2021 10:28 AM
Hi, I have a WLC that I need to restriction over the management GUI but do not want to block anything else.
Is there a safe way to block other wireless client to the WLC GUI, while keeping a whitelist of those who can access?
I am planning to enable "management via wireless" as lobby admin is connected to wireless.
- Labels:
-
Other Wireless Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 01:59 AM
permit client-ip virtual-interface-ip tcp 443
permit client-ip virtual-interface-ip tcp 22
deny every-other-client-ip virtual-interface-ip tcp 443
deny every-other-client-ip virtual-interface-ip tcp 80
deny every-other-client-ip virtual-interface-ip tcp 22
permit any any
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 03:34 PM
Hi patoberli,
What is port 22 for? is this required to block GUI?
Also why do we need a "permit any any"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2019 11:33 PM
The permit any any is to allow all other access, like internet.