Hi Michael,
Is it possible that your AP is getting an IP address from a DHCP source on your network?
By default Ruckus APs will attempt to obtain a DHCP IP address from the network, and will use any DHCP-offered address rather than the static IP fallback address (192.168.0.1/24). If your LAN subnet has a DHCP source, you have a couple of options to configure your AP:
1) Use the Default IP address. Disconnect the AP from the network and connect the AP directly to your PC (PC<---network cable--->AP) and use the default IP address (192.168.0.1/24) to perform your initial configuration, including setting a static IP within the subnet of your LAN, if that is your desire.
2) Use the DHCP assigned network address. GUI or SSH configuration will work the same from a DHCP assigned IP address. In order to find the DHCP address assigned to the AP, you can look up the DHCP lease table in your DHCP source (router or DHCP server) to match the AP MAC address (located on the back of the AP) to an IP address. If you don't have access to the DHCP lease table, you can use the following command to show you a list of MAC address to IP address mappings available via address resolution protocol:
arp -a
This command will work from Windows or Linux command line interface. Keep in mind that your PC must be attached to the same subnet as the AP in order for arp data to be obtained. The output of the command from Linux looks like this:
user@user-System~ $ arp -a
? (192.168.1.38) at 12:34:56:78:0c:ba [ether] on eth0
? (192.168.1.39) at 12:24:56:78:ec:a0 [ether] on eth0
? (192.168.1.1) at 12:34:56:78:8e:77 [ether] on eth0
? (192.168.1.197) at 12:34:56:78:06:ea [ether] on eth0
user@user-System ~ $
Once you have the DHCP assigned IP address which matches the MAC address of the AP, you can use that IP address to login to the Web UI, or CLI via SSH.
Also, if you are performing an initial configuration, be sure to factory reset the AP by depressing the reset button (next to the Ethernet port on the AP) in order to insure that no prior IP address configuration exists on the AP.
Please also see page 82 of the Indoor Access Point User Guide for more information:
https://support.ruckuswireless.com/documents/1813-ruckus-indoor-ap-106-0-user-guide