RUT230 LAN: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
===General Setup=== | ===General Setup=== | ||
---- | ---- | ||
The General Setup | The <b<General Setup</b> section provides you with the possibility to set the router's Private IP address, IP netmask and IP broadcast. | ||
[[File: | [[File:Networking_rut_manual_lan_general_settings.png|border|class=tlt-border]] | ||
<table class="nd-mantable"> | <table class="nd-mantable"> | ||
<tr> | <tr> | ||
<th> | <th>Field</th> | ||
<th> | <th>Value</th> | ||
<th> | <th>Description</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IP address</td> | <td>IP address</td> | ||
<td>ip; | <td>ip; default: <b>192.168.1.1</b></td> | ||
<td>IP address | <td>IP address of this LAN interface.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IP netmask</td> | <td>IP netmask</td> | ||
<td>ip; | <td>ip; default: <b>255.255.255.0</b></td> | ||
<td>A netmask is used to define how “large" the LAN network is</td> | <td>A netmask is used to define how “large" the LAN network is.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IP broadcast</td> | <td>IP broadcast</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>IP broadcasts are used by BOOTP and DHCP clients to find and send requests to their respective servers</td> | <td>IP broadcasts are used by BOOTP and DHCP clients to find and send requests to their respective servers.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IPv6 Address</td> | <td>IPv6 Address</td> | ||
<td> | <td>ip6; default: <b>none</b></td> | ||
<td>Assigns an Ipv6 address for this interface. CIDR notation: address/prefix</td> | <td>Assigns an Ipv6 address for this interface. CIDR notation: address/prefix.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IPv6 Prefix Length</td> | <td>IPv6 Prefix Length</td> | ||
<td> | <td>hex; default: <b>60</b></td> | ||
<td>Delegates a prefix length for this interface</td> | <td>Delegates a prefix length for this interface.</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>IPv6 | <td>IPv6 Prefix</td> | ||
<td> | <td>hex; default: <b>none</b></td> | ||
<td> | <td>Custom IPv6 prefix for this network interface.</td> | ||
</tr> | </tr> | ||
<tr> | |||
<td>ULA Prefix</td> | <td>ULA Prefix</td> | ||
<td>ip; | <td>ip; default: <b>none</b></td> | ||
<td>Prefix used for the Unique Local Address</td> | <td>Prefix used for the Unique Local Address.</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||