Difference between revisions of "OpenVPN"

From Zombi Wiki
Jump to navigation Jump to search
(Created page with "{{Project |name = OpenVPN |image = |status = stable |description = VPN Network that grants access to internal services |author = user:cpp |owner...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|status      = stable
 
|status      = stable
 
|description = VPN Network that grants access to internal services
 
|description = VPN Network that grants access to internal services
|author      = [[user:cpp]]
+
|author      = cpp
 
|owner      =  
 
|owner      =  
 
|maintainer  =
 
|maintainer  =
 
|location    =
 
|location    =
 +
|authentication= OpenVPN Certificates
 +
|implements  = Q509075
 
}}
 
}}
Our '''VPN''' utilizes the 10.0.0.0/24 subnet. You can use it to access some services running within 10.0.0.0/29. It's also used for gaming.
+
Our '''VPN''' utilizes the 10.0.0.0/25 subnet. You can use it to access some services running within 10.0.0.0/29. It's also used for gaming.
  
 
=== Connecting ===
 
=== Connecting ===
 
You can install openvpn from the repos of your favorite operating system. You can download a certificate at https://ovpn.zom.bi, that should be placed in <code>/etc/openvpn/</code>. After running <code># service openvpn restart</code> you should be connected to the VPN.
 
You can install openvpn from the repos of your favorite operating system. You can download a certificate at https://ovpn.zom.bi, that should be placed in <code>/etc/openvpn/</code>. After running <code># service openvpn restart</code> you should be connected to the VPN.
 +
=== Setting up the Server ===
 +
You can find documentation on how to setup an OpenVPN-Server at [[OpenVPN/Server]].

Latest revision as of 05:34, 16 February 2021

     
OpenVPN

status: stable

Description VPN Network that grants access to internal services
Author  User:cpp
Authentication  OpenVPN Certificates
Implements  Q509075 (wikidata)

Our VPN utilizes the 10.0.0.0/25 subnet. You can use it to access some services running within 10.0.0.0/29. It's also used for gaming.

Connecting

You can install openvpn from the repos of your favorite operating system. You can download a certificate at https://ovpn.zom.bi, that should be placed in /etc/openvpn/. After running # service openvpn restart you should be connected to the VPN.

Setting up the Server

You can find documentation on how to setup an OpenVPN-Server at OpenVPN/Server.