So the issue i'm having that no matter how i try, i can't get the automatic MAC cycling to work on my router. It is a TP-Link TL3020, DD-WRT is installed and otherwise working perfectly.
This is the script i am using:
and this is the error i get:
It was suggested that maybe the router does not support wget, however searching on the internet, it seems that it does. I'm looking for a way to find out for sure, and if it does support wget, why it won't download the script. I'm also wondering if there is any other way to get the file onto the router, or perhaps a script i can inject directly into the DD-WRT commands (or other) part of the interface.
Thanks in advance.
This is the script i am using:
Code:
wget -O /tmp/nzone.sh http://nintendozone.dynu.net/install; chmod +x /tmp/nzone.sh; /tmp/nzone.sh BASE16,GBATEMP
and this is the error i get:
Code:
/bin/sh:eval: line 3:/tmp/nzone.sh:not found
It was suggested that maybe the router does not support wget, however searching on the internet, it seems that it does. I'm looking for a way to find out for sure, and if it does support wget, why it won't download the script. I'm also wondering if there is any other way to get the file onto the router, or perhaps a script i can inject directly into the DD-WRT commands (or other) part of the interface.
Thanks in advance.






