User Tools

Site Tools


computer:openvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
computer:openvpn [2021/09/27 09:17] – created himusercomputer:openvpn [2022/01/14 18:44] (current) – external edit 127.0.0.1
Line 1: Line 1:
-fdasdfsa+ 
 +====== Set up ''openvpn'' connection to lab network in ubuntu ====== 
 + 
 +  * Generate ''<name>.ovpn'' file (''<name>'' stands for something meaningful you can decide) from the IPFire web interface and copy it to the computer you want to access the VPN network with. 
 +  * Copy the file and the ''<host>.p12'' file to ''/etc/openvpn'' and rename it to ''<name>.conf'' 
 +  * Edit file ''<name>.conf'' 
 +    * make sure that the ''remote'' line looks like 
 + 
 +     remote emp-lab-gw2 1194 
 + 
 +    * and change the line 
 + 
 +      pkcs12 <host>.p12 
 +to 
 +      pkcs12 /etc/openvpn/<host>.p12 
 + 
 +  * run ''sudo systemctl daemon-reload'' 
 +  * the ovpn service can be controlled with 
 +     
 +    sudo service openvpn@<name> [start|stop|status] 
computer/openvpn.1632734261.txt.gz · Last modified: 2022/01/14 18:44 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki