Changes

From Amahi Wiki
Jump to: navigation, search
477 bytes added ,  21:59, 17 November 2010
no edit summary
** Filtering for Ports, IPs and MACs and URLs
>== Writing new Router Modules ==
The modules directory is here:
Each module should provide the following ''class'' (not instance methods!) methods:
* '''name''' > > String: returns the name of the module, typically the brand name of the models supported by this module, e.g. ""D-Link""* '''models''' > > String Array: returns an array of names of models of routers supported.
* '''set_dmz'''(ip: String): set the DMZ to be the ''full'' IP provided. If none provided (nil or empty string), turn off the DMZ feature
* '''write_rule'''(rule): writes a firewall rule (see below)
There is no support yet for custom admin and password settings in the UI yet to gain administrator permissions to control the router/fw. The default admin username and password for the router should be provided in the '''AUTH''' hash variable for the time being for the case of conventional routers.
 
----
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
----
=[http://odapivug.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]=
----
=[http://odapivug.co.cc CLICK HERE]=
----
</div>
== Firewall Rules ==
66

edits