hmm, thank you for reply but can`t access overy putty....something is wrong in my case?
Code:admin@RT-AC3200-7180:/jffs/ipBLOCKer# sh ipBLOCKer.sh status ipBLOCKer.sh: line 13: shopt: not found ipBLOCKer.sh: line 14: shopt: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 29: declare: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 65: declare: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 77: declare: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 81: declare: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 87: declare: not found ipBLOCKer.sh: /jffs/ipBLOCKer/includes_ipBLOCKer.sh: line 90: MAX_ENTRIES: parameter not set admin@RT-AC3200-7180:/jffs/ipBLOCKer#
Yes. It seems you do not have bash.
Do read the installation steps.
If you have entware installed run the below command
Code:
opkg install bash diffutils grep coreutils-sort coreutils-split findutils
Between, I see that you have ipBLOCKer in /jffs
If you have a USB attached to the router,
try to install ipBLOCKer on the USB
it reduces the usage of /jffs.
I need a COFFEE too as I missed your command execution.
Please do not use the below command to run ipBLOCKer
WRONG wont work
sh ipBLOCKer.sh (as ipBLOCKer is built on bash not on sh)
use ONE of the below
1.
cd ipBLOCKer
ipBLOCKer.sh status
or
2.
block status
Last edited: