Difference between revisions of "Template:Networking trb manual static routes"

From Teltonika Networks Wiki
Line 56: Line 56:
 
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
<br>
 +
<span class="asterisk">*</span><b>Additional notes on Target & Netmask:</b>
  
<span class="asterisk">*</span><b>Additional notes on Target & Netmask:</b>
 
----
 
 
You can define a rule that applies to a single IP like this:  
 
You can define a rule that applies to a single IP like this:  
  
Line 73: Line 73:
 
       <th>Netmask</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 98: Line 93:
 
         <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]]
 
[[Category:{{{name}}} WebUI]]

Revision as of 16:38, 18 October 2019

Summary

Static routes specify over which interface and gateway a certain host or network can be reached. This chapter is an overview of the Static Routes page in {{{name}}} gateways.

The information in this page is updated in accordance with the [[Media:{{{fw_version}}}.bin|{{{fw_version}}}]] firmware version.

Static routes

To find information on static route configuration, refer to the figure and table below:

[[File:{{{file_routes}}}]]

Field Value Description
Interface mobile | lan; default: mobile The zone where the target network resides
Target*' ip4; default: 0.0.0.0 The address of the destination network
Netmask* netmask; default: 255.255.255.255 A Mask that is applied to the Target to determine to what actual IP addresses the routing rule applies
Gateway ip; default: none Defines where the router should send all the traffic that applies to the rule
Metric integer; default: 0 The metric value is used as a sorting measure. If a packet about to be routed fits two rules, the one with the lower metric is applied.
MTU integer; default: 1500
Route Type unicast | local | broadcast | multicast | unreachable | prohibit | backhole | anycast | -- custom -- ; default: unicast


*Additional notes on Target & Netmask:

You can define a rule that applies to a single IP like this:

  • Target: some IP
  • Netmask: 255.255.255.255

Furthermore, you can define a rules that apply to a range of IPs. Refer to the table below for examples.

Target Netmask Description
192.168.2.0 255.255.255.240 Applies to IPs in the 192.168.2.0 - 192.168.2.15 range.
192.168.2.240 255.255.255.240 Applies to IPs in the 192.168.2.240 - 192.168.2.255 range.
192.168.2.161 255.255.255.0 Applies to IPs in the 192.168.2.0 - 192.168.55.255 range.
192.168.0.0 255.255.0.0 Applies to IPs in the 192.168.0.0 - 192.168.255.255 range.
192.168.2.161 255.255.255.255 Only applies to 192.168.2.161.

[[Category:{{{name}}} WebUI]]