10-02-2023 08:46 PM
Good day!
I'm looking for guidance or instructions on changing the IP address of a Ruckus Virtual SmartZone (vSZ) controller. I'd appreciate any step-by-step instructions. Our vSZ controller is currently operating but we need to change the IP address of our VSZ controller from private IP address to public IP address to connect to our RADIUS server.
Our VSZ controller running version: Virtual SmarTZone Essentials 6.1.0.0.935
Thank you for your assistance.
Solved! Go to Solution.
10-03-2023 02:23 AM
Hi Mark,
Please refer below command to change the vSZ IP.
Login to the vSZ CLI
ruckus> en
ruckus# config
ruckus(config)# interface
ruckus(config-if)# ip address<IP address> <subnet mask> <gateway>
ruckus(config-if)#end
ruckus(config)end
ruckus#
To verify:
show running-configuration interface
Thanks,
Vigneshwar Sivakumar
10-03-2023 07:10 PM
Hi @markandro Once the controller is changed to new IP address, you should be able to access it using the new IP address.
And when pointing the AP to the new IP address, There will be a new config update to the AP causing it to reboot.
10-03-2023 08:20 PM
Hi @markandro
Yes, you can change it. There will be a service interruptions for 5-10 minutes.
10-03-2023 10:20 PM
Thank you very much! I am grateful for your help.