This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hstarwiki:cust:gen:routeradvance [2017-10-04 T 17:31] admin [Update firmware via cli] |
hstarwiki:cust:gen:routeradvance [2019-11-27 T 19:10] (current) admin [Commands:] |
||
---|---|---|---|
Line 5: | Line 5: | ||
* Some good options here: | * Some good options here: | ||
==== Commands: ==== | ==== Commands: ==== | ||
- | * reboot to restart | + | Restart |
- | * set-default restore to factory default (for unifi it might be $syswrapper.sh restore-default, | + | |
- | | + | To show a lot of good info aboue devicedhcp lease located in file / |
- | | + | |
- | | + | To see a nice breakdown of wireless do: |
- | | + | |
- | | + | You can pair this with ath0 to see the main one. |
- | | + | iwconfig ath0 |
- | * iwlist for various options such as | + | to see status of AP - more then above readout, firmware, ip, etc |
- | | + | |
- | | + | A helpful command |
+ | mca-status | grep signal | ||
+ | To see messy complex info of each station | ||
+ | wstalist | ||
+ | You can use grep with wstalist to see some other thigns. | ||
+ | wstalist | grep mac | ||
+ | To see all relevant data of a specific mac: | ||
+ | wstalist | grep -A 36 [mac of device] | ||
+ | For various options such as | ||
+ | | ||
+ | To see what access points are avaialbe (same if did peers) | ||
+ | | ||
+ | To see some DFS info (need to check into more) | ||
+ | radarmon | ||
+ | To restore to factory default (for unifi it might be $syswrapper.sh restore-default, | ||
+ | set-default | ||
==== Update firmware via cli ==== | ==== Update firmware via cli ==== | ||
Resource: https:// | Resource: https:// | ||
Line 44: | Line 59: | ||
* https:// | * https:// | ||
* cat / | * cat / | ||
+ | |||
+ | === ubntbox === | ||
+ | A propriatary tool for ubnt related things such as: | ||
+ | * $ubntbox mca-status |