openvpn --connect configfilename.conf -sh: openvpn: not found
/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 ...
/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 $
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