1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]>
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7    <style type="text/css"><!--
8      span.static_style
9      {
10        font-size			: 8pt;
11        color				: white;
12        font-weight			: bold;
13        background			: #44f;
14        border-left			: solid 1px #aaf;
15        border-top			: solid 1px #aaf;
16        border-right		: solid 1px #00c;
17        border-bottom		: solid 1px #00c;
18        padding-left		: 2px;
19        padding-right		: 2px;
20      }
21
22      span.virtual_style
23      {
24        font-size			 : 8pt;
25        color				 : white;
26        font-weight			: bold;
27        background			: #0a0;
28        border-left			: solid 1px #0f0;
29        border-top			: solid 1px #0f0;
30        border-right		: solid 1px #060;
31        border-bottom		: solid 1px #060;
32        padding-left		: 2px;
33        padding-right		: 2px;
34      }
35
36      span.protected_style
37      {
38        font-size			 : 8pt;
39        color				 : white;
40        font-weight			: bold;
41        background			: #444;
42        border-left			: solid 1px #ccc;
43        border-top			: solid 1px #ccc;
44        border-right		: solid 1px #222;
45        border-bottom		: solid 1px #222;
46        padding-left		: 2px;
47        padding-right		: 2px;
48      }
49      table.table, table.table td, table.table th
50      {
51        border-collapse: collapse;
52        background-color: white;
53      }
54
55      table.table
56      {
57        width: auto;
58        margin: 1em;
59        position	: static;
60        font-family	: Arial;
61      }
62
63      table.table td, table.table th
64      {
65        padding: 0.2em;
66      }
67
68      table.table td.number, table.table th.number
69      {
70        text-align: right;
71      }
72
73      table.table tbody tr th
74      {
75        text-align: left;
76        font-weight: normal;
77        width: auto;
78      }
79
80      table.table thead tr th,
81      table.table tbody tr th.category
82      {
83        padding: 0 0.2em;
84      }
85
86      table.table caption
87      {
88        font-weight: bold;
89        padding: 0.4em;
90      }
91      table.table th
92      {
93        font-weight			: bold;
94        background			: #acf;
95      }
96        --></style>
97<title>NetworkSetting</title>
98  </head>
99  <body>
100<h1><CODE>NetworkSetting</CODE></h1>
101<h2>Overview</h2>
102    <div class="section">
103      <p>
104The <CODE>NetworkSetting</CODE> program configures the security mode, SSID, and key (or passphrase) settings for network configurations 1-3.
105      </p>
106    </div>
107<h2>How to Use</h2>
108    <div class="section">
109      <p>
110        <table class="table"><tbody>
111<tr><th>Button</th> <th>Operation</th></tr>
112<tr><td>↑↓</td> <td>Moves between slots to configure</td></tr>
113<tr><td>A</td> <td>Select / Run</td></tr>
114<tr><td>B</td> <td>Back / Cancel</td></tr>
115        </tbody></table>
116      </p>
117    </div>
118<h2>Slot 1~3 Setting</h2>
119    <div class="section">
120      <p>
121Here you can set the network configuration of the selected slot. Select <B>Write Setting</B> to apply the settings.<br />
122        <table class="table"><tbody>
123<tr><th>Button</th> <th>Operation</th></tr>
124<tr><td>A</td> <td>Select / Confirm</td></tr>
125<tr><td>B</td> <td>Back / Cancel</td></tr>
126		  <tr><td>Touch Panel</td> <td>Input of SSID and key (or passphrase)</td></tr>
127        </tbody></table>
128<h3><CODE>SecurityMode</CODE></h3>
129        <p>
130Choose from the following: OPEN, WEP 40bit, WEP 104bit, WEP 128bit, WPA TKIP, WPA2 TKIP, WPA AES, and WPA2 AES.
131        </p>
132<h3>SSID</h3>
133        <p>
134Enter an SSID via the software keyboard. You can only enter single-byte alphanumeric characters. The setting has a maximum length of 32 characters.
135        </p>
136<h3>KEY / PASS PHRASE</h3>
137        <p>
138Use the software keyboard to enter your data.<br />If you chose OPEN, WEP 40bit, WEP 104bit, or WEP 128bit for the <CODE>SecurityMode</CODE>, enter a key. If you chose WPA TKIP, WPA2 TKIP,  WPA AES, or WPA2 AES, enter a passphrase.<br /><br />
139
140The maximum length of the string varies as shown below.<br />
141        <table class="table"><tbody>
142<tr><th><CODE>SecurityMode</CODE></th> <th>Setting</th> <th>Number of characters that can be input</th></tr>
143<tr><td><CODE>OPEN</CODE></td> <td>-</td> <td>-</td> </tr>
144<tr><td>WEP 40-bit authentication</td> <td>KEY</td> <td>Maximum 5 characters</td> </tr>
145		  <tr><td>WEP 104-bit authentication</td> <td>KEY</td> <td>Maximum 13 characters</td> </tr>
146<tr><td>WEP 128-bit authentication</td> <td>KEY</td> <td>Maximum 16 characters</td> </tr>
147<tr><td>WPA TKIP authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
148		  <tr><td>WPA2 TKIP authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
149<tr><td>WPA AES authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
150<tr><td>WPA2 AES authentication</td> <td>PASS PHRASE</td> <td>Minimum 8 characters - maximum 63 characters</td> </tr>
151        </tbody></table>
152        </p>
153<h3>AutoDNS</h3>
154        <p>
155Configures for automatic DNS. Set automatic DNS to <CODE>false</CODE> to configure primary DNS first and secondary DNS next. You can only enter numbers.
156        </p>
157<h3>Write Setting &amp; Connect Test</h3>
158        <p>
159Apply the setting and run the connection test.<br />For the connection test, try connecting to the LAN.<br /><br />
160
161An error code is displayed if the connection test fails.<br />The error codes and corresponding solutions are shown below.<br />
162        <table border="2" rules="all"><tbody>
163<tr><th>Error Code</th> <th>Description of Error</th> <th>Solution</th></tr>
164<tr><td>00300xx</td> <td>NAND error</td> <td>Turn the system power off and back on, and try again.</td> </tr>
165<tr><td>00301xx</td> <td>Wireless device error</td> <td>Turn the system power off and back on, and try again.</td> </tr>
166		  <tr><td>00302xx</td> <td>The wireless feature is off</td> <td>Enable wireless communications.</td> </tr>
167<tr><td>00304xx</td> <td>Restricted by parental controls.</td> <td>Disable parental control. </td> </tr>
168
169<tr><td>00310xx</td>
170				<td>
171					Either no access point beacon could be found, or a beacon was found but no matching connection candidate SSID could be found.
172				</td>
173				<td>
174					Move closer to the access point and try again.<br />Confirm the modem and access point are powered on.<br />Check the wireless feature settings of the wireless router. <br />Change the channel being used by the wireless router. <br />Check for radio interference from other devices in the vicinity.<br />Try again later.<br />
175				</td>
176		  </tr>
177<tr><td>00311xx</td>
178				<td>
179					Could not connect to access point because security is different.<br />Could not connect to access point for some reason<br />DHCP failed<br />Could not connect to access point because the maximum possible number of connections is exceeded.<br />
180				</td>
181				<td>
182					Confirm security and passphrase.<br />Move closer to the access point and try again.<br />Check the wireless feature settings of the wireless router. <br />Check the wireless router settings on the LAN side<br />→DHCP, wireless settings, etc. <br />Change the channel being used by the wireless router. <br />Check for radio interference from other devices in the vicinity.<br />Manually configure the IP address.<br />Try again later.<br />
183				</td>
184		  </tr>
185		  <tr><td>00312xx</td> <td>IP address conflict with another terminal</td> <td>Change the IP address setting and try again.</td> </tr>
186<tr><td>00313xx</td> <td>The encryption setting for the access point is WEP but WPA has been configured for broadcasting (according to the settings information in the beacon).</td> <td>Change the encryption settings for the wireless router.</td> </tr>
187
188<tr><td>00340xx</td> <td>Disconnected from the network during communication.</td> <td>Move closer to the access point and try again.<br/>Check for radio interference from other devices in the vicinity.</td> </tr>
189<tr><td>00341xx</td> <td>Disconnected from the network during communication.</td> <td>Move closer to the access point and try again.<br/>Check for radio interference from other devices in the vicinity.</td> </tr>
190        </tbody></table>
191		<br /><B>Note:</B> The value in the <I>xx</I> portion of the error code depends on the slot used for the connection test.
192        </p>
193<h3>Remove Setting</h3>
194        <p>
195Deletes the settings.
196        </p>
197      </p>
198    </div>
199<h2>Revision History</h2>
200    <div class="section">
201      <dl class="history">
202        <dt>2010/09/17</dt>
203<dd>Initial version.<br /></dd>
204        <dt>2010/10/20</dt>
205<dd>Added items regarding the connection test.<br /></dd>
206        <dt>2010/11/09</dt>
207<dd>Added items regarding DNS configuration.<br /></dd>
208      </dl>
209    </div>
210  <hr><p>CONFIDENTIAL</p></body>
211</html>
212