1 | | {{{#!html |
2 | | <div id="wikipage" class="trac-content"><p> |
3 | | </p><div class="wiki-toc"> |
4 | | <ol> |
5 | | <li> |
6 | | <a href="#LuCIWebAdmin">LuCI Web Admin</a> |
7 | | <ol> |
8 | | <li> |
9 | | <a href="#AccessingtheWebInterface">Accessing the Web Interface</a> |
10 | | </li> |
11 | | </ol> |
12 | | </li> |
13 | | </ol> |
14 | | </div><p> |
15 | | </p> |
16 | | <h1 id="LuCIWebAdmin">LuCI Web Admin</h1> |
17 | | <p> |
18 | | <a class="wiki" href="/wiki/OpenWrt">OpenWrt</a> has its own web admin GUI called LuCI which is installed by default on Gateworks <a class="wiki" href="/wiki/OpenWrt">OpenWrt</a> pre-built firmware images. This is written in LUA and uses uHTTPd. |
19 | | </p> |
20 | | <p> |
| 1 | [[PageOutline]] |
| 2 | |
| 3 | = LuCI Web Admin = |
| 4 | OpenWrt has its own web admin GUI called LuCI which is installed by default on Gateworks OpenWrt pre-built firmware images. This is written in LUA and uses uHTTPd. |
| 5 | |
22 | | </p> |
23 | | <ul><li><a class="ext-link" href="http://luci.subsignal.org/trac"><span class="icon"></span>http://luci.subsignal.org/trac</a> |
24 | | </li><li><a class="ext-link" href="http://luci.subsignal.org/trac/wiki/Documentation"><span class="icon"></span>http://luci.subsignal.org/trac/wiki/Documentation</a> |
25 | | </li><li><a class="ext-link" href="http://wiki.openwrt.org/doc/howto/luci.essentials"><span class="icon"></span>http://wiki.openwrt.org/doc/howto/luci.essentials</a> |
26 | | </li><li><a class="ext-link" href="http://wiki.openwrt.org/doc/techref/luci"><span class="icon"></span>http://wiki.openwrt.org/doc/techref/luci</a> |
27 | | </li></ul><h2 id="AccessingtheWebInterface">Accessing the Web Interface</h2> |
28 | | <p> |
| 7 | * http://luci.subsignal.org/trac |
| 8 | * http://luci.subsignal.org/trac/wiki/Documentation |
| 9 | * http://wiki.openwrt.org/doc/howto/luci.essentials |
| 10 | * http://wiki.openwrt.org/doc/techref/luci |
| 11 | |
| 12 | == Accessing the Web Interface == |
30 | | </p> |
31 | | <ol><li>Change the IP address of the computer that will be used to access the board. It should be changed to an address in the same subnet as the board. By default the boards are 192.168.1.1/255.255.255.0. For example: |
32 | | <pre class="wiki">ifconfig eth0 192.168.1.1 netmask 255.255.255.0 |
33 | | </pre></li></ol><ol start="2"><li>Connect the computer to the board through the Ethernet 0 interface. |
34 | | </li></ol><ol start="3"><li>Open a browser and enter the board's IP address (192.168.1.1) into the address bar. |
35 | | </li></ol><p> |
36 | | <a style="padding:0; border:none" href="/attachment/wiki/OpenWrt/wireless/access_point/AP1.jpg"><img width="800px" src="/raw-attachment/wiki/OpenWrt/wireless/access_point/AP1.jpg" /></a> |
37 | | </p> |
38 | | <ol start="4"><li> Click on the System tab, then the Administration tab. |
39 | | </li></ol><p> |
40 | | <a style="padding:0; border:none" href="/attachment/wiki/OpenWrt/wireless/access_point/AP2.jpg"><img width="800px" src="/raw-attachment/wiki/OpenWrt/wireless/access_point/AP2.jpg" /></a> |
41 | | </p> |
42 | | <ol start="5"><li>Create a Password and click on Save & Apply at the bottom of the screen. The board can now also be accessed through SSH if desired. |
43 | | </li></ol |
| 14 | 1. Change the IP address of the computer that will be used to access the board. It should be changed to an address in the same subnet as the board. By default the boards are 192.168.1.1/255.255.255.0. For example: |
| 15 | {{{#!bash |
| 16 | ifconfig eth0 192.168.1.1 netmask 255.255.255.0 |