<%# 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 -%> <%+header%>

<%:Opennet Usergateways%>

<% if luci.sys.exec("openvpn --help | grep mtu") == "" then %>

ERROR: openvpn does not support mtu-check, please compile openvpn without "--enable-small" option

<% else %> <% include("opennet/on_ugw_status") %> <% include("opennet/on_ugw_new") %> <% include("opennet/on_ugw_keys") %> <% include("opennet/on_vpn_key_management") %> <% include("opennet/on_vpn_key_generation") %> <% end %> <%+footer%>