<%# Opennet Firmware Copyright 2010 Rene Ejury Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id: index.htm 5448 2009-10-31 15:54:11Z jow $ -%> <%+header%>

<%:Welcome to the Extended Configuration Pages of your Access Point%>

<% print(luci.i18n.string([[The Menu on the left has three Options on top and some on the bottom. The topmost option, 'Status', will show some information about your Accesspoint to everybody without the requirement to authenticate. In the Area 'Base' you can find all the basic configurations, which are required to integrate this Accesspoint into Opennet. The lowest of the upper Options, 'ON Extended' has some options to modifiy the behavior of the Accesspoint in special circumstances.]])) %>

<% print(luci.i18n.string([[The options on the bottom are used to change the interface from the Opennet Webinterface back to the OpenWrt Webinterface. There you can configure the Accesspoint in detail. But take care that those changes in OpenWrt might not be supported by Opennet and might destroy the Opennet-Integration.]])) %>

<%:Extended Configuration%>

<%:The following points are useful if you like to specifically change some Accesspoint behavior. They are not required for proper work of your Accesspoint, but can be really useful if you like to extend the functionality of your Accesspoint.%>

    <% if luci.sys.exec("opkg status on-openvpn | grep installed") ~= "" then %>
  • <%:VPN Gateways%>

    <%:This is the place where you can configure your Opennet-Internet-Gateways. Select, how they are ordered and add or blacklist specific Gateways%>

  • <% end %>
  • <%:Port-Mapping%>

    <%:If you like to forward ports from the outside (for instance the Internet) to Computers in your local network, configure it here.%>

  • <% if luci.sys.exec("opkg status on-usergw | grep installed") ~= "" then %>
  • <%:Internet Sharing%>

    <%:You have some WAN-connection like DSL and like to share the Internet? Here you can create and manage the required VPN-Certificates to turn your Accesspoint into a User-Gateway. If you like to enable or disable the Internet-Sharing, this is the place to choose%>

  • <% end %>
<%+footer%>