<%# LuCI - Lua Configuration Interface Copyright 2012 Jo-Philipp Wich 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 -%> <% if luci.http.formvalue("status") == "1" then local model=luci.sys.exec("cat /tmp/sysinfo/model") or "NA" local rv = { model=model } luci.http.prepare_content("application/json") luci.http.write_json(rv) return end -%> <%+header%>

Thank you for using Lantronix - Router.

Please refer to the label on your router or the status page to confirm your model.

Quick Setup will guide you through the basic configurations of the Router. Apart from the interface configurations mentioned in the below quick setup tab, all other parameters will be set at factory. Please refer to the user manual for a list of factory default configuration.

For advanced users, please use the Network tab to configure the device.

'" title="<%:Go to next page%>" value="<%:Quick Setup%>" /> '" title="<%:status overview%>" value="<%:Status%>" />
<%+footer%>