Changes

Line 346: Line 346:  
===Safety===
 
===Safety===
 
----
 
----
 
+
The <b>Safety</b> section is used to manage the <i>List Of Blocked Addresses</i>. After a user attempts to login to this devices via SSH/HTTP, he will have a limited amount of retries in case of unsuccessful login attempts. This limit is called <i>Fail count</i> and is set in this page. After the user exhausts the maximum number of attempts, his IP address will be blocked from making more attempts and added to the <i>List Of Blocked Addresses</i>.
[[Image:System administration access control safety.PNG]]
+
<br><br>
 +
<b>Block Unwanted Access</b>
 +
----
 +
[[File:{{{file_access_unwanted}}}]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
 
     <tr>
 
     <tr>
         <th>field name</th>
+
         <th>Field</th>
       <th>value</th>
+
       <th>Value</th>
       <th>description</th>
+
       <th>Description</th>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Enable</td>
 
       <td>Enable</td>
       <td>yes | no; Default: '''yes'''</td>
+
       <td>yes | no; default: <b>yes</b></td>
       <td>Toggles secure SSH/WebUI access ON or OFF. If this is checked, devices logging in have a limited amount of tries specified in the '''Fail count''' field to log in to the router</td>
+
       <td>Turns secure SSH/HTTP access on or off. If this is checked, devices logging in have a limited amount of tries specified in the <i>Fail count</i> field to log in to the router via SSH/HTTP.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
       <td>Clean after reboot</td>
 
       <td>Clean after reboot</td>
       <td>yes | no; Default: '''no'''</td>
+
       <td>yes | no; default: <b>no</b></td>
       <td>If this field is checked, blocked addresses are removed after every reboot</td>
+
       <td>If this field is checked, addresses are removed from the <i>List Of Blocked Addresses</i> after every router reboot.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
     <td>Fail count</td>
 
     <td>Fail count</td>
         <td>integer; Default: '''5'''</td>
+
         <td>integer; default: <b>5</b></td>
         <td>Maximal login fail count after which the devices's address is blocked and appears in the '''List Of Blocked Addresses''' section</td>
+
         <td>Maximum login fail count after which the device's address is blocked and addedd to the <i>List Of Blocked Addresses</i>.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>