Changes

no edit summary
Line 6: Line 6:  
{{Template: Networking_trb_manual_fw_disclosure
 
{{Template: Networking_trb_manual_fw_disclosure
 
| fw_version = {{{fw_version}}}
 
| fw_version = {{{fw_version}}}
}}
+
}}123
    
==Static routes==
 
==Static routes==
Line 17: Line 17:  
     <tr>
 
     <tr>
 
         <th>Field</th>
 
         <th>Field</th>
       <th>Dalue</th>
+
       <th>Value</th>
 
       <th>Description</th>
 
       <th>Description</th>
 
     </tr>
 
     </tr>
Line 26: Line 26:  
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
     <td>Target<span class="asterisk">*</span>'</td>
+
     <td>Target<span class="asterisk">*</span></td>
 
         <td>ip4; default: <b>0.0.0.0</b></td>
 
         <td>ip4; default: <b>0.0.0.0</b></td>
 
         <td>The address of the destination network</td>
 
         <td>The address of the destination network</td>
Line 47: Line 47:  
     <tr>
 
     <tr>
 
     <td>MTU</td>
 
     <td>MTU</td>
         <td>integer; default: <b>1500</b></td>
+
         <td>integer [64..9000]; default: <b>1500</b></td>
        <td></td>
+
      <td>Sets the maximum transmission unit (MTU) size. It is the largest size of a protocol data unit (PDU) that can be transmitted in a single network layer transaction.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Route Type</td>
 
     <td>Route Type</td>
 
         <td>unicast | local | broadcast | multicast | unreachable | prohibit | backhole | anycast | -- custom -- ; default: <b>unicast</b></td>
 
         <td>unicast | local | broadcast | multicast | unreachable | prohibit | backhole | anycast | -- custom -- ; default: <b>unicast</b></td>
         <td></td>
+
         <td>Selects route type. Each type specifies a different behavior for the route:
 +
            <ul>
 +
                <li><b>unicast</b> - </li>
 +
                <li><b>local</b> - routes of this type are added to the 'local' routing table and used only for locally hosted IPs.</li>
 +
                <li><b>broadcast</b> - routes of this type are added to the 'local' routing table and used by link layer devices that support the broadcast address principle.</li>
 +
                <li><b>multicast</b> - </li>
 +
                <li><b>unreachable</b> - </li>
 +
                <li><b>prohibit</b> - used to prohibit traffic to specified host or network. When a destination is prohibited, the kernel sends a 'Network is unreachable' response the source address.</li>
 +
                <li><b>blackhole</b> - packets that match this type of route are discarded without any response.</li>
 +
                <li><b>anycast</b> - </li>
 +
                <li><b>-- custom --</b> - </li>
 +
            </ul>
 +
        </td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
<br>
 +
<span class="asterisk">*</span><b>Additional notes on Target & Netmask:</b>
 +
 +
You can define a rule that applies to a single IP like this:
 +
 +
<ul>
 +
    <li><b>Target</b>: some IP</li>
 +
    <li><b>Netmask</b>: 255.255.255.255</li>
 +
</ul>
   −
<span class="asterisk">*</span><b>Additional notes on Target & Netmask:<b>
+
Furthermore, you can define a rules that apply to a range of IPs. Refer to the table below for examples.
   −
You can define a rule that applies to a single IP like this: Destination - some IP; Netmask - 255.255.255.255. Furthermore, you can define a rule that applies to a segment of IPs like this: Destination – some IP that STARTS some segment; Netmask – Netmask that defines how large the segment is. e.g.:
   
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>Field</th>
+
         <th>Target</th>
       <th>Value</th>
+
       <th>Netmask</th>
 
       <th>Description</th>
 
       <th>Description</th>
    </tr>
  −
    <tr>
  −
      <td>192.168.2.161</td>
  −
      <td>255.255.255.255</td>
  −
      <td>Only applies to 192.168.2.161.</td>
   
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 90: Line 105:  
         <td>255.255.0.0</td>
 
         <td>255.255.0.0</td>
 
         <td>Applies to IPs in the 192.168.0.0 - 192.168.255.255 range.</td>
 
         <td>Applies to IPs in the 192.168.0.0 - 192.168.255.255 range.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>192.168.2.161</td>
 +
      <td>255.255.255.255</td>
 +
      <td>Only applies to 192.168.2.161.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
  −
[[Category:{{{name}}} WebUI]]
 

Navigation menu