
Description:
My Custom Gargoyle "Dashboard" allows you to have bandwidth plots on the left hand side of the screen and a "Black List" rule for easily banning users, OR you can customize the dashboard to show whatever you like. The right hand side of the screen is the normal gargoyle router interface with nothing else really modified though the /www files were taken from gargoyle 1.1.3 and the svn downloaded was from 2010-01-10.
Download/Installation:
Upgrade a WRT54Gv4 or WRT54GL that already has a version of Gargoyle installed on it with the following trx:
http://john.vaskos.com/v/1/gargoyle/brc ... uashfs.trx
Disclaimer:
I produced this image to the best of my ability but I take no responsibility for errors or losses. However, I have been using this image on a WRT54GL for since the beginning of 2010. It is Now almost June.
Known Issues:
If you edit a rule the [Close and Apply Changes] doesn't really do anything. This is the same with the gargoyle 1.1.6 version. Changes are NOT saved ( I don't think applied either ) until you click the save button from the [Firewall] >> [Restrictions] page. See:
http://www.gargoyle-router.com/phpbb/vi ... 2527#p2527
Customization/Workaround:
I could just compile a new image or just SSH into your LIVE router and replace:
Code: Select all
<iframe frameborder="0" scrolling="no" src="dash_restriction_chrome.sh" width="306px" height="86px"></iframe>
/www/dash_frame.sh
With customs links or WHATEVER you want but I recommend:
Code: Select all
<fieldset style="width: 250px; padding: 10px; margin: 10px; border: 1px solid #888ab8; margin-left: 18px;">
<a href="#" onclick="top.window.frames['main_frame'].location.href = location.protocol + '//' + location.host + '/hosts.sh';">Hosts</a>
-
<a href="#" onclick="top.window.frames['main_frame'].location.href = location.protocol + '//' + location.host + '/restriction.sh';">Restrictions</a>
</fieldset>
Bandwidth Control Page - http://www.gargoyle-router.com/phpbb/vi ... ?f=7&t=217
Frame Friendly Gargoyle - http://www.gargoyle-router.com/phpbb/vi ... ?f=7&t=470