MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2016-11-17 22:40:04
  • openvpn

openvpn

  • https://openvpn.net/index.php/open-source/333-what-is-openvpn.html

  • https://openvpn.net/index.php/download/community-downloads.html

Install from source code

cd /tmp
wget https://swupdate.openvpn.org/community/releases/openvpn-2.3.13.tar.xz
tar xvif openvpn-2.3.13.tar.xz 
cd openvpn-2.3.13
./configure
make clean
make
make install

nano client.ovpn
auth-user-pass auth.txt # use and pass on auth.txt file
openvpn --config client.ovpn
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01