Changes

no edit summary
Line 35: Line 35:  
Static routes have to be set for subnets to allow communication between the VLANs.<br>
 
Static routes have to be set for subnets to allow communication between the VLANs.<br>
 
*Head to the '''Network → Static Routes''' and create static routes for your ''VLAN subnets''.<br>
 
*Head to the '''Network → Static Routes''' and create static routes for your ''VLAN subnets''.<br>
#Select ''interface'' – Your created VLAN interface (for example ''VLAN3('''1''')'';''VLAN2('''2''')'').<br>
+
#Select '''interface''' – Your created VLAN interface (In this example VLAN2 and VLAN3).<br>
#Enter the ''target IP address'' (the address of your VLAN subnet that you are trying to reach)<br>
+
#Enter the '''target IP address''' (the address of your VLAN subnet that you are trying to reach)<br>
#Enter the target ''IPV4-netmask''
+
#Enter the target '''IPv4-netmask'''
#Enter ''IPV4-Gateway'' (the IP address of your VLAN interface which is used for leaving its network).<br>
+
#Enter '''IPv4-Gateway''' (the IP address of your VLAN interface which is used for leaving its network).<br>
 
Once the static routes are created click on '''Save & Apply'''.<br>
 
Once the static routes are created click on '''Save & Apply'''.<br>
 
[[File:Network intervlan tsw212 staticroutes.png|border|class=tlt-border|1100x300 px]]<br>
 
[[File:Network intervlan tsw212 staticroutes.png|border|class=tlt-border|1100x300 px]]<br>
Line 54: Line 54:  
     <tr>
 
     <tr>
 
     <td>Target<span class="asterisk">*</span></td>
 
     <td>Target<span class="asterisk">*</span></td>
         <td>ip4; default: <b>none</b></td>
+
         <td>IPv4; default: <b>none</b></td>
 
         <td>Destination network address.</td>
 
         <td>Destination network address.</td>
 
     </tr>
 
     </tr>
Line 64: Line 64:  
     <tr>
 
     <tr>
 
     <td>IPv4-Gateway</td>
 
     <td>IPv4-Gateway</td>
         <td>ip4; default: <b>none</b></td>
+
         <td>IPv4; default: <b>none</b></td>
 
         <td>A gateway can be any machine in a network that is capable of serving as an access point to another network. Traffic that matches this route will be directed over the IP address specified in this field.</td>
 
         <td>A gateway can be any machine in a network that is capable of serving as an access point to another network. Traffic that matches this route will be directed over the IP address specified in this field.</td>
 +
    </tr>
 +
    <tr>
 +
    <td>Metric</td>
 +
        <td>integer [0..4294967295]; default: <b>1</b></td>
 +
        <td>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.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
Line 74: Line 79:  
     <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 | blackhole | anycast | -- custom -- ; default: <b>unicast</b></td>
 
         <td>Selects route type. Each type specifies a different behavior for the route:
 
         <td>Selects route type. Each type specifies a different behavior for the route:
 
             <ul>
 
             <ul>

Navigation menu