![]() |
2009-12-26
, 20:56
|
Posts: 64 |
Thanked: 4 times |
Joined on Dec 2009
|
#21
|
![]() |
2009-12-28
, 14:17
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#22
|
![]() |
2009-12-30
, 09:33
|
Posts: 64 |
Thanked: 4 times |
Joined on Dec 2009
|
#23
|
@alex-000:
With OpenVPN there's no password. Instead you'll have to get a set of certificate files from your OpenVPN server administrator person. In my case that's currently myself, so that was easy enough.
After installing the certifcate files in /etc/openvpn you'll have to put a configuration file there as well. If you have an openvpn system admin guy for your server then he/she should be able to help with that as well.
If you're used to set a password for your VPN connection then maybe your VPN server isn't OpenVPN at all? Could be MS PPTP or something else.
![]() |
2009-12-30
, 13:29
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#24
|
![]() |
2010-01-01
, 18:46
|
Posts: 28 |
Thanked: 0 times |
Joined on Dec 2009
|
#25
|
openvpn --connect configfilename.conf -sh: openvpn: not found
![]() |
2010-01-01
, 23:36
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#26
|
![]() |
2010-01-02
, 00:20
|
Posts: 28 |
Thanked: 0 times |
Joined on Dec 2009
|
#27
|
/etc/openvpn $ /usr/sbin/openvpn --config openvpn-linux-extern.conf --verb 2 Sat Jan 2 01:18:46 2010 Warning: Error redirecting stdout/stderr to --log file: /var/log/openvpn-rwth.log: Permission denied (errno=13) Enter Auth Username:jp****** Enter Auth Password: /etc/openvpn $
Sat Jan 2 01:11:26 2010 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info. Sat Jan 2 01:11:26 2010 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables Sat Jan 2 01:11:26 2010 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this ...
![]() |
2010-01-03
, 10:03
|
Posts: 32 |
Thanked: 9 times |
Joined on Nov 2009
@ Norway
|
#28
|
even verbosity to 2 doesn't show a single line...Code:/etc/openvpn $ /usr/sbin/openvpn --config openvpn-linux-extern.conf --verb 2 Sat Jan 2 01:18:46 2010 Warning: Error redirecting stdout/stderr to --log file: /var/log/openvpn-rwth.log: Permission denied (errno=13) Enter Auth Username:jp****** Enter Auth Password: /etc/openvpn $
![]() |
2011-01-29
, 10:25
|
Posts: 1 |
Thanked: 0 times |
Joined on Jan 2011
|
#29
|
client
;dev tap
dev tun
;dev-node
;proto tcp
proto udp
remote mysite.dyndns.org 1194
;remote xxx.xxx.xxx.xxx 1723
resolv-retry infinite
nobind
;user nobody
;group nobody
persist-key
persist-tun
;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings
ca ca.crt
cert mycrt.crt
key mykey.key
;auth-user-pass
ns-cert-type server
;tls-auth ta.key 1
;cipher x
;comp-lzo
verb 3
;mute 20
![]() |
2011-12-19
, 23:02
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#30
|