kamoj
Very Senior Member
Important!
2023-11-11: See https://www.snbforums.com/threads/k...ear-r7800-x4s-and-r9000-x10.60590/post-874903
Introduction:
THIS IS A BETA VERSION
Bug reports and questions can be reported in this thread.
Latest version: https://www.snbforums.com/threads/kamoj-add-on-beta-testing-ii.72238/
This add-on must be used with Voxel Firmware.
This is an update of an existing add-on (See Release Note below for information).
More information and functions are added.
This version of the kamoj add-on is not compatible with the DNSCrypt version in later Voxel R7800 (1.0.2.82.1SF) and R9000 (1.0.4.47HF).
You must stay with Voxel 1.0.2.81.1SF / 1.0.4.46HF, or not use the kamoj GUI for DNSCrypt to keep DNSCrypt compatibility, see:
https://www.snbforums.com/threads/k...ear-r7800-x4s-and-r9000-x10.60590/post-661166
Add-on features in short:
Extended information about the router, settings, firmware etc. Examples:
How to install:
#1. Logon (From your web-browser):
http://www.routerlogin.net
#2. Make a backup of current settings (Not needed, but easy done):
#3. Enable Telnet:
http://www.routerlogin.net/debug.htm
Check (Set a tick in the box for) "Enable Telnet". (No apply needed)
#4. Login to the router using telnet:
The password is the same as from the normal router login page http://routerlogin.net
#5. Download the add-on:
For R7800:
For R8900/R9000:
#6. Install:
For R7800:
For R8900/R9000:
#7. Finish the installation with a reboot:
#8. To see the result, open your web-browser and go to your router:
http://www.routerlogin.net/index.htm and click the ADVANCED tab.
Here you will find the new options:
DONE!
Content:
Known Issues:
OpenVPN Bypass only working ok for devices with reserved ip-addresses.
Future:
You are welcome to wish for more information/functions to be added,
or even other add-ons.
Thanks:
To @Voxel for all help and support he's given to many people during long time.
To everyone active in the forum, especially those that have liked or commented my add-on.
/Kamoj
2023-11-11: See https://www.snbforums.com/threads/k...ear-r7800-x4s-and-r9000-x10.60590/post-874903
Introduction:
THIS IS A BETA VERSION
Bug reports and questions can be reported in this thread.
Latest version: https://www.snbforums.com/threads/kamoj-add-on-beta-testing-ii.72238/
This add-on must be used with Voxel Firmware.
This is an update of an existing add-on (See Release Note below for information).
More information and functions are added.
This version of the kamoj add-on is not compatible with the DNSCrypt version in later Voxel R7800 (1.0.2.82.1SF) and R9000 (1.0.4.47HF).
You must stay with Voxel 1.0.2.81.1SF / 1.0.4.46HF, or not use the kamoj GUI for DNSCrypt to keep DNSCrypt compatibility, see:
https://www.snbforums.com/threads/k...ear-r7800-x4s-and-r9000-x10.60590/post-661166
Add-on features in short:
Extended information about the router, settings, firmware etc. Examples:
- Router Temperatures
- CPU Load Total (per core)
- Memory Usage
- Disk Usage
- Connected Devices
- WiFi Speed, Power and RSSI
- Latest Available Firmware indication
- Access to Hidden Menus
- OpenVPN Client handling
- Bypassing OpenVPN Client tunnel for specific clients (MAC addresses)
- DNS Encryption Privacy (DNSCrypt proxy 2/Stubby)
- Ad-Blocking, Malware-blocking etc
- Time synch without NTP
- HDD Spin down (sleep)
- Wake-On-LAN
- Cron Jobs
- Open port 67 for DHCP lease renewal (for IPTV DHCP Options 60 and 61)
- Congestion Control
- Network Parameter Options
- WiFi Devices Info
- Top command
- Log-files
- Show all devices in "Attached Devices" and "Access Control" - even when idle/sleeping.
- Supervision of the WAN connection, and make Power LED amber if no connection.
- High OpenVPN Client speed (120+ Mbps)
- Speed test script (command line command)
- Voxel Firmware for your router (preferable latest version) e.g.:
For R7800:
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-81sf-v-1-0-2-81-1sf.68365/
or:
http://www.voxel-firmware.com/Downloads/Voxel/R7800-Voxel-firmware/R7800-V1.0.2.81.1SF.zip
For R8900/R9000:
https://www.snbforums.com/threads/custom-firmware-build-for-r9000-r8900-v-1-0-4-46hf.68346/
or:
http://www.voxel-firmware.com/Downloads/Voxel/R9000-Voxel-firmware/R9000-V1.0.4.46HF.zip
- Previously installed Kamoj add-on should be uninstalled before installing new version
- A telnet client program
-
Hold down the Windows Key, then press the “R“ key.
The Run dialog box appears. In the Open: window, type:
pkgmgr /iu:”TelnetClient”
Click OK - Internet connection (To download the add-on installation file)
How to install:
#1. Logon (From your web-browser):
http://www.routerlogin.net
#2. Make a backup of current settings (Not needed, but easy done):
Advanced, Administration, Backup Settings, Back Up, Save
#3. Enable Telnet:
http://www.routerlogin.net/debug.htm
Check (Set a tick in the box for) "Enable Telnet". (No apply needed)
#4. Login to the router using telnet:
Hold down the Windows Key, then press the “R“ key.
The Run dialog box appears. In the Open: window, type:
cmd
Click OK.
The Run dialog box appears. In the Open: window, type:
cmd
Click OK.
Code:
telnet www.routerlogin.net
#5. Download the add-on:
For R7800:
Code:
curl --fail -k -R -O https://voxel-firmware.com/Downloads/kamoj-addon_191214-083737-1_ipq806x.ipk
# or:
wget --no-check-certificate https://voxel-firmware.com/Downloads/kamoj-addon_191214-083737-1_ipq806x.ipk
Code:
curl --fail -k -R -O https://voxel-firmware.com/Downloads/kamoj-addon_191214-083737-1_r9000.ipk
# or:
wget --no-check-certificate https://voxel-firmware.com/Downloads/kamoj-addon_191214-083737-1_r9000.ipk
#6. Install:
For R7800:
Code:
/bin/opkg install --force-overwrite kamoj-addon_191214-083737-1_ipq806x.ipk
Code:
/bin/opkg install --force-overwrite kamoj-addon_191214-083737-1_r9000.ipk
#7. Finish the installation with a reboot:
Code:
reboot
#8. To see the result, open your web-browser and go to your router:
http://www.routerlogin.net/index.htm and click the ADVANCED tab.
Here you will find the new options:
- Kamoj Menu
- Hidden Menus
DONE!
Removal of all Kamoj add-on nvram setings:
Login to the router using telnet and issue these commands:
Uninstall/Removal of the Kamoj add-on code:
Login to the router using telnet and issue these commands:
Login to the router using telnet and issue these commands:
Code:
nvram show | awk -F= '/^kamoj/ {print $1}' | xargs -n1 nvram unset
nvram commit
Uninstall/Removal of the Kamoj add-on code:
Login to the router using telnet and issue these commands:
Code:
/bin/opkg remove kamoj-addon
reboot
Content:
Content, Information headers:
- Router Information
- System Version Information
- QoS Information
- System Uptime
- CPU Governors and Frequencies
- CPU Load Total (processes) (per core)
- CPU Temperature
- Network SubSystem Accelerator
- RAM Memory Usage (Used/Total)
- Flash Usage (Used/Total)
- Disk Usage (Used/Total)
- NVRAM Usage (Used/Total)
- Temperatures CPU / WiFi0 / WiFi1
- Temperatures 802.11ad Radio / Antenna
- 5G WiFi0 (ath0)
- 5G WiFi0 Temperature
- 2G WiFi1 (ath1)
- 2G WiFi1 Temperature
- 802.11ad 60 GHz (wlan0)
- Temperatures 802.11ad Radio / Antenna
- 60 GHz 802.11ad Radio Temperature
- 60 GHz 802.11ad Antennas Temperature
- OpenVPN Clients Available
- OpenVPN Client Name
- OpenVPN Client Status
- DNSCrypt v2 Servers
- Stubby DNS Servers
- Congestion Control; Current ( Available )
- NTP synchronized
- DNS status
- Internet connection status
- Network Session (Active/Total)
- WAN Speed (average value)
- Port Status
- eSATA Device
- USB Device
Known Issues:
OpenVPN Bypass only working ok for devices with reserved ip-addresses.
Future:
You are welcome to wish for more information/functions to be added,
or even other add-ons.
Thanks:
To @Voxel for all help and support he's given to many people during long time.
To everyone active in the forum, especially those that have liked or commented my add-on.
/Kamoj
Release Note / Changes since last release:
Previous version can be found here:
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.55063/
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.49907/
https://www.snbforums.com/threads/k...on-for-netgear-r7800-x4s-and-r9000-x10.48965/
https://www.snbforums.com/threads/k...tgear-r7800-x4s-running-voxel-firmware.48139/
Previously installed Kamoj add-on should be uninstalled before installing new version.
Added Information:
Corrected:
Previous version can be found here:
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.55063/
https://www.snbforums.com/threads/k...800-x4s-and-r9000-x10-temperatures-a-o.49907/
https://www.snbforums.com/threads/k...on-for-netgear-r7800-x4s-and-r9000-x10.48965/
https://www.snbforums.com/threads/k...tgear-r7800-x4s-running-voxel-firmware.48139/
Previously installed Kamoj add-on should be uninstalled before installing new version.
Added Information:
- Added color bars for cpu load, memory usage, disk usage and temperatures
- Added Qos info
- Added NSS info
- Added Auto Refresh function
Corrected:
- Bug identifying EXT4 file system on USB-devices
- Bug when identifying USB-devices with several partitions
- Kamoj Menu
- Router Information
- OpenVPN Client
- OpenVPN Bypass
- DNS Privacy/Ad-Blocking
- Settings
- Hidden Menus
- Netgear Debug Info
- Connected Devices List
- Hidden Info
- Router Status
- QoS Setup
- QoS Debug
- QoS nodes
- QoS flows
- Hidden POT
- WiFi 2G coexist
- Secondary Channel
- Antenna Configurations
- Fan Control Temperature
- Update Assistant
- Guest Management
- Emule Server List
- Extender Mode
- 11ad Settings
- Hidden CPU
- Hidden CPU Status
- kamoj_no_ntp_check : Don't try to speed up setting correct date and time
- kamoj_no_temp_check : Don't supervise top temperature
- kamoj_no_wan_speed : Don't measure current WAN speed
- kamoj_no_bypassvpnip : Switch off the OpenVPN Client tunnel bypassing
- kamoj_ping_www : Domain name for ping. Default is www.cloudflare.com
- kamoj_ping_ip : IP-address or "gateway" to automatically used current gateway. Default is 1.1.1.1
- To switch off a function, run e.g. these commands (end with "nvram commit")
Code:
nvram set kamoj_no_wan_speed=1
nvram set kamoj_ping_www=www.google.com
nvram set kamoj_ping_ip=gateway
nvram commit
reboot
- To switch on a function again, run e.g. these commands(end with "nvram commit")
Code:
nvram unset kamoj_no_wan_speed
nvram unset kamoj_ping_www
nvram unset kamoj_ping_ip
nvram commit
reboot
Last edited: