OpenVPN by sifteam

Status
Not open for further replies.

k@lkov

Super VIP
Messages
10,003
Code:
[B]Add your conf into directory:[/B]
/var/etc/openvpn/

[B]Add this (2 line) command:[/B]
/sbin/insmod /var/lib/modules/tun.ko
/var/bin/openvpn --config /var/etc/openvpn/MY_CONF &

[B]..in bottom of file:[/B]
/var/etc/rcS.d/S99user_start.sh

by ngc1927
 

k@lkov

Super VIP
Messages
10,003
Code:
08-10-08

[B]Add your conf into directory:[/B]
/var/etc/openvpn/

..in same directory add one file with name "myconfig.txt"
..with to its inside the name of your config

[B]For example, if your config file is client10.conf from telnet use this:[/B]
echo "client10.conf" > /var/etc/openvpn/myconfig.txt
 

Luli

Registered
Messages
62
When i start my config ,Vpn stoped ,so can someone explaine or guide how to with ``my config``.

thanks in advance
 

mercato_1

Registered
Messages
27
Dear Friends, I am so new in this world of Linux devices such as Cuberevo, So pls. can you pls tell what is OpenVPN and what is the usage.

Regards
 

k@lkov

Super VIP
Messages
10,003
Code:
openvpn 2.0.9 r8

10.08.09

[B]Add your conf into directory:[/B]
/var/etc/openvpn/

..in same directory add one file with name "myconfig.txt"
..with to its inside the name of your config

[B]For example, if your config file is client10.conf from telnet use this:[/B]
echo "client10.conf" > /var/etc/openvpn/myconfig.txt
 

k@lkov

Super VIP
Messages
10,003
openvpn 2.1.1

By ngc1927.
Code:
[B]Add your conf into directory:[/B]
/var/etc/openvpn/

..in same directory add one file with name "myconfig.txt"
..with to its inside the name of your config

For example, if your config file is client10.conf from telnet use this:
echo "client10.conf" > /var/etc/openvpn/myconfig.txt
 

juli13

Staff member
Administrator
Messages
10,194
Openvpn 2.1.4

14/11/2010

Code:
Add your conf into directory:
/var/etc/openvpn/

..in same directory add one file with name "myconfig.txt"
..with to its inside the name of your config

For example, if your config file is client10.conf from telnet use this:
echo "client10.conf" > /var/etc/openvpn/myconfig.txt
 
Status
Not open for further replies.
Top