Just in case you hit a problem if, you are usin 10.03, the router shutdown by an upgrade, power off, whatever… your partition is read only, and you are not able to modify anything on the router. Login on the console and type dmesg. If complains about
Write of 186 bytes at 0x0015a680 failed. returned -30, retlen [...]
I have been using snmp to monitor Input and Output traffict from my router base on openwrt . but I want to know if if my users have a virus spamer or they use P2P on my network?, how do you find out over the time?. I can run this command any time to find [...]
Only a few commands are needed to use Quality Of Service (QOS), just login on theconsole as root@ip.of.router and then:
opkg update;
opkg install qos-scripts;
/etc/init.d/qos enable;
/etc/init.d/qos start;
You would find the config file under /etc/config/qos, I mostly only modify the download value so I limit the amount of bandwidth that I share with others so they [...]
Maybe is obvious, but it took me a while to find this information. I want to set up 2 dns servers for the Access Point based on openwrt. This way if one dns server fails it can use the second one. Using Lucid does give a hint on how to do it.
/etc/config/network
option ‘dns’ [...]