Changes

Line 36: Line 36:  
     <tr>
 
     <tr>
 
         <td style="border-bottom: 1px solid white>
 
         <td style="border-bottom: 1px solid white>
Login to the router's WebUI and navigate to the '''Services → CLI''' page and do the following:
+
Login to the router's WebUI, navigate to the '''Services → CLI''' page and do the following:
 
<ol>
 
<ol>
 
     <li>Enter username '''''root''''' .</li>
 
     <li>Enter username '''''root''''' .</li>
Line 54: Line 54:  
     <tr>
 
     <tr>
 
         <td style="border-bottom: 1px solid white>
 
         <td style="border-bottom: 1px solid white>
Write the following commands to create and open '''Static key''':
+
Write the following commands to create and open OpenVPN '''Static key''':
 
  1) cd /etc/easy-rsa
 
  1) cd /etc/easy-rsa
 
  2) openvpn --genkey --secret static.key
 
  2) openvpn --genkey --secret static.key
Line 71: Line 71:  
     <tr>
 
     <tr>
 
         <td style="border-bottom: 1px solid white>
 
         <td style="border-bottom: 1px solid white>
Create '''txt''' file on your computer and copy '''Static key''' to it. Copy from the beginning to the end as in the example.
+
Create '''.txt''' file on your computer and copy '''Static key''' to it. Copy from the beginning to the end as in the example.
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 107: Line 107:  
     <li>Select '''Authentication: Static key'''.</li>
 
     <li>Select '''Authentication: Static key'''.</li>
 
     <li>Add '''Keep alive''' interval: '''10 120'''.</li>
 
     <li>Add '''Keep alive''' interval: '''10 120'''.</li>
     <li>Upload '''Static pre-shared key''' (use the txt file you created in previous steps).</li>
+
     <li>Upload '''Static pre-shared key''' (use the .txt file you created in previous steps).</li>
 
     <li>'''Save''' the changes.</li>
 
     <li>'''Save''' the changes.</li>
 
</ol>
 
</ol>
0

edits