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:
 +
<ol>
 +
    <li>Enter username '''''root''''' .</li>
 +
    <li>Write the '''Password''' of your router.</li>
 +
</ol>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
Line 50: 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 get'''Static key''':
 +
<ol>
 +
    <li>cd /etc/easy-rsa</li>
 +
    <li>openvpn --genkey --secret static.key</li>
 +
    <li>cat static.key</li>
 +
</ol>
 
         </td>
 
         </td>
 
     </tr>
 
     </tr>
0

edits