Unlock CountryCode Ruckus WIFI (Bypass countrycode ruckus wireless)
Bypassing the Country Lock for US model Ruckus AP
Saya Buat simple aja ya karena artikel aslinya bahasa ingris.
pertama langsung lihat aja ke unlock countrycode di ruckus AP (Removing the country lock (for pre-2020 AP models)
pastikan firmware nya yang dirilis nopember 2019 atau sebelumnya,downgrade lah ya,tapi saya pakai yang versi unleashed karena udah terlanjur pake firmware unleashed.jadi disini ada dua cara yang pake firmware unleashed dan zonedirector. saya belum coba kalau versi zonedirector ini.
cara pertama di unleashed firmware
flash firmware unleashed,pergi ke menu upgrade lalu pilih firmware unleashednya, setelah itu restart sendiri,login di web sampai ke menu untamanya,setelah itu
login via ssh ke ip ruckusnya.
ketik :
enable
debug
script
exec ../../../bin/sh
ruckus_cli2 (tidak tampil ketikannya tapi ketik aja terus enter)
exit
kalau di ssh nya gini
ruckus> enable
ruckus# debug
You have all rights in this mode.
ruckus(debug)# script
ruckus(script)# exec ../../../bin/sh
Ruckus Wireless ZoneDirector -- Command Line Interface
Enter 'help' for a list of built-in commands.
ruckus$ ruckus_cli2
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> exit
ruckus$
tampilannya jadi
ruckus$ (pake dollar)
lalu ketik
bsp set fixed_ctry_code 0
bsp commit
reboot
setelah itu lihat di settingan system, country code, udah bisa di pilih deh country code nya,setelah itu upgrade lagi firmwarenya ke versi controller zoneflex, maka nantinya di menu wireless countrycode nya bisa di pilih.
cara kedua di versi zonedirector atau firmware lainnya.
seperti biasa sampai login SSH ketik
rkscli: Ruckus
ketik ";/bin/sh;" (ketik semua dengan tanda petik dua nya) terus enter aja soalnya gk keliatan ketikannya
grrrr (muncul tulisan grrrr ini berarti sudah masuk ke sistemnya)
ketik !v54! (enter aja dua kali)
rkscli: !v54!
What's your chow:
(muncul tulisan seperti di bawah dan di tandai dengan $ berarti disini sudah siap untuk unlock langsung ke cara Remove the Country Lock )
Ruckus Wireless ZoneDirector -- Command Line Interface
Enter 'help' for a list of built-in commands.
ruckus$
ketik seperti dibawah ini satu per satu
bsp set fixed_ctry_code 0
bsp commit
reboot
(ruckus akan restart dan lihatlah di menu wireless sudah bisa pilih country code)
dibawah ini artikel aslinya
========================================================================
Ruckus access points are cheap to buy from the USA.But Ruckus locks the country code on US model access points (unlike WW models), so you can’t use the correct WiFi bands for other countries. And US model access points will refuse to join any existing Unleashed or ZoneDirector network which doesn’t have its country code set to US. The country cannot be changed from the Web interface, and if you try to SSH in and set countrycode XX from the CLI then you receive an error: illegal to change country code.
Fortunately, it’s possible to bypass the country lock, or even turn a locked US AP into an unlocked WW AP…
Changing the locked Country Code
SSH into the AP (using the same credentials you use to log into the web dashboard).
If your AP is running Unleashed firmware, then you’ll need to get it into AP mode:
enable
ap-mode
Manually update the country code (my example changes it to New Zealand):
set rpmkey wlan-country-code NZ
The real set countrycode NZ would have set this rpmkey, but also fixed up the wifi channels. We’re not running the fixup code, so it’s safest to do a factory reset now:
set factory
reboot
Job done. (saya test tidak berhasil)
Removing the country lock (for pre-2020 AP models)
1) Obtain a root shell
The unlocking procedure requires you to temporarily install an older software version.
Ensure the installed access point software was released in November 2019 or earlier. Otherwise, download an older version from https://support.ruckuswireless.com/software and do an ‘upgrade’.
SSH into the AP using the same credentials you use to log into the web dashboard, then break out to a root shell. There is a different procedure depending on whether or not your AP is running Unleashed software:
Unleashed Access Points
ruckus> enable
ruckus# debug
You have all rights in this mode.
ruckus(debug)# script
ruckus(script)# exec ../../../bin/sh
Ruckus Wireless ZoneDirector -- Command Line Interface
Enter 'help' for a list of built-in commands.
ruckus$ ruckus_cli2
Welcome to Ruckus Unleashed Network Command Line Interface
ruckus> exit
ruckus$
You won’t be able to see yourself typing ruckus_cli2. calling ruckus_cli2 then exit restores local echo so you can see what you’re typing.
Other Access Points
rkscli: Ruckus
Now type ";/bin/sh;" and hit enter (you won’t be able to see what you’re typing)
grrrr
Instead of grrrr, any other random dog noise could be printed to the screen.
rkscli: !v54!
What's your chow:
Now hit enter twice
Ruckus Wireless ZoneDirector -- Command Line Interface
Enter 'help' for a list of built-in commands.
ruckus$
2) Remove the Country Lock
# bsp set fixed_ctry_code 0
# bsp commit
Should see something like this:
Saving flash .....
bdSave: sizeof(bd)=0x7c, sizeof(rbd)=0xd0
caching flash data from /dev/mtd8 [ 0x00000000 - 0x00010000 ]
updating flash data [0x00000000 - 0x0000007c] from [0x7f8cdc88 - 0x7f8cdd04]
updating flash data [0x00008000 - 0x000080d0] from [0x7f8cdd04 - 0x7f8cddd4]
_erase_flash: offset=0x0 count=1
Erase Total 1 Units
Performing Flash Erase of length 262144 at offset 0x0 done
caching flash data from /dev/mtd8 [ 0x00000000 - 0x00010000 ]
verifying flash data [0x00000000 - 0x0000007c] from [0x7f8cdc88 - 0x7f8cdd04]
verifying flash data [0x00008000 - 0x000080d0] from [0x7f8cdd04 - 0x7f8cddd4]
... Changes saved to flash
Now reboot:
# reboot
Your Access Point is now permanently unlocked. You can safely upgrade to any newer/older version of the software.
di kutip dari : https://ms264556.github.io/Hackery/pages/RuckusCountryCodeChange.html
Komentar
Posting Komentar