| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <div class="row">
- <div class="col-md-12">
- <h2>Download instructions</h2>
- <ol>
- <li>
- Download <a target="_blank" href="http://openvpn.net/index.php/download/community-downloads.html">OpenVPN</a>
- </li>
- <li>
- Install OpenVPN
- </li>
- <li>
- Download <a href="static/client.ovpn">config</a> file and put it in <span class="text-muted">C:\Program Files\OpenVPN\config</span>
- </li>
- <li>
- Start OpenVPN-Gui as <span class="text-muted">Admin</span>
- </li>
- <li>
- Right-click OpenVPN's icon in the systray and select <span class="text-muted">connect</span>
- </li>
- <li>
- Enter your username and password.
- </li>
- <li>
- Hint: If you don't want to enter your username/password everytime, you connect follow these instructions:
- <ol>
- <li>
- Navigate to <span class="text-muted">C:\Program Files\OpenVPN\config</span>
- </li>
- <li>
- Open <span class="text-muted">client.ovpn</span> with your favorite text-editor
- </li>
- <li>
- Append <span class="text-muted">up.txt</span> to <span class="text-muted">auth-user-pass</span> in the last line, then save
- </li>
- <li>
- Create a new file <span class="text-muted">(up.txt)</span> in <span class="text-muted">C:\Program Files\OpenVPN\config</span>
- </li>
- <li>
- Write your username in the first line, password in second line, for example:<br>
- 1337h4xx0r<br>
- sUp3rs3(R3T
- </li>
- <li>
- Connect again and OpenVPN shouldn't be asking for your username/password anymore
- </li>
- </ol>
- </li>
- </ol>
- </div>
- </div>
|