05-18-2025 04:26 PM
Hi.
I am having trouble connecting my Sonos Sub to my network. Can I please get assistance troubleshooting?
Solved! Go to Solution.
05-19-2025 10:10 AM
Hi @Timyee19
Greetings!
Thank you for your response and the update.
Please follow the mentioned steps, and please execute Configuration Commands
Once the upgrade is complete, please proceed with the following steps:
1. Launch PuTTY from your laptop.
2. Connect via SSH:
3. Run the following commands:
(Please replace “your Wi-Fi name” with your actual Wi-Fi/SSID name, enclosed in double quotes if it contains spaces)
ruckus> en
ruckus# config
ruckus(config)# wlan "your Wi-Fi name"
ruckus(config-wlan)# no qos directed-multicast
ruckus(config-wlan)# qos directed-threshold 0
ruckus(config-wlan)# end
ruckus(config)# end
ruckus(config-wlan)# qos directedDHCP disable
This configuration should help resolve the issue.
Here’s an example of PuTTY command line output from my lab for reference: (Bold fonts are commands to execute)
login as: admin
Please login: admin
Password:
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> en
ruckus# config
You have all rights in this mode.
ruckus(config)# wlan "Your Wi-Fi Name"
The WLAN service 'Your Wi-Fi Name' has been created. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# no qos directed-multicast
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)# qos directed-threshold 0
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)# end
The WLAN service 'Your Wi-Fi Name' has been updated and saved.
Your changes have been saved.
ruckus(config)# end
Your changes have been saved.
ruckus# ap-mode
You have all rights in this mode.
ruckus(ap-mode)# set qos directedDHCP disable
Direcet DHCP is Disabled
OK
ruckus(ap-mode)#
Once done with the commands, please reconnect your SONOS setup and check.
Please let me know how it goes or if you need any further assistance.
Thank you once again for your patience and cooperation.
Best regards,
Imran Sanadi
RUCKUS | Lennar Home Community Support
05-19-2025 10:38 AM
Hi @Timyee19
Thank you for the response and the update.
The error message:
“Unable to negotiate with 192.168.1.177 port 22: no matching host key type found. Their offer: ssh-rsa”
means that your macOS SSH client does not accept the ssh-rsa key type by default anymore (due to security deprecation in newer versions of OpenSSH), but the server only offers ssh-rsa.
Fix Options
Option 1: Allow ssh-rsa temporarily via CLI
Add the command: -oHostKeyAlgorithms=+ssh-rsa option when connecting:
ssh -oHostKeyAlgorithms=+ssh-rsa user@192.168.1.177
Replace user with your actual username.
Option 2: Allow ssh-rsa permanently for this host
Edit or create (if it doesn’t exist) your SSH config file:
nano ~/.ssh/config
Add the following block:
Host 192.168.1.177
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
Save and exit (Ctrl + X, then Y, then Enter).
Try connecting again:
ssh user@192.168.1.177
Why does this happen?
Newer versions of OpenSSH (8.8 and above) disable ssh-rsa by default due to its dependence on SHA-1, which is considered weak.
Let me know how it goes.
Thank you again for your patience and understanding.
Best regards,
Imran Sanadi
RUCKUS | Lennar Home Community Support
05-19-2025 05:36 AM
Hi @Timyee19
Greetings!!!
Thank you for contacting the RUCKUS Community forums.
Could you please let me know if this is a Lennar Home RUCKUS setup?
Please confirm.
Thank you again.
Best regards,
Imran Sanadi
RUCKUS Lennar Home Community.
05-19-2025 05:45 AM
Hi.
Is there a way to help distinguish if my set up is?
05-19-2025 05:48 AM
Hi @Timyee19
Greetings!!!
Thank you for the response.
Is it a home RUCKUS device setup from Lennar Homes or a Work setup (Enterprise Customer)?
Best regards,
Imran Sanadi
RUCKUS Lennar Home Community.
05-19-2025 06:38 AM
Thanks! This is a home ruckus setup.