cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the IP address of Ruckus Virtual SmartZone Controller

markandro
New Contributor II

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.

2 ACCEPTED SOLUTIONS

Vigneshwar
RUCKUS Team Member

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

View solution in original post

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.

View solution in original post

6 REPLIES 6

Hi @markandro 
Yes, you can change it. There will be a service interruptions for 5-10 minutes.

Thank you very much! I am grateful for your help.