IP Einschränkung für das Manamgent
Falls man die Zugriffe auf das Webinterface des ZD einschränken will, ist dies mit folgendem Vorgehen via SSH möglich.
Einzelne IP-Adresse
Please login: admin Password: Welcome to the Ruckus Wireless ZoneDirector 1200 Command Line Interface ruckus> en ruckus# config You have all rights in this mode. ruckus(config)# system ruckus(config-sys)# mgmt-acl default ruckus(config-mgmt-acl)# restrict-type single ip-addr 172.16.10.100 ruckus(config-mgmt-acl)# sh Management ACL: Name= default Restriction Type= single IP address= 172.16.10.100 ruckus(config-mgmt-acl)# exit The management ACL 'default' has been updated and saved. Your changes have been saved.
weiter ACL-Varianten
ruckus(config-mgmt-acl)# restrict-type subnet ip-subnet 172.16.10.26 255.255.255.0
ruckus(config-mgmt-acl)# restrict-type range ip-range 172.16.10.28 172.16.10.39