Template:Networking rut configuration example openvpn bridge use case: Difference between revisions
Template:Networking rut configuration example openvpn bridge use case (view source)
Revision as of 15:20, 4 May 2020
, 4 May 2020→OpenVPN
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> |