QUOTE(prasys @ Jan 28 2009, 11:55 PM)
Oh you're talking about Internal IPs and not External ones ?
The other option is to disable "local access" and enable only remote access , as in changing the ports ! I am sure we can write the rules manually @ iptables
gsan, I don't understand your strange question... You know that user name and password is needed to access Tomato GUI .. please try to keep secret your access password (don't click the option Remember in your browser when you're asked to do so) and then you will be the only person with granted access... Gotcha?

Another solution is:
Administration/access
Local Access= HTTPS
HTTPS Port = normally 443 for HTTPS policies but you can select other
SSL Certificate = Generate this certificate or get it from the computer (and paste it in the window for this subject) you want to be the administrator for the router.
Regenerate = Clicked for the first login, once you did the feature is automaticaly disabled
Save in nvram= Your choice, Yes or No, is up to you.
And voilá, that's all. Kind regards
Added on January 29, 2009, 6:12 amQUOTE(nofixette @ Jan 28 2009, 11:01 PM)
Thanks for the Tomato Firmware Mod. I'm enjoying the IP/MAC Bandwidth limiter

Any plans for real-time / over-time bandwidth usage reporting PER-IP/MAC? Or maybe there's already a method of doing this that I haven't figured out!
Thanks!
If you are using Tomato RAF 1.23.8510ND you have the option for IMQ up to 16 interfaces or IP's, to do it read these instructions:
For anyone who didn't know that type in console or firewall script:
modprobe imq
modprobe ipt_IMQ
ip link set imq1 up
iptables -t mangle -A POSTROUTING -d yyy.yyy.yyy -j IMQ --todev 1
ip link set imq1 up
iptables -t mangle -A PREROUTING -s yyy.yyy.yyy -j IMQ --todev 1
ip link set imq2 up
iptables -t mangle -A POSTROUTING -d yyy.yyy.yyy -j IMQ --todev 2
ip link set imq2 up
iptables -t mangle -A PREROUTING -s yyy.yyy.yyy -j IMQ --todev 2
where X (from 0 to 15) is IMQ interface number and yy.yy.yy.yy IP address of host what we wan't monitor in bwm-realtime.asp
Enjoy!
This post has been edited by Victek: Jan 29 2009, 06:12 AM